bench/codepoint-width

This commit is contained in:
Mitchell Hashimoto
2024-02-06 17:06:58 -08:00
parent 4e3fdf7243
commit d4fa0fcabf
5 changed files with 150 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ pub usingnamespace switch (build_config.exe_entrypoint) {
.mdgen_ghostty_5 => @import("build/mdgen/main_ghostty_5.zig"),
.bench_parser => @import("bench/parser.zig"),
.bench_stream => @import("bench/stream.zig"),
.bench_codepoint_width => @import("bench/codepoint-width.zig"),
};