You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frameworks/PHP/workerman/README.md
+7-17
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,13 @@ NGINX is removed in this test, and substituted by [Workerman, An asynchronous ev
5
5
6
6
https://github.com/walkor/Workerman
7
7
8
-
This test doesn't use the standard PHP (fw_require) because it needs PCNTL / Process Control extension. Adding PCNTL in the PHP compilation (--enable-pcntl) will fail other PHP framework test.
9
-
10
-
```
11
-
Database config
12
-
HOST: DBHOST (from ENV) , or 127.0.0.1 if DBHOST is not available
13
-
User : benchmarkdbuser
14
-
Password : benchmarkdbpass
15
-
DBNAME : hello_world
16
-
```
17
8
MySQL Connection is using PHP PDO::Persistent Connection.
18
9
19
-
The number of threads count in PHP is (number of cores)*2.
20
10
21
11
## Infrastructure Software Versions
22
12
The tests were run with:
23
-
*[PHP 7](http://www.php.net/)
24
-
*[MySQL 5.5.54](https://dev.mysql.com/)
13
+
*[PHP 8](http://www.php.net/)
14
+
25
15
26
16
Pre-test:
27
17
*[Composer](https://getcomposer.org/)
@@ -32,15 +22,15 @@ Using the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json
0 commit comments