mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
Update the readme with the newest benchmarks: 21 July 2016
This commit is contained in:
parent
12cae9be3e
commit
6b71452222
10
README.md
10
README.md
|
@ -4,7 +4,7 @@
|
|||
|
||||
The fastest web framework for Go.
|
||||
|
||||
[](#benchmarks)
|
||||
[](#benchmarks)
|
||||
|
||||
|
||||
```bash
|
||||
|
@ -19,7 +19,7 @@ func main() {
|
|||
c.JSON(iris.StatusOK, iris.Map{
|
||||
"Name": "Iris",
|
||||
"Born": "13 March 2016",
|
||||
"Stars": 4270,
|
||||
"Stars": 4420,
|
||||
})
|
||||
})
|
||||
iris.Listen(":8080")
|
||||
|
@ -126,11 +126,11 @@ Iris does not force you to use any specific ORM or template engine. With support
|
|||
|
||||
**New results just came out:**
|
||||
|
||||

|
||||

|
||||
|
||||
**The results have been updated on July 19, 2016**
|
||||
**The results have been updated on July 21, 2016**
|
||||
|
||||
[Please click here to view all detailed benchmarks.](https://github.com/smallnest/go-web-framework-benchmark/commit/80857c26ee2e235c16dc38782df60dca152ce9c5)
|
||||
[Please click here to view all detailed benchmarks.](https://github.com/smallnest/go-web-framework-benchmark/commit/4db507a22c964c9bc9774c5b31afdc199a0fe8b7)
|
||||
|
||||
Testing
|
||||
------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user