From 245c732ff86d34a894ab600a65044c71c13e7bb5 Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Wed, 20 Jul 2016 07:04:27 +0300 Subject: [PATCH] Show the updated benchmarks (July 19). Don't forget, book is updated: https://www.gitbook.com/book/kataras/iris/details --- HISTORY.md | 6 +++++- README.md | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 712295a7..decd350e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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** diff --git a/README.md b/README.md index ce68b383..53981aa2 100644 --- a/README.md +++ b/README.md @@ -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 ------------