aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loop.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/loop.py b/loop.py
index f3ae578..c67e2fc 100644
--- a/loop.py
+++ b/loop.py
@@ -1,7 +1,4 @@
-import matplotlib.pyplot as plt
import multiprocessing
-import numpy as np
-import os
from benchmark import Benchmark
@@ -23,9 +20,6 @@ class Benchmark_Loop( Benchmark ):
super().__init__()
def summary(self, sumdir):
- args = self.results["args"]
- targets = self.results["targets"]
-
# Speed
self.plot_fixed_arg("perm.nthreads / float({task-clock})",
ylabel = '"MOPS/s"',