On Monday, 29 August 2016 at 10:20:56 UTC, rikki cattermole wrote:
By the looks you're not running the tests more then once.
Druntime initialization could be effecting this.

Please execute each test (without memory allocation) 10000 times atleast and then report back what they are.

D program startup is on the order of milliseconds, so the difference is negligible for a benchmark that runs for more than a second vs. 200 ms.

 — David

Reply via email to