mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
Also refactor util.sh in the process, so test scripts become easier to write (inspired in part by lake's test suite).
9 lines
301 B
Bash
9 lines
301 B
Bash
# This benchmark uncovered the promise cycle in `realizeConst` (#11328)
|
|
cd ../../src
|
|
|
|
capture_only "$FILE" \
|
|
"$TEST_DIR/measure.py" -t "$TOPIC" -d -o "$OUT" -- \
|
|
lean --run "$SCRIPT_DIR/benchReelabRss.lean" lean Init/Data/List/Basic.lean 10 -j4
|
|
check_exit_is_success
|
|
extract_measurements "$TOPIC"
|