aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/larson.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/larson.py')
-rw-r--r--src/benchmarks/larson.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmarks/larson.py b/src/benchmarks/larson.py
index a5c4a02..5ff74fb 100644
--- a/src/benchmarks/larson.py
+++ b/src/benchmarks/larson.py
@@ -43,7 +43,8 @@ class Benchmark_Larson(Benchmark):
self.plot_fixed_arg("({L1-dcache-load-misses}/{L1-dcache-loads})*100",
ylabel="'l1 cache misses in %'",
title="'Larson cache misses: ' + arg + ' ' + str(arg_value)",
- filepostfix="cachemisses")
+ filepostfix="cachemisses",
+ yerr=False)
larson = Benchmark_Larson()