We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4e630 commit ae73e43Copy full SHA for ae73e43
benchmark/benchmarks.jl
@@ -54,7 +54,7 @@ SUITE["basic"]["@py"]["pydict"]["pydel"] = @benchmarkable test_atpy(Val(true))
54
include("gcbench.jl")
55
using .GCBench: append_lots
56
57
-SUITE["gc"]["append_and_full_gc"] = @benchmarkable(
+SUITE["gc"]["full"] = @benchmarkable(
58
GC.gc(true),
59
setup=(GC.gc(true); append_lots(size=159)),
60
seconds=30,
0 commit comments