Skip to content

Commit a30b774

Browse files
authored
[benchmark] SuperChars: Further lower the workload
1 parent 779252a commit a30b774

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

benchmark/single-source/SuperChars.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ public let SuperChars = BenchmarkInfo(
2222
// Permute some characters.
2323
let alphabetInput: [Character] = [
2424
"A", "B", "C", "D", "E", "F", "«",
25-
"H", "I", "J", "K", "L", "M", "N",
2625
"á", "", "S", "T", "U", "🇯🇵",
27-
"🧟‍♀️", "👩‍👦‍👦", "g", "g", "I",
28-
"🕴🏿", "2", "a", "t", "n", "?",
26+
"🧟‍♀️", "👩‍👦‍👦", "🕴🏿", "2", "?",
2927
]
3028

3129
@inline(never)

0 commit comments

Comments
 (0)