summaryrefslogtreecommitdiff
path: root/src/benchmark/TerminalStream.zig
AgeCommit message (Collapse)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-18forgot to align bufJacob Sandlund
2025-08-20terminal: change OSC parser to explicit init to set undefinedMitchell Hashimoto
This works around: https://github.com/ziglang/zig/issues/19148 This lets our `test-valgrind` command catch some issues. We'll have to follow this pattern in more places but I want to do it incrementally so things keep passing. I **do not** want to blindly follow this pattern everywhere. I want to start by focusing in only on the structs that set `undefined` as default fields that we're also about to test in isolation with Valgrind. Its just too much noise otherwise and not a general style I'm sure of; it's worth it for Valgrind though.
2025-07-09benchmark: add codepoint width benchmarkMitchell Hashimoto
2025-07-09macos: add benchmark tests to our Xcode projectMitchell Hashimoto
2025-07-09initial `ghostty-bench` programMitchell Hashimoto
2025-07-09benchmark: a new package and framework for benchmarkingMitchell Hashimoto