summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2016-10-25 10:03:18 +0300
committerMartin Peres <martin.peres@linux.intel.com>2016-10-25 10:03:18 +0300
commit124fa9852513f80b5ad729398f9802cdd78428d9 (patch)
tree53154718e4a90985560afff6c926a7e7c9b8a0b8
parent4fdda2fe8445271dfce88a35e7a48fbda51c79bc (diff)
100,0,False,Falsebranch_testing1
-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