We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d947e10 commit b79e1d5Copy full SHA for b79e1d5
benchmark/single-source/StringRepeating.swift
@@ -22,7 +22,7 @@ public let benchmarks = [
22
BenchmarkInfo(name: "String.initRepeating.33CyrillicChar.Count2",
23
runFunction: run_33CyrillicCharactersCount2,
24
tags: [.validation, .api, .String]),
25
- BenchmarkInfo(name: "String.initRepeating.longMixedString.Count100",
+ BenchmarkInfo(name: "String.initRepeating.longMixStr.Count100",
26
runFunction: run_longMixedStringCount100,
27
tags: [.validation, .api, .String])
28
]
0 commit comments