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

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