File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public let AngryPhonebook = [
25
25
26
26
// Small String Workloads
27
27
BenchmarkInfo (
28
- name: " AngryPhonebook.ASCII .Small " ,
29
- runFunction: { angryPhonebook ( $0, ascii) } ,
28
+ name: " AngryPhonebook.ASCII2 .Small " ,
29
+ runFunction: { angryPhonebook ( $0* 10 , ascii) } ,
30
30
tags: t,
31
31
setUpFunction: { blackHole ( ascii) } ) ,
32
32
BenchmarkInfo (
@@ -47,8 +47,8 @@ public let AngryPhonebook = [
47
47
48
48
// Regular String Workloads
49
49
BenchmarkInfo (
50
- name: " AngryPhonebook.ASCII " ,
51
- runFunction: { angryPhonebook ( $0, precomposed: longASCII) } ,
50
+ name: " AngryPhonebook.ASCII2 " ,
51
+ runFunction: { angryPhonebook ( $0* 10 , precomposed: longASCII) } ,
52
52
tags: t,
53
53
setUpFunction: { blackHole ( longASCII) } ) ,
54
54
BenchmarkInfo (
You can’t perform that action at this time.
0 commit comments