summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2016-10-08 15:25:28 +0300
committerMartin Peres <martin.peres@free.fr>2016-10-08 15:25:28 +0300
commit3066d7bf4d1b0a0a3d92a336b8fa99df1a37c2d8 (patch)
tree7bea6faf3ff7e5777b54617afe1f20b78aa43fc9
parent99e3be93dbed5bc3f4509517ab72754c647e14ab (diff)
105,1,False,False
-rwxr-xr-xperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.py b/perf.py
index 644b1f2b24..655f61d045 100755
--- a/perf.py
+++ b/perf.py
@@ -4,7 +4,7 @@ import argparse
import random
import sys
-perf = 110.0 # Absolute performance of the benchmark
+perf = 105.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?