|
10 years ago | |
---|---|---|
.. | ||
app | 10 years ago | |
deploy | 10 years ago | |
src | 10 years ago | |
web | 10 years ago | |
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
benchmark_config.json | 10 years ago | |
composer.json | 10 years ago | |
composer.lock | 10 years ago | |
install.sh | 10 years ago | |
setup.sh | 10 years ago | |
source_code | 10 years ago |
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.
The tests were run with:
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