Skip to content

Commit 33e6e62

Browse files
committed
Frameworks updated
Frameworks updated, checkout `benchmark.config` A bit changes
1 parent 21b1786 commit 33e6e62

File tree

84 files changed

+109
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+109
-77
lines changed

benchmark.config

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
base="http://127.0.0.1/PHP-Frameworks-Bench"
33

44
# 30-3000
5-
# higher duration is better to get more reliable results
5+
# a higher duration provides more reliable results
66
duration=60
77

88
# for a high-end host you may need to put
@@ -16,24 +16,24 @@ connections=500
1616
# Frameworks list
1717
# Sorted alphabetically
1818
frameworks_list="
19-
cakephp-4.3
20-
codeigniter-4.1
19+
cakephp-4.4
20+
codeigniter-4.3
2121
fastroute-1.3
22-
fatfree-3.8.0
22+
fatfree-3.8.1
2323
frameworkx-dev
2424
fuelphp-1.9
25-
laminas-2.0.x.dev
26-
laravel-9.1
27-
leaf-3.0
28-
lumen-9.0
25+
laminas-2.0
26+
laravel-10.0
27+
leaf-3.3
28+
lumen-10.0
2929
phroute-2.2
3030
pure-php
3131
siler-1.7.9
3232
silex-2.3
3333
slim-3.12
34-
slim-4.10
34+
slim-4.11
3535
symfony-5.4
36-
symfony-6.0
36+
symfony-6.2
3737
ubiquity-2.4.x.dev
3838
yii-2.0-basic
3939
"
File renamed without changes.
File renamed without changes.
File renamed without changes.

cakephp-4.3/_benchmark/setup.sh renamed to cakephp-4.4/_benchmark/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# create project
33
rm -rf _benchmark/temp
4-
composer create-project --prefer-dist cakephp/app:4.3 ./_benchmark/temp
4+
composer create-project --prefer-dist cakephp/app:^4.4 ./_benchmark/temp
55
yes|mv ./_benchmark/temp/{.,}* ./
66

77
# have the route & controller
File renamed without changes.

0 commit comments

Comments
 (0)