summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.py b/perf.py
index 4a66d2a916..c4fdcd6620 100755
--- a/perf.py
+++ b/perf.py
@@ -4,7 +4,7 @@ import argparse
import random
import sys
-perf = 115.0 # Absolute performance of the benchmark
+perf = 120.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?