Skip to content

Commit d896da5

Browse files
authored
Merge pull request #612 from CliMA/he/rft-reduce-benchmark-samples-and
rft: reduce benchmark samples and evals
2 parents 1a32419 + 29cc39d commit d896da5

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)