Skip to content

Commit c109a45

Browse files
committed
Update README.md
1 parent 2ac5ee7 commit c109a45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# PHP Framework Benchmark
22

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.
44

55
So I think the minimum applications to benchmark should not include:
66

77
* cost of template engine (HTML output)
88
* cost of database manipulation
99
* cost of debugging information
1010

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.
1212

1313
## Benchmarking Policy
1414

@@ -19,7 +19,7 @@ This is `master` branch.
1919
* Don't remove any components/configurations even if they are not used.
2020
* With minimum changes to run this benchmark.
2121
* 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`.
2323
* Use controller or action class if a framework has the functionality.
2424

2525
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`.
134134
* [Cygnite](http://www.cygniteframework.com/) ([@cygnitephp](https://twitter.com/cygnitephp))
135135
* [FatFree](http://fatfreeframework.com/) ([@phpfatfree](https://twitter.com/phpfatfree))
136136
* [FuelPHP](http://fuelphp.com/) ([@fuelphp](https://twitter.com/fuelphp))
137-
* [Ice](http://www.iceframework.org/) ([@iceframework](https://twitter.com/iceframework))
137+
* [Ice](http://www.iceframework.org/) ([@iceframework](https://twitter.com/iceframework)) [PHP extension]
138138
* See https://github.com/kenjis/php-framework-benchmark/pull/17#issuecomment-98244668
139139
* [KumbiaPHP](https://github.com/KumbiaPHP/KumbiaPHP)
140140
* [Laravel](http://laravel.com/) ([@laravelphp](https://twitter.com/laravelphp))
141141
* [Lumen](http://lumen.laravel.com/)
142142
* [NoFussFramework](http://www.nofussframework.com/)
143-
* [Phalcon](http://phalconphp.com/) ([@phalconphp](https://twitter.com/phalconphp))
143+
* [Phalcon](http://phalconphp.com/) ([@phalconphp](https://twitter.com/phalconphp)) [PHP extension]
144144
* [PHPixie](http://phpixie.com/) ([@phpixie](https://twitter.com/phpixie))
145145
* [Radar](https://github.com/radarphp/Radar.Project)
146146
* [Siler](https://github.com/leocavalcante/siler)

0 commit comments

Comments
 (0)