<?php | |
/** @param int $runCount */ | |
function benchmark_IfElse($runCount = 10000000) |
Ben Fistein Saturday, 25 March 2017 |
Second pass from our standard benchmark with strong type information: http://www.peachpie.io/2016/07/standard-benchmark.html.
<?php | |
/** @param int $runCount */ | |
function benchmark_IfElse($runCount = 10000000) |