summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2016-10-25 09:15:39 +0300
committerMartin Peres <martin.peres@linux.intel.com>2016-10-25 09:15:39 +0300
commitecc20948b5d26c38a429e35e98cce2e75a37eeb6 (patch)
treeb79d4b81d77f25f609dd9c69cdf25cd6d80dd08e
parent275cae7b3182c3cbb9db1bff432a217b5b3fc11e (diff)
100,0,False,False
-rwxr-xr-xperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.py b/perf.py
index f4428d69d1..4d9af19121 100755
--- a/perf.py
+++ b/perf.py
@@ -6,7 +6,7 @@ import sys
perf = 100.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)
+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 = 0 # Just a counter to increment when no changes in performance happened