diff --git a/benchmarks/regression/asv.conf.json b/benchmarks/regression/asv.conf.json index f6e564c765..61f38b2c93 100644 --- a/benchmarks/regression/asv.conf.json +++ b/benchmarks/regression/asv.conf.json @@ -20,8 +20,9 @@ // "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"], "build_command": [ "DEVITO_BENCHMARKS=1 python setup.py build", - "DEVITO_BENCHMARKS=1 PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}" + "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}" ], + "install_command": ["in-dir={env_dir} python -mpip install '{wheel_file}[tests]'"], // List of branches to benchmark. If not provided, defaults to "master" // (for git) or "default" (for mercurial).