go FAST in debug mode

This commit is contained in:
2025-03-31 07:52:43 -04:00
parent b415be3ddc
commit ee5ef262f6

View File

@@ -124,8 +124,10 @@ fn mathTest(rand: Random, limit: i32, iteration: u32) !bool {
print("Calculating", .{});
for (1..4) |_| {
print(".", .{});
if (comptime builtin.mode != .Debug) {
std.Thread.sleep(2 * 1000 * 1000 * 1000);
}
}
print("\n", .{});
}