Files
swift-mirror/benchmark/single-source/ExistentialPerformance.swift.gyb
Pavol Vaskovic cdc47f682f [benchmark] Fix Existential.Array.Mutating SO
Mask the setup overhead from copying of existential array in `Existential.Array.Mutating` by increasing the workload (5x). This way the overhead of copying is less than 5%.

Remove the misguided attempt at solving this problem with `grabArray` method - there is no way to avoid this overhead because every sample should start from a fresh copy.
2019-05-06 08:04:18 +02:00

7.3 KiB