summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2016-10-08 15:26:42 +0300
committerMartin Peres <martin.peres@free.fr>2016-10-08 15:26:42 +0300
commit400fc6eea094a6ebc5024d37cb74826d58ff684e (patch)
tree463b4648118d4a36791acece0ee23472a02e1f63
parent3066d7bf4d1b0a0a3d92a336b8fa99df1a37c2d8 (diff)
105,1,False,False
-rwxr-xr-xperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.py b/perf.py
index 655f61d045..3733c48705 100755
--- a/perf.py
+++ b/perf.py
@@ -9,7 +9,7 @@ sample_distribution_mode = 0 # 0 = normal distribution
variance = 1 # Variance of the benchmark (meaning depends on the sample distribution selected)
build_broken = False # Is the simulated build broken or not?
exec_broken = False # Simulate a change that would break specularly: assert, segfault, etc...
-noise_commit = 2 # Just a counter to increment when no changes in performance happened
+noise_commit = 3 # Just a counter to increment when no changes in performance happened
# The following line is a convenient way for automated tool to override the
# previous values with their own