diff options
Diffstat (limited to 'src/benchmarks/cfrac.py')
| -rw-r--r-- | src/benchmarks/cfrac.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmarks/cfrac.py b/src/benchmarks/cfrac.py index cc24945..44bd213 100644 --- a/src/benchmarks/cfrac.py +++ b/src/benchmarks/cfrac.py @@ -23,7 +23,8 @@ class Benchmark_Cfrac(Benchmark): self.barplot_single_arg("({L1-dcache-load-misses}/{L1-dcache-loads})*100", ylabel='"L1 misses in %"', title='"Cfrac l1 cache misses"', - filepostfix="l1misses") + filepostfix="l1misses", + yerr=False) # Memusage self.barplot_single_arg("{VmHWM}", |
