diff options
Diffstat (limited to 'integration/storperf/default_job.json')
-rw-r--r-- | integration/storperf/default_job.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/integration/storperf/default_job.json b/integration/storperf/default_job.json new file mode 100644 index 00000000..dd42dcee --- /dev/null +++ b/integration/storperf/default_job.json @@ -0,0 +1,15 @@ +{ + "block_sizes": "1024", + "deadline": 30, + "steady_state_samples": 10, + "queue_depths": "1", + "workload": "wr,rr,rw", + "metadata": { + "disk_type": "HDD", + "scenario_name": "none", + "storage_node_count": 2, + "version": "", + "build_tag": "", + "test_case": "snia_steady_state" + } +}
\ No newline at end of file |