PhpBench\Benchmark\Baseline\Baselines::nothing PHP Method

nothing() public static method

Do nothing.
public static nothing ( $revs )
    public static function nothing($revs)
    {
        for ($i = 0; $i < $revs; $i++) {
        }
    }