Skip to content

Commit 6a1129f

Browse files
committed
[benchmark] rename Array.removeAll benchmarks
1 parent 008ed2f commit 6a1129f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/single-source/ArrayRemoveAll.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import TestsUtils
55

66
public let benchmarks = [
77
BenchmarkInfo(
8-
name: "ArrayRemoveAll_Class",
8+
name: "Array.removeAll.keepingCapacity.Int",
99
runFunction: run_ArrayRemoveAll_Class,
1010
tags: [.validation, .api, .Array],
1111
setUpFunction: { blackHole(inputArray_Class) }
1212
),
1313
BenchmarkInfo(
14-
name: "ArrayRemoveAll_Int",
14+
name: "Array.removeAll.keepingCapacity.Object",
1515
runFunction: run_ArrayRemoveAll_Int,
1616
tags: [.validation, .api, .Array],
1717
setUpFunction: { blackHole(inputArray_Int) }

0 commit comments

Comments
 (0)