Skip to content

Commit a2afb7b

Browse files
authored
Update README.md
1 parent e76e957 commit a2afb7b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Run in Docker example:
2+
3+
```
4+
docker run -it --rm \
5+
-v $PWD:/var/www/html \
6+
clearlinux/php-fpm \
7+
php -dopcache.enable_cli=0 /var/www/html/bench.php
8+
```
9+
110
# Простой скрипт проверки быстродействия PHP
211

312
Работает со всеми версиями ПХП: от 4.3 до 8.2

0 commit comments

Comments
 (0)