Skip to content

Commit 007e881

Browse files
committed
Update
1 parent a9507ff commit 007e881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ php bench.php --multiplier=2
2727
You must have the `bench.php` file to your server.
2828
You can download additional benchmarks (must be in the same directory as `bench.php`) using:
2929

30+
Available tests:
3031
```sh
3132
# rand: random number generation
3233
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
3336
```
3437

3538
Then you can run the benchmark using:

0 commit comments

Comments
 (0)