Nate 9fd9408c0e Clearly define PHP versions (#2130) 9 роки тому
..
deploy 438722bfd6 Remove keepalive from PHP frameworks using fastcgi 9 роки тому
models c791a06013 name php properly 11 роки тому
.gitignore 0d45c7ac61 Added php5 tests to php framework to compare with php7 9 роки тому
README.md 0d45c7ac61 Added php5 tests to php framework to compare with php7 9 роки тому
apc.php c791a06013 name php properly 11 роки тому
benchmark_config.json 9fd9408c0e Clearly define PHP versions (#2130) 9 роки тому
composer.json d93410d292 Update ActiveRecord ORM version used 10 роки тому
composer.lock d93410d292 Update ActiveRecord ORM version used 10 роки тому
dborm.php fdb81acfc6 Download ActiveRecord ORM from composer 10 роки тому
dbraw.php c791a06013 name php properly 11 роки тому
fortune.php 276ddaaf86 Do not iterate by reference 9 роки тому
json.php c791a06013 name php properly 11 роки тому
plaintext.php c791a06013 name php properly 11 роки тому
setup.sh bf76e840c2 Added php7 to toolset and updated nginx 9 роки тому
setup_php5.sh 9fd9408c0e Clearly define PHP versions (#2130) 9 роки тому
source_code c791a06013 name php properly 11 роки тому
updateraw.php c791a06013 name php properly 11 роки тому

README.md

#PHP Benchmarking Test

This is the PHP portion of a benchmarking test suite comparing a variety of web development platforms.

Important

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.

JSON Encoding Test

Use the PHP standard JSON encoder

Data-Store/Database Mapping Test

Infrastructure Software Versions

The tests were run with:

Test URLs

JSON Encoding Test

http://localhost/json.php

Data-Store/Database Mapping Test

Raw: http://localhost/dbraw.php

ORM: http://localhost/dborm.php

Variable Query Test

Raw: http://localhost/dbraw.php?queries=5

ORM: http://localhost/dborm.php?queries=5