We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9507ff commit 007e881Copy full SHA for 007e881
README.md
@@ -27,9 +27,12 @@ php bench.php --multiplier=2
27
You must have the `bench.php` file to your server.
28
You can download additional benchmarks (must be in the same directory as `bench.php`) using:
29
30
+Available tests:
31
```sh
32
# rand: random number generation
33
wget https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/rand.bench.php
34
+# io: file read/write/zip/unzip
35
+wget https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/io.bench.php
36
```
37
38
Then you can run the benchmark using:
0 commit comments