@@ -45,7 +45,7 @@ public let PrimsNonStrongRef: [BenchmarkInfo] = ({
45
45
} ) )
46
46
// TODO: Stabilize weak benchmark.
47
47
benchmarks. append ( BenchmarkInfo (
48
- name: " Prims.NonStrongRef.Weak.ClosureAccess " ,
48
+ name: " Prims.NonStrongRef.Weak.Closure " ,
49
49
runFunction: run_PrimsWeakClosureAccess,
50
50
tags: [ . validation, . algorithm] ,
51
51
setUpFunction: {
@@ -62,7 +62,7 @@ public let PrimsNonStrongRef: [BenchmarkInfo] = ({
62
62
blackHole ( unownedSafePrimsState)
63
63
} ) )
64
64
benchmarks. append ( BenchmarkInfo (
65
- name: " Prims.NonStrongRef.UnownedSafe.ClosureAccess " ,
65
+ name: " Prims.NonStrongRef.UnownedSafe.Closure " ,
66
66
runFunction: run_PrimsUnownedSafeClosureAccess,
67
67
tags: [ . validation, . algorithm] ,
68
68
setUpFunction: {
@@ -78,7 +78,7 @@ public let PrimsNonStrongRef: [BenchmarkInfo] = ({
78
78
blackHole ( unownedUnsafePrimsState)
79
79
} ) )
80
80
benchmarks. append ( BenchmarkInfo (
81
- name: " Prims.NonStrongRef.UnownedUnsafe.ClosureAccess " ,
81
+ name: " Prims.NonStrongRef.UnownedUnsafe.Closure " ,
82
82
runFunction: run_PrimsUnownedUnsafeClosureAccess,
83
83
tags: [ . validation, . algorithm] ,
84
84
setUpFunction: {
@@ -94,7 +94,7 @@ public let PrimsNonStrongRef: [BenchmarkInfo] = ({
94
94
blackHole ( unmanagedPrimsState)
95
95
} ) )
96
96
benchmarks. append ( BenchmarkInfo (
97
- name: " Prims.NonStrongRef.Unmanaged.ClosureAccess " ,
97
+ name: " Prims.NonStrongRef.Unmanaged.Closure " ,
98
98
runFunction: run_PrimsUnmanagedClosureAccess,
99
99
tags: [ . validation, . algorithm, . api] ,
100
100
setUpFunction: {
@@ -110,7 +110,7 @@ public let PrimsNonStrongRef: [BenchmarkInfo] = ({
110
110
blackHole ( unmanagedUGRPrimsState)
111
111
} ) )
112
112
benchmarks. append ( BenchmarkInfo (
113
- name: " Prims.NonStrongRef.UnmanagedUGR.ClosureAccess " ,
113
+ name: " Prims.NonStrongRef.UnmanagedUGR.Closure " ,
114
114
runFunction: run_PrimsUnmanagedUGRClosureAccess,
115
115
tags: [ . validation, . algorithm, . api] ,
116
116
setUpFunction: {
0 commit comments