From d56e777df4bf844db50e7a0e0a2268ab37f9ac8c Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Mon, 7 Feb 2022 09:02:15 -0700 Subject: [PATCH] change initial history start in cron job to 1.0.1 --- scripts/cron.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/cron.sh b/scripts/cron.sh index 61ebf4f98..a3a7df9e8 100755 --- a/scripts/cron.sh +++ b/scripts/cron.sh @@ -64,7 +64,8 @@ asv run -e --config ${ASV_CONFIG} NEW || true # (even if killed, this task will keep working on missing commits, night after night) ## For Python 2.7: start at release-0.11.0 ## For Python 3.6: start at release-0.17.0 -timeout 20h asv run -e -j 4 --config ${ASV_CONFIG} "release-0.17.0..HEAD --merges" --skip-existing || true +## For Python 3.8: start at release-1.0.1 +timeout 20h asv run -e -j 4 --config ${ASV_CONFIG} "release-1.0.1..HEAD --merges" --skip-existing || true # We split the benchmarks from the results benchmarks are with the main code, # results are in separate repo.