diff options
| -rw-r--r-- | src/benchmark.py | 1 |
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"): |
