From d17be155d85afb2bc804693deacfd2e1c5f8738e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 28 Nov 2021 08:08:36 -0500 Subject: test(feat): track test times, and balance xdist workers In the end, this seems to only speed things up by about 5% --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3609b11c..53d2f051 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ metahtml: ## Produce meta-coverage HTML reports. python igor.py combine_html metasmoke: - COVERAGE_NO_PYTRACER=1 ARGS="-e py39" make clean metacov metahtml + COVERAGE_NO_PYTRACER=1 ARGS="-e py39" make metacov metahtml PIP_COMPILE = pip-compile --upgrade --allow-unsafe upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade -- cgit v1.2.1