Skip to content

Commit

Permalink
rebase over current master, and run v fmt -w . again
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Sep 14, 2024
1 parent 96ff251 commit fa9ca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/x/benchmark/benchmark.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub fn Benchmark.new(bench_func fn () !, n i64, duration time.Duration, is_paral
return Benchmark{
n: n
bench_func: bench_func
bench_time: if duration > 0 { duration } else { benchmark.default_duration }
bench_time: if duration > 0 { duration } else { default_duration }
is_parallel: is_parallel
}
}
Expand Down

0 comments on commit fa9ca61

Please sign in to comment.