From 2994748e8112feccf870ff9db923040346dfee60 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Fri, 17 Feb 2017 17:43:39 -0500 Subject: 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 --- ci/start_job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/start_job.sh') 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": { -- cgit 1.2.3-korg