aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-29 20:09:37 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-29 20:09:37 -0700
commit9b4a3cd984ee79478dcdb0d7bde757d78cb9db69 (patch)
treed9484fd0d1beede7a73d78b8f13b3113310876bd /tools/profiling/microbenchmarks
parentf5c8e857605bf40eefc900047a294ebf540bd849 (diff)
Reduce repetitions: this started taking too long
Diffstat (limited to 'tools/profiling/microbenchmarks')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py
index 65fdc970a0..4539ef7e41 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -83,7 +83,7 @@ argp.add_argument('-t', '--track',
help='Which metrics to track')
argp.add_argument('-b', '--benchmarks', nargs='+', choices=_AVAILABLE_BENCHMARK_TESTS, default=['bm_cq'])
argp.add_argument('-d', '--diff_base', type=str)
-argp.add_argument('-r', '--repetitions', type=int, default=10)
+argp.add_argument('-r', '--repetitions', type=int, default=7)
argp.add_argument('-p', '--p_threshold', type=float, default=0.01)
args = argp.parse_args()