You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(benchmarks): linter benchmark re-run parsing and semantic on each iteration (#13335)
Refactor linter benchmark so it parses and generates `Semantic` afresh before each measured iteration.
This is more realistic usage - in real world you'd never lint the same file repeatedly - and may make cache utilization in the benchmark more realistic.
It also prepares the way for upcoming changes where `ContextSubHost::new` will take an owned `Semantic` instead of `Rc<Semantic>`.
0 commit comments