diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-26 18:11:31 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-26 18:11:31 +0200 |
| commit | 7561d43ee606bb402d50aad78fcc4ad53274d3cd (patch) | |
| tree | 280e297abc3e227e7c40f4fe65bcd57f1b9348f3 /src/benchmarks/loop.py | |
| parent | fdf1371bb0c1aa4432e33f91811068d2786ecda8 (diff) | |
| download | allocbench-7561d43ee606bb402d50aad78fcc4ad53274d3cd.tar.gz allocbench-7561d43ee606bb402d50aad78fcc4ad53274d3cd.zip | |
add error bars to barplot_single_arg
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)", |
