ello/benchmark

1.0.1 2018-07-31 07:43 UTC

This package is not auto-updated.

Last update: 2024-10-03 12:43:43 UTC


README

<?php

Benchmark::run(function() {
    json_encode("hello world");
});
// Result:
//         10000000        17 ns/op        0.173s  2Mb