This test measures the entire script execution time for the PHP process to launch, construct/configure the container and then have the container construct a specified number of objects. Fast containers with a slow startup time will score worse with fewer objects but improve in the rankings as the number of objects is increased. Slower containers with fast startup times will rank highly with fewer objects but will lose out to faster containers once the number of objects gets high enough
Overhead time: 3.495Container | 10 objects | 50 objects | 100 objects | 200 objects | 500 objects | 1000 objects | 1500 objects |
---|---|---|---|---|---|---|---|
pimple | 0.1767 | 0.1982 | 0.2589 | 0.3281 | 0.5135 | 0.8565 | 1.2091 |
phalcon | 1.0103 | 0.9813 | 1.0059 | 1.0058 | 0.9699 | 0.9867 | 0.9583 |
dice | 0.1571 | 0.2241 | 0.2817 | 0.2907 | 0.4508 | 0.7915 | 1.0386 |
symfonydi | 0.4626 | 0.4771 | 0.4728 | 0.5013 | 0.5943 | 0.6568 | 0.7271 |