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.
2 parents f2d9de9 + b0f46de commit 2253697Copy full SHA for 2253697
benchmark/single-source/ObjectiveCBridging.swift
@@ -883,7 +883,7 @@ public func run_BridgedNSDictionaryEnumerate(_ n: Int) {
883
public func run_BridgedNSArrayBufferAccess(_ n: Int) {
884
#if _runtime(_ObjC)
885
for _ in 0 ..< n {
886
- for i in 0..<1000 {
+ for _ in 0..<1000 {
887
let tmp = nsArray as! [NSObject]
888
blackHole(tmp)
889
blackHole(tmp.withContiguousStorageIfAvailable {
@@ -900,7 +900,7 @@ public func run_BridgedNSArrayRepeatedBufferAccess(_ n: Int) {
900
901
902
903
904
905
$0[0]
906
})
0 commit comments