Skip to content

Commit 29cc39d

Browse files
committed
rft: reduce benchmark samples and evals
- speeds up test runtime
1 parent 1a32419 commit 29cc39d

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)