Skip to content

Commit df036ff

Browse files
committed
Re-enabled "no-framework" so that relative results can be compared across the stacks
1 parent be9c180 commit df036ff

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

list.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ "$stack" = "local" ] || [ "$stack" = "docker_nginx_php_5_6_4" ]; then
44
list="
5-
#no-framework
5+
no-framework
66
#phalcon-1.3
77
phalcon-2.0
88
ice-1.0
@@ -42,7 +42,7 @@ zf-2.5
4242
fi
4343
if [ "$stack" = "docker_nginx_hhvm_3_10_1" ]; then
4444
list="
45-
#no-framework
45+
no-framework
4646
#not-supported-by-hhvm##phalcon-1.3
4747
#not-supported-by-hhvm#phalcon-2.0
4848
#not-supported-by-hhvm#ice-1.0
@@ -83,7 +83,7 @@ zf-2.5
8383
fi
8484
if [ "$stack" = "docker_nginx_php_7_0_0" ]; then
8585
list="
86-
#no-framework
86+
no-framework
8787
#not-compiled-for-php7-is-it-even-supported##phalcon-1.3
8888
#not-compiled-for-php7-is-it-even-supported#phalcon-2.0
8989
#not-compiled-for-php7-is-it-even-supported#ice-1.0

output/docker_nginx_hhvm_3_10_1/results.hello_world.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
no-framework: 941.20: 31136: 0.000816: 1
12
tipsy-0.10: 151.22: 40864: 0.013672: 18
23
fatfree-3.5: 191.62: 73960: 0.005139: 9
34
slim-2.6: 134.64: 45728: 0.018968: 24

output/docker_nginx_php_5_6_4/results.hello_world.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
no-framework: 1606.08: 234608: 0.000233: 1
12
phalcon-2.0: 835.00: 283120: 0.002651: 5
23
ice-1.0: 749.81: 275680: 0.001453: 4
34
tipsy-0.10: 988.07: 336808: 0.000606: 18

output/docker_nginx_php_7_0_0/results.hello_world.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
no-framework: 2002.75: 357288: 0.000312: 1
12
tipsy-0.10: 1149.66: 386832: 0.000585: 18
23
fatfree-3.5: 620.23: 455712: 0.001992: 9
34
slim-2.6: 1148.00: 506936: 0.000839: 24

0 commit comments

Comments
 (0)