Skip to content
Snippets Groups Projects
Commit 6ccb62a0dee4 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

benchmark: make the utils module a package

We need more specialized util in various places.

(yeah, the module to package switch will likely be a small pain)
parent a6bbce538c34
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
REPO_SUFFIX = '.benchrepo' 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") STRIP_VARIANTS_PATH = os.path.join(BASEDIR, "partial-sets.yaml")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment