|
| 1 | +# PHP Benchmark Script |
| 2 | + |
| 3 | +A simple script that calculate execution time of common control flows |
| 4 | +and function of the PHP. Helps you to compare performances of servers, |
| 5 | +web hosting and also across PHP versions. |
| 6 | + |
| 7 | +## Usage |
| 8 | + |
| 9 | +From your SSH: |
| 10 | + |
| 11 | +```sh |
| 12 | +curl https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/bench.php | php |
| 13 | +``` |
| 14 | + |
| 15 | +Or upload the file `bench.php` to your web document root and visit it. |
| 16 | + |
| 17 | +## Authors |
| 18 | + |
| 19 | +- [@SergiX44](https://www.github.com/SergiX44) |
| 20 | + |
| 21 | +## License |
| 22 | + |
| 23 | +[MIT](https://choosealicense.com/licenses/mit/) |
0 commit comments