Haley Young 0315a9a6c8 Fixed merge conflict 12 年之前
..
deploy a4764bc178 Fixed merge conflicts 12 年之前
models 5203b6e936 Setup repository 12 年之前
php-activerecord 5203b6e936 Setup repository 12 年之前
README.md 6f93d071a9 Update to nginx 1.4.0 stable 12 年之前
__init__.py 5203b6e936 Setup repository 12 年之前
apc.php 4f9c647de9 added apc.php to php and cake 12 年之前
benchmark_config 2a0aacbb38 Refactor benchmark_configs 12 年之前
dborm.php 5203b6e936 Setup repository 12 年之前
dbraw.php 601842fc76 database test was executing queries-1 number of queries 12 年之前
fortune.php d4363013b6 Refactored fortune to single associated array 12 年之前
json.php 5203b6e936 Setup repository 12 年之前
plaintext.php 2e7e95258f Add plaintext test to PHP 12 年之前
setup.py 46a00c881d Add update test for php-raw 12 年之前
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 年之前
updateraw.php 747cb4d546 Error in prepared statment 12 年之前

README.md

#PHP Benchmarking Test

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

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