diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-11-06 21:49:42 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-11-06 21:49:42 +0100 |
| commit | d16cc247bbf4f3cb4f9c6ce31bfe1bec4bdb8dd9 (patch) | |
| tree | 30b74c0497e479ac587193f9dfa7e4b9272e8cb2 | |
| parent | d94ebf2ce5b12982c18676eb628fdcfe47fc82fc (diff) | |
| download | allocbench-d16cc247bbf4f3cb4f9c6ce31bfe1bec4bdb8dd9.tar.gz allocbench-d16cc247bbf4f3cb4f9c6ce31bfe1bec4bdb8dd9.zip | |
don't skip early
| -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"): |
