remove src/bench

This commit is contained in:
Mitchell Hashimoto
2025-07-09 15:02:07 -07:00
parent a09452bf1b
commit 74b94ef30a
5 changed files with 0 additions and 333 deletions

View File

@@ -10,7 +10,6 @@ const entrypoint = switch (build_config.exe_entrypoint) {
.webgen_config => @import("build/webgen/main_config.zig"),
.webgen_actions => @import("build/webgen/main_actions.zig"),
.webgen_commands => @import("build/webgen/main_commands.zig"),
.bench_stream => @import("bench/stream.zig"),
};
/// The main entrypoint for the program.