Yin Zhong
Results
52
comments of
Yin Zhong
@redknightlois while I also used return value as an attempt to prevent dead code elimination, I feel there could be a more explicit way (e.g. `Benchmark.Sink(value)`). Using return value has...
@AndreyAkinshin : Just realized that in order for this to be backwards-compatible, the benchmark method should still be tagged with an attribute (e.g. `ReturnOperationsPerInvoke`). Fiddling with code now.