aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/t_test1.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/t_test1.py')
-rw-r--r--src/benchmarks/t_test1.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/benchmarks/t_test1.py b/src/benchmarks/t_test1.py
index 5d3c6cc..d892a15 100644
--- a/src/benchmarks/t_test1.py
+++ b/src/benchmarks/t_test1.py
@@ -47,14 +47,6 @@ class BenchmarkTTest1(Benchmark):
filepostfix="time",
autoticks=False)
- scale = list(self.results["allocators"].keys())[0]
- self.plot_fixed_arg(yval,
- ylabel='"Mops / CPU second scaled at {}"'.format(scale),
- title='"T-Test1: " + arg + " " + str(arg_value) + " normalized {}"'.format(scale),
- filepostfix="time.norm",
- scale=scale,
- autoticks=False)
-
# L1 cache misses
self.plot_fixed_arg("({L1-dcache-load-misses}/{L1-dcache-loads})*100",
ylabel='"L1 misses in %"',