Skip to content

Commit ae73e43

Browse files
committed
benchmarks: simplify naming scheme
1 parent 5d4e630 commit ae73e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SUITE["basic"]["@py"]["pydict"]["pydel"] = @benchmarkable test_atpy(Val(true))
5454
include("gcbench.jl")
5555
using .GCBench: append_lots
5656

57-
SUITE["gc"]["append_and_full_gc"] = @benchmarkable(
57+
SUITE["gc"]["full"] = @benchmarkable(
5858
GC.gc(true),
5959
setup=(GC.gc(true); append_lots(size=159)),
6060
seconds=30,

0 commit comments

Comments
 (0)