diff --git a/README.md b/README.md index af21885b..edbd4a87 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,11 @@ The performance benchmark can be found at [TechEmpower Framework Benchmarks](https://tfb-status.techempower.com/) -The test cases are build using standard `Angel3 ORM` template. Note that JAEL view template caching is not enabled in `Fortunes` test case and database connections pooling is not used in any of the queries test cases. These results will be used for fine-tuning the framework. +The test cases are build using standard `Angel3 ORM` template. This result will be used for fine-tuning Angel3 framework. The following test cases will be progressively added in the upcoming update to benchmark. + +1. Angel3 with MongoDB +2. Angel3 with MySQL ORM +3. Cached queries ## Examples and Documentation @@ -121,8 +125,6 @@ Examples and complete projects can be found [here](https://github.com/dukefireha You can also view the [Angel3 API](http://www.dartdocs.org/documentation/angel_framework/latest). -There is also an [Awesome Angel :fire:](https://github.com/dukefirehawk/angel3-awesome) list. - ## Contributing Interested in contributing to Angel3? See the contribution guide [here](CONTRIBUTING.md). diff --git a/TODO.md b/TODO.md index 509f55c4..5bee6b2f 100644 --- a/TODO.md +++ b/TODO.md @@ -7,6 +7,7 @@ * Fix bugs * `angel3_oauth2` failed test cases * `angel3_proxy` failed test cases + * `angel3_orm_mysql` ## Long Term Goal