bench/page-init

This commit is contained in:
Mitchell Hashimoto
2024-02-22 19:51:38 -08:00
parent 424f121104
commit 7ad94caaeb
7 changed files with 95 additions and 5 deletions

View File

@@ -10,4 +10,5 @@ pub usingnamespace switch (build_config.exe_entrypoint) {
.bench_stream => @import("bench/stream.zig"),
.bench_codepoint_width => @import("bench/codepoint-width.zig"),
.bench_grapheme_break => @import("bench/grapheme-break.zig"),
.bench_page_init => @import("bench/page-init.zig"),
};