|
2 rokov pred | |
---|---|---|
.. | ||
deploy | 2 rokov pred | |
eloquent | 4 rokov pred | |
models | 11 rokov pred | |
README.md | 5 rokov pred | |
apc.php | 11 rokov pred | |
benchmark_config.json | 2 rokov pred | |
config.toml | 4 rokov pred | |
dbquery.php | 4 rokov pred | |
dbraw.php | 5 rokov pred | |
fortune.php | 6 rokov pred | |
info.php | 7 rokov pred | |
json.php | 5 rokov pred | |
php-caddy.dockerfile | 2 rokov pred | |
php-eloquent.dockerfile | 2 rokov pred | |
php-franken.dockerfile | 2 rokov pred | |
php-h2o.dockerfile | 2 rokov pred | |
php-laravel-query-builder.dockerfile | 2 rokov pred | |
php-pgsql-raw.dockerfile | 2 rokov pred | |
php-pools.dockerfile | 2 rokov pred | |
php-raw7-tcp.dockerfile | 2 rokov pred | |
php-unit.dockerfile | 2 rokov pred | |
php-workerman.dockerfile | 2 rokov pred | |
php.dockerfile | 2 rokov pred | |
plaintext.php | 5 rokov pred | |
updateraw.php | 4 rokov pred |
This is the PHP portion of a benchmarking test suite comparing a variety of web development platforms.
When editing this framework, be sure to force add the files changed. Most files were added to .gitignore, as the framework touches some of them during testing.
The tests were run with PHP Version 7.3.* + OPcache
The Laravel query builder / eloquent ORM components can be run separately from the Laravel framework. (Instructions) This is used for two tests:
These tests measure overhead compared to a PHP-PDO implementation. Comparing these tests to the Laravel framework results also illustrates the overhead of the Laravel frontend components relative to the backend components.
Raw: http://localhost/dbraw.php
ORM: http://localhost/dborm.php
Raw: http://localhost/dbraw.php?queries=5
ORM: http://localhost/dborm.php?queries=5
fortune: http://localhost/eloquent/fortune-eloquent.php