From f098a4d608f73acf24e641784f320e098601c4bb Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 27 Aug 2019 15:16:23 +0200 Subject: remove yerr from plot_* functions --- src/benchmarks/loop.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/benchmarks/loop.py') diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py index 80aadae..58d4935 100644 --- a/src/benchmarks/loop.py +++ b/src/benchmarks/loop.py @@ -40,8 +40,7 @@ class Benchmark_Loop(Benchmark): ylabel='"L1 misses in %"', title='"Loop l1 cache misses: " + arg + " " + str(arg_value)', filepostfix="l1misses", - autoticks=False, - yerr=False) + autoticks=False) # Speed Matrix self.write_best_doublearg_tex_table("perm.nthreads / ({task-clock}/1000)", -- cgit v1.2.3