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 691007b commit f4951e9Copy full SHA for f4951e9
benchmark/Naming.md
@@ -28,8 +28,8 @@ benchmark is testing individual method on a concrete type.
28
````
29
⛔️ Dictionary2
30
✅ AngryPhonebook
31
-✅ Dictionary.AnyHashable.String.update
32
✅ Array.append.Array.Int
+✅ Dictionary.AnyHashable.String.update
33
34
35
Benchmark names are used to run individual tests when passed as command line
@@ -42,8 +42,8 @@ optional chaining etc.
42
43
44
✅ Array.append.Array.Int?
45
-✅ Flatten.Array.Tuple4.for-in.reserved
46
✅ Bridging.NSArray.as!.Array.NSString
+✅ Flatten.Array.Tuple4.for-in.Reserve
47
48
49
Note: Special characters that could be interpreted by the shell require escaping
0 commit comments