Skip to content

Commit

Permalink
bench NEW=2024-12-06 OLD=2024-10-09
Browse files Browse the repository at this point in the history
last time was coq#19347
  • Loading branch information
SkySkimmer committed Dec 6, 2024
1 parent 476460f commit 73de141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/bench/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ check_variable () {
: "${old_opam_override_urls:=}"

if [ "$CI" ]; then
: "${new_coq_commit:=$(git rev-parse HEAD^2)}"
: "${old_coq_commit:=$(git merge-base HEAD^1 $new_coq_commit)}"
: "${new_coq_commit:=476460fb01e3f40edf2f4a63470d0cbbd1d89f7a}"
: "${old_coq_commit:=1d77a8830d03d3c050af9b9442e707b8cfcf2576}"
else
echo New coq commit:
read -r new_coq_commit
Expand Down

0 comments on commit 73de141

Please sign in to comment.