chore: set experimental.module=true when running grind benchmarks (#10041)
This commit is contained in:
parent
5aa706435a
commit
f7a251b75f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue