diff --git a/dev/bench/bench.sh b/dev/bench/bench.sh index 2f98e3d23a86a..6d4e55fda9d64 100755 --- a/dev/bench/bench.sh +++ b/dev/bench/bench.sh @@ -74,9 +74,9 @@ check_variable () { : "${old_coq_opam_archive_git_branch:=master}" : "${num_of_iterations:=1}" : "${timeout:=3h}" -: "${coq_opam_packages:=coq-bignums coq-hott coq-performance-tests-lite coq-engine-bench-lite coq-mathcomp-ssreflect coq-mathcomp-fingroup coq-mathcomp-algebra coq-mathcomp-solvable coq-mathcomp-field coq-mathcomp-character coq-mathcomp-odd-order coq-math-classes coq-corn coq-compcert coq-equations coq-metacoq-template coq-metacoq-pcuic coq-metacoq-safechecker coq-metacoq-erasure coq-metacoq-translations coq-color coq-coqprime coq-coqutil coq-bedrock2 coq-rewriter coq-fiat-core coq-fiat-parsers coq-fiat-crypto-with-bedrock coq-unimath coq-coquelicot coq-iris-examples coq-verdi coq-verdi-raft coq-fourcolor coq-rewriter-perf-SuperFast coq-vst coq-category-theory coq-neural-net-interp-computed-lite}" +: "${coq_opam_packages:=coq-mathcomp-ssreflect.1.dev coq-mathcomp-fingroup coq-mathcomp-algebra coq-mathcomp-solvable}" : "${coq_native:=}" -: "${skip_coq_tests:=}" +: "${skip_coq_tests:=1}" : "${new_coq_commit:=$(git rev-parse HEAD^2)}" : "${old_coq_commit:=$(git merge-base HEAD^1 $new_coq_commit)}"