[~] minor

This commit is contained in:
Maxim Khomutov 2025-03-24 00:13:48 +03:00
parent 2b315d42ac
commit 62bc6f13d0

View File

@ -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