ello/benchmark

Maintainers

Package info

gitlab.com/ello/benchmark

Issues

pkg:composer/ello/benchmark

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-03-19 19:51:46 UTC


README

<?php

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