aboutsummaryrefslogtreecommitdiff
path: root/test/benchmark/extmark_spec.lua
Commit message (Collapse)AuthorAge
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
This avoids redraw when adding/removing an empty namespace for a window. This also avoids marktree traversal when clearing a namespace that has already been cleared, which is added as a benchmark.