ello/benchmark

Maintainers

Package info

gitlab.com/ello/benchmark

Issues

pkg:composer/ello/benchmark

Transparency log

Statistics

Installs: 169

Dependents: 0

Suggesters: 0

Stars: 0

1.0.1 2018-07-31 07:43 UTC

This package is not auto-updated.

Last update: 2026-06-25 21:06:28 UTC


README

<?php

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