|
@@ -5,7 +5,7 @@ Ubiquity is a full-stack php framework, These tests involve:
|
|
- the ORM part (Full)
|
|
- the ORM part (Full)
|
|
- the JSON serialization (native php)
|
|
- the JSON serialization (native php)
|
|
|
|
|
|
-Tests are available with NginX and PHP-PM servers.
|
|
|
|
|
|
+Tests are available with NginX, Swoole and PHP-PM (beta) servers.
|
|
|
|
|
|
## Test Type Implementation Source Code
|
|
## Test Type Implementation Source Code
|
|
The tests are separated into 4 controllers:
|
|
The tests are separated into 4 controllers:
|
|
@@ -30,11 +30,13 @@ The tests were run with:
|
|
* [PHP-PM](https://github.com/php-pm/php-pm)
|
|
* [PHP-PM](https://github.com/php-pm/php-pm)
|
|
* [Ubiquity-reactphp server](https://github.com/phpMv/ubiquity-reactphp)
|
|
* [Ubiquity-reactphp server](https://github.com/phpMv/ubiquity-reactphp)
|
|
* [Ubiquity-php-pm bridge](https://github.com/phpMv/ubiquity-php-pm)
|
|
* [Ubiquity-php-pm bridge](https://github.com/phpMv/ubiquity-php-pm)
|
|
|
|
+* [Swoole](https://www.swoole.com/)
|
|
|
|
+* [Ubiquity-swoole](https://github.com/phpMv/ubiquity-swoole)
|
|
* [MySQL 5.7](https://dev.mysql.com/)
|
|
* [MySQL 5.7](https://dev.mysql.com/)
|
|
|
|
|
|
## Servers
|
|
## Servers
|
|
PHP-PM server (beta version) is configured with this values:
|
|
PHP-PM server (beta version) is configured with this values:
|
|
-- workers: 32
|
|
|
|
|
|
+- workers: 64
|
|
- max-requests: 1024
|
|
- max-requests: 1024
|
|
|
|
|
|
## Test URLs
|
|
## Test URLs
|