Updated README

This commit is contained in:
thomashii 2022-01-08 16:16:50 +08:00
parent df52801c66
commit 2f6b964807
2 changed files with 6 additions and 3 deletions

View file

@ -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).

View file

@ -7,6 +7,7 @@
* Fix bugs
* `angel3_oauth2` failed test cases
* `angel3_proxy` failed test cases
* `angel3_orm_mysql`
## Long Term Goal