mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
Show the updated benchmarks (July 19). Don't forget, book is updated: https://www.gitbook.com/book/kataras/iris/details
This commit is contained in:
parent
fb45f71b8c
commit
245c732ff8
|
@ -7,13 +7,16 @@
|
|||
|
||||
|
||||
**The important** , is that the [book](https://kataras.gitbooks.io/iris/content/) is finally updated!
|
||||
|
||||
|
||||
If you're **willing to donate** click [here](DONATIONS.md)!
|
||||
|
||||
|
||||
- `iris.Config.Gzip`, enables gzip compression on your Render actions, this includes any type of render, templates and pure/raw content. If you don't want to enable it globaly, you could just use the third parameter on context.Render("myfileOrResponse", structBinding{}, iris.RenderOptions{"gzip": true}). It defaults to false
|
||||
|
||||
|
||||
- **Added** `config.Server.Name` as requested
|
||||
|
||||
|
||||
**Fix**
|
||||
- https://github.com/kataras/iris/issues/301
|
||||
|
||||
|
@ -21,6 +24,7 @@ If you're **willing to donate** click [here](DONATIONS.md)!
|
|||
|
||||
- `iris.Config.Sessions.Expires` it was time.Time, changed to time.Duration, which defaults to 0, means unlimited session life duration, if you change it then the correct date is setted on client's cookie but also server destroys the session automatically when the duration passed, this is better approach, see [here](https://github.com/kataras/iris/issues/301)
|
||||
|
||||
|
||||
## 4.0.0-alpha.2 -> 4.0.0-alpha.3
|
||||
|
||||
**New**
|
||||
|
|
|
@ -126,11 +126,11 @@ Iris does not force you to use any specific ORM or template engine. With support
|
|||
|
||||
**New results just came out:**
|
||||
|
||||
![Benchmark Wizzard July 1, 2016- Processing Time Horizontal Graph](https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/0874ce64aa6d78235c9452bfed0b8fb6fb4f4547/benchmark.png)
|
||||
![Benchmark Wizzard July 19, 2016- Processing Time Horizontal Graph](https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/80857c26ee2e235c16dc38782df60dca152ce9c5/benchmark.png)
|
||||
|
||||
**The results have been updated on July 1, 2016**
|
||||
**The results have been updated on July 19, 2016**
|
||||
|
||||
[Please click here to view all detailed benchmarks.](https://github.com/smallnest/go-web-framework-benchmark/commit/0874ce64aa6d78235c9452bfed0b8fb6fb4f4547)
|
||||
[Please click here to view all detailed benchmarks.](https://github.com/smallnest/go-web-framework-benchmark/commit/80857c26ee2e235c16dc38782df60dca152ce9c5)
|
||||
|
||||
Testing
|
||||
------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user