Brittany Mazza 7554961cca Add parenthesis 10 rokov pred
..
app 979fca5121 Rename symfony folders 10 rokov pred
deploy 979fca5121 Rename symfony folders 10 rokov pred
src 979fca5121 Rename symfony folders 10 rokov pred
web 979fca5121 Rename symfony folders 10 rokov pred
.gitignore 979fca5121 Rename symfony folders 10 rokov pred
LICENSE 979fca5121 Rename symfony folders 10 rokov pred
README.md 7554961cca Add parenthesis 10 rokov pred
benchmark_config.json 2ee1133c4e Add .json to benchmark_config, Resolve TechEmpower/FrameworkBenchmarks#1095 10 rokov pred
composer.json 979fca5121 Rename symfony folders 10 rokov pred
composer.lock 979fca5121 Rename symfony folders 10 rokov pred
install.sh b18e85be27 remove bash_profile.sh and update install.sh for symfony2 10 rokov pred
setup.sh b18e85be27 remove bash_profile.sh and update install.sh for symfony2 10 rokov pred
source_code 979fca5121 Rename symfony folders 10 rokov pred

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