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

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