feat: output total size of binary queries
This commit is contained in:
parent
a6dbdddcf4
commit
38c170f876
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ pub fn main() anyerror!void {
|
||||||
}
|
}
|
||||||
|
|
||||||
try output_file.writeAll(output.items);
|
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 {
|
fn fatal(comptime format: []const u8, args: anytype) noreturn {
|
||||||
|
|
Loading…
Add table
Reference in a new issue