aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-06-30 20:38:00 +0200
committerEmilio Jesus Gallego Arias2020-06-30 20:38:00 +0200
commitfac794d2e07ab352fbe6a4d3a85872b96f1a9a01 (patch)
tree5ad492e5d92bc90185ef6def0d5669ca555c5a9c /dev
parent9c9330f2e3a5ff205973881003c5734034b7d0d5 (diff)
[ci] [performance-tests] Use a lighter target.
The current `perf` CI target is quite heavy, failing from out of memory sometimes. We use the target suggested by Jason Gross (<- thanks) in https://github.com/coq/coq/pull/12577#issuecomment-651970064
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-coq_performance_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-coq_performance_tests.sh b/dev/ci/ci-coq_performance_tests.sh
index 4eb77cfb24..fde8df8e3d 100755
--- a/dev/ci/ci-coq_performance_tests.sh
+++ b/dev/ci/ci-coq_performance_tests.sh
@@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")"
git_download coq_performance_tests
-( cd "${CI_BUILD_DIR}/coq_performance_tests" && make coq perf && make validate && make install )
+( cd "${CI_BUILD_DIR}/coq_performance_tests" && make coq perf-Sanity && make validate && make install )