Back to Pull RequestsView on GitHub
#472Open
Simple Review
bench(text-buffer-view): add measureForDimensions benchmark
by simonklee•Jan 4, 2026
Summary
This pull request adds a benchmark to measure the performance of the `measureForDimensions()` function within the `text-buffer-view` component. It includes two scenarios: static content and streaming content to simulate LLM output, providing a baseline for future performance optimizations.
Changes
+109 additions-6 deletions
Impact Areas
PerformanceText Buffer Rendering