benchmark: a new package and framework for benchmarking

This commit is contained in:
Mitchell Hashimoto
2025-07-07 16:36:17 -07:00
parent 8506637ae6
commit 0e8ccc7352
4 changed files with 269 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ test {
_ = @import("surface_mouse.zig");
// Libraries
_ = @import("benchmark/main.zig");
_ = @import("crash/main.zig");
_ = @import("datastruct/main.zig");
_ = @import("inspector/main.zig");