diff --git a/benchmarks/__init__.py b/benchmarks/__init__.py index 483ec15..652735b 100644 --- a/benchmarks/__init__.py +++ b/benchmarks/__init__.py @@ -1,2 +1,2 @@ -from .iops import test_iops -from .speed import test_speed +from .iops import test_iops as bench_iops +from .speed import test_speed as bench_speed