From 62bc6f13d0ce4a01d668e0d396e28cc527311cb2 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Mon, 24 Mar 2025 00:13:48 +0300 Subject: [PATCH] [~] minor --- benchmarks/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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