Skip to content

Commit

Permalink
chore: improve output lisibility (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelDelsol authored Jul 25, 2024
1 parent e76260e commit f52a6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/sleep.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ test "bench test sleepy" {
var bench = zbench.Benchmark.init(test_allocator, .{});
defer bench.deinit();
try bench.add("Sleep Benchmark", sleepBenchmark, .{});
try stdout.writeAll("\n");
try bench.run(stdout);
}

0 comments on commit f52a6a1

Please sign in to comment.