From c407887a81ce2a36c9bb35affdef1941ed17b7f7 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Wed, 1 Jan 2020 19:44:06 -0500 Subject: [PATCH] Parallel asv build --- asv_bench/asv.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index c04bbf53a86a6..902b472304909 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -122,5 +122,8 @@ ".*": "0409521665" }, "regression_thresholds": { - } + }, + "build_command": + ["python setup.py build -j4", + "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"], }