summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2016-10-08 15:42:26 +0300
committerMartin Peres <martin.peres@free.fr>2016-10-08 16:34:03 +0300
commit71277c517dff756f777d9e7e3e9414837e0fc470 (patch)
tree49bcac7097d1e3a4cf50f92ae11f52debd9e8b23
parent47ae98248d90e65636f2b2299135305002abc402 (diff)
parente5bbe432201e40f9be785c1f799da64e8948e32f (diff)
Merge branch 'merge_testing' into merge_testing_devmerge_testing
-rwxr-xr-xperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.py b/perf.py
index e6dd606b1d..c4fdcd6620 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 = 7 # Just a counter to increment when no changes in performance happened
+noise_commit = 9 # 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