diff options
Diffstat (limited to 'bench/src/ziglyph_caseless.zig')
| -rw-r--r-- | bench/src/ziglyph_caseless.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/src/ziglyph_caseless.zig b/bench/src/ziglyph_caseless.zig index 842de44..4a22c22 100644 --- a/bench/src/ziglyph_caseless.zig +++ b/bench/src/ziglyph_caseless.zig | |||
| @@ -31,5 +31,5 @@ pub fn main() !void { | |||
| 31 | @memcpy(buf[0..line.len], line); | 31 | @memcpy(buf[0..line.len], line); |
| 32 | prev_line = buf[0..line.len]; | 32 | prev_line = buf[0..line.len]; |
| 33 | } | 33 | } |
| 34 | std.debug.print("Ziglyph Normalizer.eqlCaseless: result: {}, took: {}\n", .{ result, std.fmt.fmtDuration(timer.lap() / std.time.ns_per_ms) }); | 34 | std.debug.print("Ziglyph Normalizer.eqlCaseless: result: {}, took: {}\n", .{ result, std.fmt.fmtDuration(timer.lap()) }); |
| 35 | } | 35 | } |