summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2016-10-08 15:40:20 +0300
committerMartin Peres <martin.peres@free.fr>2016-10-08 15:40:20 +0300
commitbc491e4512e062d9a125422ff9cf1720f8c05a23 (patch)
tree56c34b59f0c50d3be4b6bc5eb43bad5cd38e3ef1
parent24736e04255397cbe5705cfb52829f1e4fb8ce19 (diff)
parentb7b5f83a8cb5138d76307c63398b6b0e09fe2f7c (diff)
Merge branch 'merge_testing_dev' into merge_testing
-rwxr-xr-xperf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf.py b/perf.py
index 13d7e1fa82..0690878784 100755
--- a/perf.py
+++ b/perf.py
@@ -4,12 +4,12 @@ import argparse
import random
import sys
-perf = 105.0 # Absolute performance of the benchmark
+perf = 115.0 # Absolute performance of the benchmark
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 = 6 # Just a counter to increment when no changes in performance happened
+noise_commit = 8 # 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