diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-08-31 14:06:57 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-08-31 22:21:02 +0200 |
| commit | a8d1f3b2583f543fc2847f0cadf0f2cda5a62625 (patch) | |
| tree | ffaa940acbfedb3aa7936c452dbcd569b64a08e1 /loop.py | |
| parent | 4507160a1dba320b71dab245de6624401794ce7b (diff) | |
| download | allocbench-a8d1f3b2583f543fc2847f0cadf0f2cda5a62625.tar.gz allocbench-a8d1f3b2583f543fc2847f0cadf0f2cda5a62625.zip | |
remove debug print
Diffstat (limited to 'loop.py')
| -rw-r--r-- | loop.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ class Benchmark_Loop( Benchmark ): } self.requirements = ["build/bench_loop"] - print(type(self)) super().__init__() def summary(self, sd=None): |
