mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
Nothing in code | give a link to the just-published the new benchmarking article
Former-commit-id: 03b7ac158138ee9a56afc2969c59f789c8ce5792
This commit is contained in:
parent
3ec5ff58c9
commit
33e651866e
|
@ -158,7 +158,7 @@ This time we will compare the speed of the “low-level” .NET Core’s server
|
|||
|
||||
## Simple
|
||||
|
||||
Spawn `1000000 requests` with 125 different "threads", tagrget to a dynamic registered route path, responds with a simple "value" text.
|
||||
Spawn `1000000 requests` with 125 different "threads", targeting to a dynamic registered route path, responds with a simple "value" text.
|
||||
|
||||
### .NET Core (Kestrel)
|
||||
|
||||
|
@ -220,7 +220,7 @@ Iris Application written using **14 code of lines** ran for **8 seconds** servin
|
|||
|
||||
## Sessions
|
||||
|
||||
Spawn `5000000 requests` with 125 different "threads" target a static request path, sets and gets a session with name `key` and string value `"value"` and write session value that to the response stream.
|
||||
Spawn `5000000 requests` with 125 different "threads" targeting a static request path, sets and gets a session based on the name `"key"` and string value `"value"` and write tat session value to the response stream.
|
||||
|
||||
### .NET Core (Kestrel) with Sessions
|
||||
|
||||
|
@ -283,8 +283,17 @@ Iris with Sessions Application ran for **1 minute and 15 seconds** serving **667
|
|||
|
||||
> Click [here](screens) to navigate to the screenshots.
|
||||
|
||||
**Thank you all** for the 100% green feedback, have fun!
|
||||
|
||||
### Articles
|
||||
|
||||
**Go vs .NET Core in terms of HTTP performance (Sa, 19 August 2017)**
|
||||
|
||||
- https://medium.com/@kataras/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8
|
||||
- https://dev.to/kataras/go-vsnet-core-in-terms-of-http-performance
|
||||
|
||||
**Iris Go vs .NET Core Kestrel in terms of HTTP performance (Mo, 21 August 2017)**
|
||||
|
||||
- https://medium.com/@kataras/iris-go-vs-net-core-kestrel-in-terms-of-http-performance-806195dc93d5
|
||||
|
||||
|
||||
**Thank you all** for the 100% green feedback, have fun!
|
Loading…
Reference in New Issue
Block a user