aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-11-06 21:49:42 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-11-06 21:49:42 +0100
commitd16cc247bbf4f3cb4f9c6ce31bfe1bec4bdb8dd9 (patch)
tree30b74c0497e479ac587193f9dfa7e4b9272e8cb2
parentd94ebf2ce5b12982c18676eb628fdcfe47fc82fc (diff)
downloadallocbench-d16cc247bbf4f3cb4f9c6ce31bfe1bec4bdb8dd9.tar.gz
allocbench-d16cc247bbf4f3cb4f9c6ce31bfe1bec4bdb8dd9.zip
don't skip early
-rw-r--r--src/benchmark.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index 697e0d0..d77b09d 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -364,7 +364,6 @@ class Benchmark:
print_error(e)
print_error("Skipping", alloc_name)
skip=True
- continue
# Preallocator hook
if hasattr(self, "preallocator_hook"):