Skip to content

Commit 44f5ce6

Browse files
committed
Chore: use dpeth 7
1 parent ab32978 commit 44f5ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub fn main() !void {
8282
const allocator = gpa.allocator();
8383

8484
var do_bench = false;
85-
var bench_depth: u8 = 11;
85+
var bench_depth: u8 = 7;
8686
var args = std.process.args();
8787
_ = args.next();
8888
while (args.next()) |arg| {

0 commit comments

Comments
 (0)