diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-02 16:03:43 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-02 16:03:43 -0700 |
commit | f69317cf03cd69475e65e1e5ca2ef751947f3c12 (patch) | |
tree | cc8ec4888645a0a344630ac749c66d32a8b7369e /tools/profiling/microbenchmarks/bm_diff.py | |
parent | 0ae9959a1c93bedeb6f8ac009cb338eeee08a8ba (diff) |
Increase reps to decrease noise
Diffstat (limited to 'tools/profiling/microbenchmarks/bm_diff.py')
-rwxr-xr-x | tools/profiling/microbenchmarks/bm_diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py index 2337f2b282..5350b5739f 100755 --- a/tools/profiling/microbenchmarks/bm_diff.py +++ b/tools/profiling/microbenchmarks/bm_diff.py @@ -101,7 +101,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=4) +argp.add_argument('-r', '--repetitions', type=int, default=7) argp.add_argument('-p', '--p_threshold', type=float, default=0.01) args = argp.parse_args() |