Commit 33e872b
committed
feat: add file that shows dramatic delta in instantiateMVars timings.
Shell: 1.59s versus VSCode: 18.5s for "instantiate metavars".
tactic execution of Lean.Parser.Tactic.omega took 4.3s
instantiate metavars took 1.97s
share common exprs took 1.59s
type checking took 1.35s
process pre-definitions took 1.85s
linting took 127ms
elaboration took 690ms
cumulative profiling times:
attribute application 0.00283ms
elaboration 690ms
fix level params 46.1ms
instantiate metavars 1.97s
linting 127ms
parsing 2.07ms
process pre-definitions 1.85s
share common exprs 1.59s
simp 18.7ms
tactic execution 4.3s
type checking 1.35s
typeclass inference 299ms
tactic execution of Lean.Parser.Tactic.omega took 4.08s
instantiate metavars took 18.5s
share common exprs took 5.04s
type checking took 1.09s
process pre-definitions took 1.14s
linting took 382ms
elaboration took 3.06s1 parent f14c278 commit 33e872b
File tree
1 file changed
+42
-0
lines changed- tests/bench/omega
1 file changed
+42
-0
lines changedLines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments