chore: bump stack limit in benchmark (#9660)

This commit is contained in:
Henrik Böving 2025-08-01 11:33:39 +02:00 committed by GitHub
parent 009bcf1a27
commit 6eaf406305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -426,7 +426,7 @@
tags: [fast, suite]
run_config:
<<: *time
cmd: lean simp_congr.lean
cmd: lean --tstack=16384 simp_congr.lean
- attributes:
description: mut_rec_wf
tags: [fast, suite]