From d16cc247bbf4f3cb4f9c6ce31bfe1bec4bdb8dd9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 6 Nov 2019 21:49:42 +0100 Subject: don't skip early --- src/benchmark.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/benchmark.py') 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"): -- cgit v1.2.3