summaryrefslogtreecommitdiff
path: root/perf.py
diff options
context:
space:
mode:
Diffstat (limited to 'perf.py')
-rwxr-xr-xperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.py b/perf.py
index 17ab071d90..f3084ad243 100755
--- a/perf.py
+++ b/perf.py
@@ -9,7 +9,7 @@ sample_distribution_mode = 0 # 0 = normal distribution
variance = 0 # 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