diff options
Diffstat (limited to 'src/benchmarks/loop.py')
| -rw-r--r-- | src/benchmarks/loop.py | 3 |
1 files changed, 1 insertions, 2 deletions
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)", |
