aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-31 15:55:23 -0700
committerGravatar GitHub <noreply@github.com>2017-03-31 15:55:23 -0700
commit18e1f12c451d10e9cf08a28e30fa187c843c3a9e (patch)
tree68ed883335ee0fd6180a358877ed81aa1348a77b
parentc5d6c37835f390be3da90892bb555460c84f3091 (diff)
parent15df1111789b534fd8cef3f5940c463e16b50a6b (diff)
Merge pull request #10420 from ctiller/be-really-sure
Tighten signalling requirements
-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 c0acf2a91f..2337f2b282 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -102,7 +102,7 @@ argp.add_argument('-t', '--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('-p', '--p_threshold', type=float, default=0.03)
+argp.add_argument('-p', '--p_threshold', type=float, default=0.01)
args = argp.parse_args()
assert args.diff_base