summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2016-10-25 10:20:57 +0300
committerMartin Peres <martin.peres@linux.intel.com>2016-10-25 10:20:57 +0300
commit7f560a71e528f3f13da91d8928b2a88959da31ee (patch)
tree9ffd609a1e04b657619698f3cac251e8765cac3a
parent9c4db1b5fe2b1c4bb6e193a4b8da70b9f674df31 (diff)
parent124fa9852513f80b5ad729398f9802cdd78428d9 (diff)
Merge branch 'branch_testing1' into branch_testingbranch_testing
-rwxr-xr-xperf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf.py b/perf.py
index 23d185a493..d1153142c6 100755
--- a/perf.py
+++ b/perf.py
@@ -4,12 +4,12 @@ import argparse
import random
import sys
-perf = 55.0 # Absolute performance of the benchmark
+perf = 109.0 # Absolute performance of the benchmark
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 = 7 # 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