chore: set experimental.module=true when running grind benchmarks (#10041)

This commit is contained in:
Cameron Zwarich 2025-08-21 20:15:36 -07:00 committed by GitHub
parent 5aa706435a
commit f7a251b75f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -599,16 +599,16 @@
tags: [fast]
run_config:
<<: *time
cmd: lean ../lean/run/grind_bitvec2.lean
cmd: lean -Dexperimental.module=true ../lean/run/grind_bitvec2.lean
- attributes:
description: grind_list2.lean
tags: [fast]
run_config:
<<: *time
cmd: lean ../lean/run/grind_list2.lean
cmd: lean -Dexperimental.module=true ../lean/run/grind_list2.lean
- attributes:
description: grind_ring_5.lean
tags: [fast]
run_config:
<<: *time
cmd: lean ../lean/run/grind_ring_5.lean
cmd: lean -Dexperimental.module=true ../lean/run/grind_ring_5.lean