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
+49-32Lines changed: 49 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This is `master` branch.
20
20
* With minimum changes to run this benchmark.
21
21
* Set environment production/Turn off debug mode.
22
22
* Run optimization which you normally do in your production environment, like composer's `--optimize-autoloader`.
23
-
* Use controller class if a framework supports.
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.
26
26
@@ -32,26 +32,26 @@ If you find something wrong with my code, please feel free to send Pull Requests
Note(1): All the results are run on php with `phalcon.so` and `ice.so`. If you don't load phalcon.so or ice.so, the rps except for Phalcon or Ice probably increase a bit.
97
99
98
100
## How to Benchmark
99
101
100
-
Install source code as <http://localhost/php-framework-benchmark/>.
102
+
Install source code as <http://localhost/php-framework-benchmark/>:
0 commit comments