aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/larson.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-27 15:16:23 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-27 15:16:23 +0200
commitf098a4d608f73acf24e641784f320e098601c4bb (patch)
tree8b945cff64312b8b7f641958bf91ab997eb0f7cd /src/benchmarks/larson.py
parent721e672c897616e53f95b9deca7f8769024c19d5 (diff)
downloadallocbench-f098a4d608f73acf24e641784f320e098601c4bb.tar.gz
allocbench-f098a4d608f73acf24e641784f320e098601c4bb.zip
remove yerr from plot_* functions
Diffstat (limited to 'src/benchmarks/larson.py')
-rw-r--r--src/benchmarks/larson.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/benchmarks/larson.py b/src/benchmarks/larson.py
index 5ff74fb..a5c4a02 100644
--- a/src/benchmarks/larson.py
+++ b/src/benchmarks/larson.py
@@ -43,8 +43,7 @@ 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",
- yerr=False)
+ filepostfix="cachemisses")
larson = Benchmark_Larson()