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 fce674e commit 6196a8aCopy full SHA for 6196a8a
benchmark/single-source/AngryPhonebook.swift
@@ -25,7 +25,7 @@ public let AngryPhonebook = [
25
26
// Small String Workloads
27
BenchmarkInfo(
28
- name: "AngryPhonebook.ASCII.Small",
+ name: "AngryPhonebook.ASCII2.Small",
29
runFunction: { angryPhonebook($0*10, ascii) },
30
tags: t,
31
setUpFunction: { blackHole(ascii) }),
@@ -47,7 +47,7 @@ public let AngryPhonebook = [
47
48
// Regular String Workloads
49
50
- name: "AngryPhonebook.ASCII",
+ name: "AngryPhonebook.ASCII2",
51
runFunction: { angryPhonebook($0*10, precomposed: longASCII) },
52
53
setUpFunction: { blackHole(longASCII) }),
0 commit comments