ello/benchmark

Installs: 169

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/ello/benchmark

1.0.1 2018-07-31 07:43 UTC

This package is not auto-updated.

Last update: 2025-10-02 17:45:14 UTC


README

<?php

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