diff options
Diffstat (limited to 'bench/src/ziglyph_width.zig')
| -rw-r--r-- | bench/src/ziglyph_width.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/src/ziglyph_width.zig b/bench/src/ziglyph_width.zig index b923d24..590ac3e 100644 --- a/bench/src/ziglyph_width.zig +++ b/bench/src/ziglyph_width.zig | |||
| @@ -26,5 +26,5 @@ pub fn main() !void { | |||
| 26 | const width = try display_width.strWidth(line, .half); | 26 | const width = try display_width.strWidth(line, .half); |
| 27 | result += width; | 27 | result += width; |
| 28 | } | 28 | } |
| 29 | std.debug.print("Ziglyph display_width.strWidth: result: {}, took: {}\n", .{ result, std.fmt.fmtDuration(timer.lap() / std.time.ns_per_ms) }); | 29 | std.debug.print("Ziglyph display_width.strWidth: result: {}, took: {}\n", .{ result, std.fmt.fmtDuration(timer.lap()) }); |
| 30 | } | 30 | } |