Skip to content

Commit 354e59e

Browse files
authored
Update README.md
1 parent e23947e commit 354e59e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Available tests:
3333
wget https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/rand.bench.php
3434
# io: file read/write/zip/unzip
3535
wget https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/io.bench.php
36+
# mysql: selects, updates, deletes, transactions, ....
37+
# you need to pass the args --mysql_user=xxx --mysql_password=xxx --mysql_host=xxx
38+
wget https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/mysql.bench.php
3639
```
3740

3841
Then you can run the benchmark using:

0 commit comments

Comments
 (0)