From 366c9e27b13e976ce26ec6a97c6796eb1cdca887 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 18 Jun 2019 17:40:19 +0200 Subject: apply some flake8 hints --- src/benchmarks/realloc.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/benchmarks/realloc.py') 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"') -- cgit v1.2.3