Nate Brady 9d8c7b5a5c patch to fix all the php toolset paths 8 năm trước cách đây
..
app d14c9974cb adds plaintext and update tests to symfony2 9 năm trước cách đây
deploy 438722bfd6 Remove keepalive from PHP frameworks using fastcgi 9 năm trước cách đây
src d14c9974cb adds plaintext and update tests to symfony2 9 năm trước cách đây
web 979fca5121 Rename symfony folders 10 năm trước cách đây
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 năm trước cách đây
.hhvm.bbhc 62eeb64aab Refactor so hhvm is not seperate framework 10 năm trước cách đây
LICENSE 979fca5121 Rename symfony folders 10 năm trước cách đây
README.md 7554961cca Add parenthesis 10 năm trước cách đây
benchmark_config.json 72fe5aae4b fixes merge conflicts 8 năm trước cách đây
composer.json 979fca5121 Rename symfony folders 10 năm trước cách đây
composer.lock 979fca5121 Rename symfony folders 10 năm trước cách đây
hhvm.pid 62eeb64aab Refactor so hhvm is not seperate framework 10 năm trước cách đây
setup.sh 9d8c7b5a5c patch to fix all the php toolset paths 8 năm trước cách đây
setup_hhvm.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 năm trước cách đây
source_code 979fca5121 Rename symfony folders 10 năm trước cách đây

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