aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/realloc.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-06-18 17:40:19 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-06-19 17:12:14 +0200
commit366c9e27b13e976ce26ec6a97c6796eb1cdca887 (patch)
tree8c9c848b169e52f2801b41cc15d35b6d0a9d3d6d /src/benchmarks/realloc.py
parent2757b2790cdc3127b742a127c77fa438710e7f70 (diff)
downloadallocbench-366c9e27b13e976ce26ec6a97c6796eb1cdca887.tar.gz
allocbench-366c9e27b13e976ce26ec6a97c6796eb1cdca887.zip
apply some flake8 hints
Diffstat (limited to 'src/benchmarks/realloc.py')
-rw-r--r--src/benchmarks/realloc.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py
index 423bf44..7132d68 100644
--- a/src/benchmarks/realloc.py
+++ b/src/benchmarks/realloc.py
@@ -1,5 +1,3 @@
-import matplotlib.pyplot as plt
-
from src.benchmark import Benchmark
@@ -16,9 +14,6 @@ class Benchmark_Realloc(Benchmark):
super().__init__()
def summary(self):
- # bar plot
- allocators = self.results["allocators"]
-
self.barplot_single_arg("{task-clock}",
ylabel='"task-clock in ms"',
title='"realloc micro benchmark"')