diff options
| author | Jason Gross | 2020-05-18 21:55:56 -0400 |
|---|---|---|
| committer | Jason Gross | 2020-05-19 15:18:31 -0400 |
| commit | e7908df3f70b5f7b5e012ca10d62dfbf15614cdb (patch) | |
| tree | 084b7c68d2b9b05d3ba8694e3ffd18a9a1da564e /dev/ci/ci-engine_bench.sh | |
| parent | ed0f2f08e31ee4e645aa6e52970ddefc60f1f4f9 (diff) | |
[ci] Add mit-plv/engine-bench
This is a new development where I'm aggregating a specific set of
benchmarks. It's intended to be relatively lightweight, taking only a
handful of minutes. It's probably one of the few developments currently
testing Ltac2.
Diffstat (limited to 'dev/ci/ci-engine_bench.sh')
| -rwxr-xr-x | dev/ci/ci-engine_bench.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-engine_bench.sh b/dev/ci/ci-engine_bench.sh new file mode 100755 index 0000000000..fda7649f88 --- /dev/null +++ b/dev/ci/ci-engine_bench.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download engine_bench + +( cd "${CI_BUILD_DIR}/engine_bench" && make coq && make coq-perf-Sanity ) |
