[benchmark] rename Array.removeAll benchmarks

This commit is contained in:
Lucy Satheesan
2023-05-23 17:10:32 -07:00
parent 008ed2fa95
commit 6a1129f68a

View File

@@ -5,13 +5,13 @@ import TestsUtils
public let benchmarks = [
BenchmarkInfo(
name: "ArrayRemoveAll_Class",
name: "Array.removeAll.keepingCapacity.Int",
runFunction: run_ArrayRemoveAll_Class,
tags: [.validation, .api, .Array],
setUpFunction: { blackHole(inputArray_Class) }
),
BenchmarkInfo(
name: "ArrayRemoveAll_Int",
name: "Array.removeAll.keepingCapacity.Object",
runFunction: run_ArrayRemoveAll_Int,
tags: [.validation, .api, .Array],
setUpFunction: { blackHole(inputArray_Int) }