Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

ivanljutyj/php-function-test

Repository files navigation

PHP Function Test

Simple project to benchmark the speed of any PHP function.

Demo

https://php-function-test.herokuapp.com

Instructions

In order to have a successful test, you must enclose all business logic inside the self-invoking PHP function.

(function() { $data = [...]; return sort($data); });

About

Benchmark the performance of any PHP function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published