diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-07 20:03:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 20:03:31 -0700 |
commit | 95746dd53e9bc7f78288b761ececd1e27254094c (patch) | |
tree | 392da96e336b6c513db3bb9b80fda246be9c1561 /tools | |
parent | 1f5d5fc581e99eb5951cc024768c4a6f4acd2c8b (diff) | |
parent | 6388da5a1fdebda82ac7340e9acc0c457a865bd9 (diff) |
Merge pull request #8030 from ctiller/sweep2
Add missing flag option
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_performance_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py index 5fdf7a407d..76a4061c85 100755 --- a/tools/run_tests/run_performance_tests.py +++ b/tools/run_tests/run_performance_tests.py @@ -374,7 +374,7 @@ argp.add_argument('-r', '--regex', default='.*', type=str, argp.add_argument('--bq_result_table', default=None, type=str, help='Bigquery "dataset.table" to upload results to.') argp.add_argument('--category', - choices=['smoketest','all','scalable'], + choices=['smoketest','all','scalable','sweep'], default='all', help='Select a category of tests to run.') argp.add_argument('--netperf', |