Skip to content

Commit 149b870

Browse files
authored
Merge branch 'main' into he/rft-abdul-razzak-and-ghan-2000
2 parents 7362651 + d896da5 commit 149b870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/performance_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function bench_press(
3535
args isa String && (args = (args,))
3636

3737
# Benchmark foo
38-
trail = BT.@benchmark $foo($args...)
38+
trail = BT.@benchmark $foo($args...) samples = 100 evals = 100
3939

4040
show(stdout, MIME("text/plain"), trail)
4141
println("\n")

0 commit comments

Comments
 (0)