ello/benchmark

维护者

详细信息

gitlab.com/ello/benchmark

源代码

问题

安装: 167

依赖: 0

建议者: 0

安全: 0

星级: 0

分支: 0

1.0.1 2018-07-31 07:43 UTC

This package is not auto-updated.

Last update: 2024-09-19 12:31:49 UTC


README

<?php

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