mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename benchmark to fit into 40 characters limit
This commit is contained in:
@@ -22,7 +22,7 @@ public let benchmarks = [
|
||||
BenchmarkInfo(name: "String.initRepeating.33CyrillicChar.Count2",
|
||||
runFunction: run_33CyrillicCharactersCount2,
|
||||
tags: [.validation, .api, .String]),
|
||||
BenchmarkInfo(name: "String.initRepeating.longMixedString.Count100",
|
||||
BenchmarkInfo(name: "String.initRepeating.longMixStr.Count100",
|
||||
runFunction: run_longMixedStringCount100,
|
||||
tags: [.validation, .api, .String])
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user