lean4-htt/tests/bench_build.sh
Garmelon 9e5c86eac9
chore: move more radar bench logic to this repo (#13633)
These commands were previously executed in the radar-bench-lean4
repository, but are now moved here for additional control.
2026-05-04 18:21:22 +00:00

11 lines
356 B
Bash
Executable file

#!/usr/bin/env bash
# This script must be called from the repo root.
# The radar environment variables must be provided.
# See also the https://github.com/leanprover/radar readme.
cmake --preset release -DWFAIL=OFF
make -C build/release -j"$(nproc)" bench-part1
mv tests/part1.measurements.jsonl "$RADAR_OUT"
tests/bench/build/lakeprof_report_upload.py