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 edc7109 commit b0f46deCopy full SHA for b0f46de
benchmark/single-source/ObjectiveCBridging.swift
@@ -855,7 +855,7 @@ public func run_BridgedNSDictionaryEnumerate(_ n: Int) {
855
public func run_BridgedNSArrayBufferAccess(_ n: Int) {
856
#if _runtime(_ObjC)
857
for _ in 0 ..< n {
858
- for i in 0..<1000 {
+ for _ in 0..<1000 {
859
let tmp = nsArray as! [NSObject]
860
blackHole(tmp)
861
blackHole(tmp.withContiguousStorageIfAvailable {
@@ -872,7 +872,7 @@ public func run_BridgedNSArrayRepeatedBufferAccess(_ n: Int) {
872
873
874
875
876
877
$0[0]
878
})
0 commit comments