diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-07 13:10:09 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-07 13:10:09 -0700 |
commit | fbf03c17355e65255862e91a938f4f5cfbcee51a (patch) | |
tree | 035061f5ba9cbc429ee1b28d7a95f32872a01387 /test/cpp | |
parent | 8e8027bad6c4b4720a27e29178a1431fc069f86a (diff) |
Fix high seqno tests, up runtimes for benchmark tests to flush more bugs
Diffstat (limited to 'test/cpp')
-rwxr-xr-x | test/cpp/qps/gen_build_yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/gen_build_yaml.py b/test/cpp/qps/gen_build_yaml.py index 34b8151441..255968256e 100755 --- a/test/cpp/qps/gen_build_yaml.py +++ b/test/cpp/qps/gen_build_yaml.py @@ -46,7 +46,7 @@ import performance.scenario_config as scenario_config def _scenario_json_string(scenario_json): # tweak parameters to get fast test times scenario_json['warmup_seconds'] = 1 - scenario_json['benchmark_seconds'] = 1 + scenario_json['benchmark_seconds'] = 10 return json.dumps(scenario_config.remove_nonproto_fields(scenario_json)) def threads_of_type(scenario_json, path): |