Skip to content

Instantly share code, notes, and snippets.

@dolonet
dolonet / README.md
Last active May 20, 2026 07:05
xterm.js #5176/#5853 search-decoration bench harness + raw results

xterm.js #5176 / #5853 search-decoration bench

Headless Chromium + Playwright harness used in issue #5176 comment.

Setup

  • test.txt is the same fixture Tyriar attached to the issue (72,960 lines, each FIXES N).
  • xterm.js demo server running on :3033 (npm start from a clean checkout).
  • Bench creates a fresh Terminal + SearchAddon on the /test page via page.evaluate, writes test.txt into it, runs findNext('FIXES', { decorations: ... }), then scrolls 60 frames across the buffer measuring frame times via requestAnimationFrame.