You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# PHP Framework Benchmark
2
2
3
-
This project attempts to measure minimum overhead (minimum bootstrap cost) of PHP frameworks in real world.
3
+
This project attempts to measure minimum overhead (minimum bootstrap cost) of PHP frameworks in the real world.
4
4
5
5
So I think the minimum applications to benchmark should not include:
6
6
7
7
* cost of template engine (HTML output)
8
8
* cost of database manipulation
9
9
* cost of debugging information
10
10
11
-
Components like Template engine or ORM/Database library are out of scope in this project.
11
+
Components like Template engine or ORM/Database libraries are out of scope in this project.
12
12
13
13
## Benchmarking Policy
14
14
@@ -19,7 +19,7 @@ This is `master` branch.
19
19
* Don't remove any components/configurations even if they are not used.
20
20
* With minimum changes to run this benchmark.
21
21
* Set environment production/Turn off debug mode.
22
-
* Run optimization which you normally do in your production environment, like composer's `--optimize-autoloader`.
22
+
* Run optimization which you normally do in your production environment, like Composer's `--optimize-autoloader`.
23
23
* Use controller or action class if a framework has the functionality.
24
24
25
25
Some people may think using default configuration is not fair. But I think a framework's default configuration is an assertion of what it is. Default configuration is a good starting point to know a framework. And I can't optimize all the frameworks. Some frameworks are optimized, some are not, it is not fair. So I don't remove any components/configurations.
@@ -134,13 +134,13 @@ If you want to see current configuration, run `sudo sysctl -a`.
0 commit comments