Skip to content

Commit a4cc137

Browse files
committedAug 5, 2016
Revert "benchmarks: add missing autoreleasepool in DictionaryBridge benchmark"
This reverts commit b8d4cf6. autoreleasepool is no longer necessary because the optimized NSDictionary constructor: ae22fe7
1 parent 375b5f6 commit a4cc137

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎benchmark/single-source/DictionaryBridge.swift

-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ class Stuff {
5353

5454
@inline(never)
5555
public func run_DictionaryBridge(_ N: Int) {
56-
autoreleasepool {
5756
for _ in 1...100*N {
5857
_ = Stuff()
5958
}
60-
}
6159
}

0 commit comments

Comments
 (0)