Files
swift-mirror/benchmark/single-source/RangeIteration.swift
Andrew Trick 6266dbae53 RangeIteration benchmark: remove global variable access from the critical path.
This benchmark was "accidentally" accessing a global variable in the
main iteration loop, which is in some situations very expensive and
has nothing to do with what the benchmark is trying to test.
2019-09-09 19:39:10 -07:00

2.0 KiB