diff options
author | mbeierl <mark.beierl@dell.com> | 2017-02-17 17:43:39 -0500 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-02-17 17:43:54 -0500 |
commit | 2994748e8112feccf870ff9db923040346dfee60 (patch) | |
tree | b3bc0bfe0b353eac514c6c0668b1511473ef5698 /ci | |
parent | ac7b5490cb305468b0bd961fc5caad9c51b8b77b (diff) |
Steady State Metrics
Changes the overall value of all metrics to be based on the
calculated steady state values instead of the average for the
entire run.
Change-Id: I121929d5fe2dd43df7f289b82e9f5291c9ea9aab
JIRA: STORPERF-107
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/start_job.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/start_job.sh b/ci/start_job.sh index 1a71735..b40abc9 100755 --- a/ci/start_job.sh +++ b/ci/start_job.sh @@ -13,7 +13,7 @@ cat << EOF > body.json "block_sizes": "${BLOCK_SIZE}", "nowarm": "string", "nossd": "string", - "deadline": 1200, + "deadline": 20, "queue_depths": "${QUEUE_DEPTH}", "workload": "${WORKLOAD}", "metadata": { |