Hamilton Turner fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 years ago
..
app 29991c9742 the 'db' test always returns an object and the 'queries' test, an array 11 years ago
deploy 35d24d7904 verify No more logging to /dev/null 11 years ago
public 4b53768342 setup the mongo stuff 11 years ago
.gitignore 1c11dfbe45 Initial commit for Phalcon 12 years ago
README.md 29991c9742 the 'db' test always returns an object and the 'queries' test, an array 11 years ago
__init__.py 1c11dfbe45 Initial commit for Phalcon 12 years ago
benchmark_config 29991c9742 the 'db' test always returns an object and the 'queries' test, an array 11 years ago
install.sh fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 years ago
setup.py 9d1a53f96d Merge branch 'phpalcon-mongodb' of https://github.com/kpacha/FrameworkBenchmarks into PR673 11 years ago
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 years ago

README.md

Phalcon PHP Benchmarking Test

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

JSON Encoding Test

Uses the PHP standard JSON encoder.

Data-Store/Database Mapping Test

Uses the built-in ORM/ODM of Phalcon PHP

Template Test

Uses Phalcons template engine 'Volt'

Infrastructure Software Versions

The tests were run with:

Test URLs

JSON Encoding Test

http://localhost/json

Data-Store/Database Mapping Test

MySQL: http://localhost/db MongoDB: http://localhost/mongodb/db

Variable Query Test

MySQL: http://localhost/queries?queries=2 MongoDB: http://localhost/mongodb/queries?queries=2

Update Test

MySQL: http://localhost/update

http://localhost/fortunes

Plaintext Test

http://localhost/plaintext

Fortunes Test

MySQL: http://localhost/fortunes MongoDB: http://localhost/mongodb/fortunes