summaryrefslogtreecommitdiff
path: root/src/benchmark/GraphemeBreak.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-18forgot to align bufJacob Sandlund
2025-09-18fix up diff from benchmarks, and add tests against ziglyphJacob Sandlund
2025-09-18update uucode and cleanupsJacob Sandlund
2025-09-10Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-09changes after benchmarkingJacob Sandlund
2025-09-08[benchmarks] Align `buf` to cache line for consistencyJacob Sandlund
2025-09-06[benchmarks] Use std.mem.doNotOptimizeAway to avoid data collisionsJacob Sandlund
2025-09-06doNotOptimizeAwayJacob Sandlund
2025-09-06trying a bunch of things to get performance to matchJacob Sandlund
2025-07-09benchmark: add GraphemeBreak and TerminalParser benchmarksMitchell Hashimoto