swift
73806a6a - [benchmark] Fix: Set.*.Box use identity everywhere

Commit
6 years ago
[benchmark] Fix: Set.*.Box use identity everywhere Consistently apply the `identity` in `Box` variants of benchmarks for `subtracting` and `intersection` to guard against future sufficiently smart compiler that could hoist the constant expression out of the loop. (This pattern is used in all other variants.)
Author
Parents
Loading