-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathtest6_results.html
4 lines (4 loc) · 1.22 KB
/
test6_results.html
1
2
3
4
<h2>Test 6 - Scalability</h2><p>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</p>
Overhead time: 3.495<table><thead><tr><th>Container</th><th>10 objects</th><th>50 objects</th><th>100 objects</th><th>200 objects</th><th>500 objects</th><th>1000 objects</th><th>1500 objects</th></thead><tr><td>pimple</td><td>0.1767</td><td>0.1982</td><td>0.2589</td><td>0.3281</td><td>0.5135</td><td>0.8565</td><td>1.2091</td></tr><tr><td>phalcon</td><td>1.0103</td><td>0.9813</td><td>1.0059</td><td>1.0058</td><td>0.9699</td><td>0.9867</td><td>0.9583</td></tr><tr><td>dice</td><td>0.1571</td><td>0.2241</td><td>0.2817</td><td>0.2907</td><td>0.4508</td><td>0.7915</td><td>1.0386</td></tr><tr><td>symfonydi</td><td>0.4626</td><td>0.4771</td><td>0.4728</td><td>0.5013</td><td>0.5943</td><td>0.6568</td><td>0.7271</td></tr>