aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-05 14:12:53 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-05 14:12:53 -0700
commitbdeb857ab4e2233bbb796378f7212eb52cf71bb3 (patch)
tree24f6d865125e643bba9122cfd8e1f8fa9953fe99 /tools/profiling/microbenchmarks
parentb1c02cac82b9ec7988d60d53c3c2af8884c57f1a (diff)
more samples
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 3223cc1004..6c63f20b7d 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -84,7 +84,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=30)
argp.add_argument('-p', '--p_threshold', type=float, default=0.01)
argp.add_argument('-j', '--jobs', type=int, default=multiprocessing.cpu_count())
args = argp.parse_args()