fix: update maxHeartbeats in tests/lean/run/match_expr_perf.lean (#8676)
This PR updates `maxHeartbeats` in the match_expr_perf.lean test, since with the new compiler this also includes the allocations made by the compiler.
This commit is contained in:
parent
8d8fd0715f
commit
666fb5c571
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import Lean.Elab.Tactic.Config
|
|||
|
||||
open Lean Meta Omega
|
||||
|
||||
set_option maxHeartbeats 5000
|
||||
set_option maxHeartbeats 6000
|
||||
def pushNot (h P : Expr) : MetaM (Option Expr) := do
|
||||
let P ← whnfR P
|
||||
trace[omega] "pushing negation: {P}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue