Skip to content

Commit

Permalink
change initial history start in cron job to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Feb 7, 2022
1 parent f89c13a commit e370ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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
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.
Expand Down

0 comments on commit e370ce2

Please sign in to comment.