Commit a184e34
committed
Add performance benchmark suite comparing ghostel, vterm, and eat
Benchmarks terminal emulator performance across four tiers:
- PTY benchmark: real process pipe with filter + timer redraw loop
- Streaming: chunked writes with periodic redraws
- TUI frames: full-screen rewrite fps
- Engine micro-benchmarks: isolated parse/render cost
Includes ghostel variants for incremental/full redraw and with/without
URL/file detection, plus a URL-heavy data generator to measure
detection overhead. Run via `make bench` or `make bench-quick`.1 parent 1f299df commit a184e34
3 files changed
Lines changed: 918 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
0 commit comments