diff options
Diffstat (limited to 'src/benchmarks/loop.py')
| -rw-r--r-- | src/benchmarks/loop.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py index 58d4935..80aadae 100644 --- a/src/benchmarks/loop.py +++ b/src/benchmarks/loop.py @@ -40,7 +40,8 @@ class Benchmark_Loop(Benchmark): ylabel='"L1 misses in %"', title='"Loop l1 cache misses: " + arg + " " + str(arg_value)', filepostfix="l1misses", - autoticks=False) + autoticks=False, + yerr=False) # Speed Matrix self.write_best_doublearg_tex_table("perm.nthreads / ({task-clock}/1000)", |
