mirror of https://github.com/rwf2/Rocket.git
Clarify which version of Hyper is benchmarked.
This commit is contained in:
parent
f0836e22fa
commit
65c70479f8
|
@ -148,8 +148,8 @@ Rocket is designed to be performant. At this time, its performance is
|
|||
[bottlenecked by the Hyper HTTP
|
||||
library](https://github.com/SergioBenitez/Rocket/issues/17). Even so, Rocket
|
||||
currently performs _significantly better_ than the latest version of
|
||||
asynchronous Hyper on a simple "Hello, world!" benchmark. Rocket also performs
|
||||
_significantly better_ than the Iron web framework:
|
||||
multithreaded asynchronous Hyper on a simple "Hello, world!" benchmark. Rocket
|
||||
also performs _significantly better_ than the Iron web framework:
|
||||
|
||||
**Machine Specs:**
|
||||
|
||||
|
@ -169,7 +169,7 @@ _significantly better_ than the Iron web framework:
|
|||
Requests/sec: 75051.28
|
||||
Transfer/sec: 10.45MB
|
||||
|
||||
**Hyper v0.10.0-a.0 (1/12/2016)** (46 LOC) results (best of 3, +/- 5000 req/s, +/- 30us latency):
|
||||
**Hyper v0.10-rotor (1/12/2016)** (46 LOC) results (best of 3, +/- 5000 req/s, +/- 30us latency):
|
||||
|
||||
Running 10s test @ http://localhost:80
|
||||
1 threads and 18 connections
|
||||
|
|
Loading…
Reference in New Issue