Skip to content

Commit 2be4e45

Browse files
authored
chore: bench build/server-mode open in import Lean (#14111)
All but direct cmdline uses pass `--setup`, so do that too for a more meaningful benchmark
1 parent 44232a0 commit 2be4e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/misc_bench/import Lean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd ../../src
22
"$TEST_DIR/measure.py" -t "$TOPIC" -d -o "$OUT" -- \
3-
lean Lean.lean
3+
lean --setup="$BUILD_DIR/lib/temp/Lean.setup.json" Lean.lean

0 commit comments

Comments
 (0)