diff --git a/benchmarks/utils.py b/benchmarks/utils/__init__.py
similarity index 99%
rename from benchmarks/utils.py
rename to benchmarks/utils/__init__.py
index a6bbce538c342dfb4e9f77bdf5e2d0eca8ecdd42_YmVuY2htYXJrcy91dGlscy5weQ==..6ccb62a0dee4e26b4c2e489ecba7b7465b6b6ecb_YmVuY2htYXJrcy91dGlscy9fX2luaXRfXy5weQ== 100644
--- a/benchmarks/utils.py
+++ b/benchmarks/utils/__init__.py
@@ -17,7 +17,11 @@
 
 REPO_SUFFIX = '.benchrepo'
 
-BASEDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir))
+BASEDIR = os.path.abspath(os.path.join(
+    os.path.dirname(__file__),
+    os.path.pardir,
+    os.path.pardir
+))
 STRIP_VARIANTS_PATH = os.path.join(BASEDIR, "partial-sets.yaml")