Skip to content

Commit

Permalink
bench with sort poly overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Sep 26, 2023
1 parent 44cd327 commit d80f8d8
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 @@ -63,9 +63,9 @@ check_variable () {
: "${old_ocaml_version:=4.09.1}"
: "${new_coq_repository:=$CI_REPOSITORY_URL}"
: "${old_coq_repository:=$CI_REPOSITORY_URL}"
: "${new_coq_opam_archive_git_uri:=https://github.com/coq/opam-coq-archive.git}"
: "${new_coq_opam_archive_git_uri:=https://github.com/skyskimmer/opam-coq-archive.git}"
: "${old_coq_opam_archive_git_uri:=https://github.com/coq/opam-coq-archive.git}"
: "${new_coq_opam_archive_git_branch:=master}"
: "${new_coq_opam_archive_git_branch:=sort-poly}"
: "${old_coq_opam_archive_git_branch:=master}"
: "${num_of_iterations:=1}"
: "${timeout:=3h}"
Expand Down

0 comments on commit d80f8d8

Please sign in to comment.