Skip to content

Commit 83ddd09

Browse files
authored
benchmarks: avoid issue of tuneing away from evals=1
1 parent ae73e43 commit 83ddd09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ SUITE["gc"]["full"] = @benchmarkable(
5858
GC.gc(true),
5959
setup=(GC.gc(true); append_lots(size=159)),
6060
seconds=30,
61+
evals=1,
6162
)

0 commit comments

Comments
 (0)