diff options
Diffstat (limited to 'src/benchmarks/loop.py')
| -rw-r--r-- | src/benchmarks/loop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py index 595c54a..ea35adc 100644 --- a/src/benchmarks/loop.py +++ b/src/benchmarks/loop.py @@ -1,5 +1,5 @@ -from src.allocator import bumpptr from src.benchmark import Benchmark +from src.allocators.bumpptr import bumpptr class Benchmark_Loop(Benchmark): |
