feat: output total size of binary queries

This commit is contained in:
CJ van den Berg 2025-03-24 13:08:51 +01:00
parent a6dbdddcf4
commit 38c170f876
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -59,6 +59,7 @@ pub fn main() anyerror!void {
}
try output_file.writeAll(output.items);
std.log.info("file_types total {d} bytes", .{output.items.len});
}
fn fatal(comptime format: []const u8, args: anytype) noreturn {