Simple project to benchmark the speed of any PHP function.
https://php-function-test.herokuapp.com
In order to have a successful test, you must enclose all business logic inside the self-invoking PHP function.
(function() { $data = [...]; return sort($data); });