Mattie Coccia b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
..
app b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
deploy b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
src b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
web b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
.gitignore b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
.hhvm.bbhc b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
LICENSE b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
README.md b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
benchmark_config.json b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
composer.json b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
hhvm.pid b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
install.sh b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
setup_hhvm.sh b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前
source_code b69e85048a "New" framework to have symfony2 run on hhvm 10 年之前

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