diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-11 22:00:12 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-11 22:00:12 +0200 |
| commit | 712ea6e1dece300cbdca0b30b07ed3957118a9bd (patch) | |
| tree | 8ca2e574be368f92e14a3a9fcf0b10f25d52c91e | |
| parent | b4c073cd4c5d20af2252e49377def6c31b39fa59 (diff) | |
| download | allocbench-712ea6e1dece300cbdca0b30b07ed3957118a9bd.tar.gz allocbench-712ea6e1dece300cbdca0b30b07ed3957118a9bd.zip | |
use new location of bumpptr
| -rw-r--r-- | src/benchmarks/t_test1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/t_test1.py b/src/benchmarks/t_test1.py index 3b774cd..a2a6e0b 100644 --- a/src/benchmarks/t_test1.py +++ b/src/benchmarks/t_test1.py @@ -1,5 +1,5 @@ -from src.allocator import bumpptr from src.benchmark import Benchmark +from src.allocators.bumpptr import bumpptr class Benchmark_t_test1(Benchmark): |
