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).
8 lines
231 B
Bash
8 lines
231 B
Bash
cd ../../src
|
|
|
|
capture_only "$FILE" \
|
|
"$TEST_DIR/measure.py" -t "$TOPIC" -d -o "$OUT" -- \
|
|
lean --run "$SCRIPT_DIR/benchReelabRss.lean" lean Init/Data/List/Sublist.lean 10 -j4
|
|
check_exit_is_success
|
|
extract_measurements "$TOPIC"
|