chore: add grind tests as benchmarks (#9537)

This commit is contained in:
Sebastian Ullrich 2025-07-25 16:21:38 +02:00 committed by GitHub
parent 3f19182afc
commit 81fe5243d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -568,3 +568,21 @@
parse_output: true
build_config:
cmd: ./compile.sh phashmap.lean
- attributes:
description: grind_bitvec2.lean
tags: [fast]
run_config:
<<: *time
cmd: lean ../lean/run/grind_bitvec2.lean
- attributes:
description: grind_list2.lean
tags: [fast]
run_config:
<<: *time
cmd: lean ../lean/run/grind_list2.lean
- attributes:
description: grind_ring_5.lean
tags: [fast]
run_config:
<<: *time
cmd: lean ../lean/run/grind_ring_5.lean