gog 438722bfd6 Remove keepalive from PHP frameworks using fastcgi 9 years ago
..
app 979fca5121 Rename symfony folders 10 years ago
deploy 438722bfd6 Remove keepalive from PHP frameworks using fastcgi 9 years ago
src 979fca5121 Rename symfony folders 10 years ago
web 979fca5121 Rename symfony folders 10 years ago
.gitignore 979fca5121 Rename symfony folders 10 years ago
.hhvm.bbhc 62eeb64aab Refactor so hhvm is not seperate framework 10 years ago
LICENSE 979fca5121 Rename symfony folders 10 years ago
README.md 7554961cca Add parenthesis 10 years ago
benchmark_config.json 01ca7a3182 fixed up config file some 10 years ago
composer.json 979fca5121 Rename symfony folders 10 years ago
composer.lock 979fca5121 Rename symfony folders 10 years ago
hhvm.pid 62eeb64aab Refactor so hhvm is not seperate framework 10 years ago
setup.sh ac5934005f Almost done... 10 years ago
setup_hhvm.sh 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
source_code 979fca5121 Rename symfony folders 10 years ago

README.md

Symfony 2 Benchmarking Test

The information below contains information specific to Symfony2. For further guidance, review the documentation. Also note the additional information provided in the PHP README.

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

Infrastructure Software Versions

The tests were run with:

Paths & Source for Tests

Advice for Adding Symfony2 Tests

This implementation is the direct result of installing the Standard Edition of Symfony 2 using Composer, and making the minimum modifications necessary to support running the benchmark. Specifically, unnecessary bundles have not been removed from the kernel to properly reflect "out of the box" performance. If you're interested in tuned performance, see the symfony-stripped test, which removes and unnecessary components.

Note: app/bootstrap.php.cache is generated by Composer when you first run composer.phar install

Interesting Links