aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-14 08:36:11 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-14 08:36:11 -0700
commitd71ba8392aadb43eb015270499c711a4221ddd95 (patch)
treee2f70e6ccadfef6e9577066150d2af37b0b32ab0
parentbc442e1ff0e2fd8107d41219c3c52472324efa77 (diff)
Tweak defaults
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py
index a6e77b375f..bd0da57598 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -96,8 +96,8 @@ 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=3)
-argp.add_argument('-l', '--loops', type=int, default=7)
+argp.add_argument('-r', '--repetitions', type=int, default=1)
+argp.add_argument('-l', '--loops', 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()