Skip to content

Commit 6196a8a

Browse files
[benchmark] Rename premultiplied tests
1 parent fce674e commit 6196a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/single-source/AngryPhonebook.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public let AngryPhonebook = [
2525

2626
// Small String Workloads
2727
BenchmarkInfo(
28-
name: "AngryPhonebook.ASCII.Small",
28+
name: "AngryPhonebook.ASCII2.Small",
2929
runFunction: { angryPhonebook($0*10, ascii) },
3030
tags: t,
3131
setUpFunction: { blackHole(ascii) }),
@@ -47,7 +47,7 @@ public let AngryPhonebook = [
4747

4848
// Regular String Workloads
4949
BenchmarkInfo(
50-
name: "AngryPhonebook.ASCII",
50+
name: "AngryPhonebook.ASCII2",
5151
runFunction: { angryPhonebook($0*10, precomposed: longASCII) },
5252
tags: t,
5353
setUpFunction: { blackHole(longASCII) }),

0 commit comments

Comments
 (0)