aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/stress_test/configs/opt.json
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-04-04 22:38:53 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-04-04 22:38:53 -0700
commit73b6a3b63bc40f836b068c4ac3b8cc45b98f7bbc (patch)
treee28c9582e682ad189ee06b3a7e8a5f672172c816 /tools/run_tests/stress_test/configs/opt.json
parent83a9a6554d2e62de4e9b88d6ea58dd0d04c491c4 (diff)
Config file settings
Diffstat (limited to 'tools/run_tests/stress_test/configs/opt.json')
-rw-r--r--tools/run_tests/stress_test/configs/opt.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/stress_test/configs/opt.json b/tools/run_tests/stress_test/configs/opt.json
index ae8c00a36d..ffd4a704c3 100644
--- a/tools/run_tests/stress_test/configs/opt.json
+++ b/tools/run_tests/stress_test/configs/opt.json
@@ -17,7 +17,7 @@
"num_stubs_per_channel":10,
"test_cases": "empty_unary:1,large_unary:1,client_streaming:1,server_streaming:1,empty_stream:1",
"metrics_port": 8081,
- "metrics_collection_interval_secs":10
+ "metrics_collection_interval_secs": 60
},
"metricsPort": 8081,
"metricsArgs": {
@@ -74,8 +74,8 @@
"globalSettings": {
"buildDockerImages": true,
- "pollIntervalSecs": 10,
- "testDurationSecs": 60,
+ "pollIntervalSecs": 60,
+ "testDurationSecs": 7200,
"kubernetesProxyPort": 8001,
"datasetIdNamePrefix": "stress_test_opt",
"summaryTableId": "summary",