refactor(readme): remove some work
This commit is contained in:
27
README.md
27
README.md
@@ -34,36 +34,33 @@ And then open the `docs/html/index.html`.
|
|||||||
### Doing
|
### Doing
|
||||||
|
|
||||||
- Support for virtual hosts
|
- Support for virtual hosts
|
||||||
- CLI args
|
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- Minimal Templating
|
- Minimal Templating
|
||||||
- Reverse proxy
|
|
||||||
- IPv6 compatible
|
- IPv6 compatible
|
||||||
- Compression (Gzip)
|
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
This test was performed using `wrk`.
|
This test was performed using [goku](https://github.com/jcaromiq/goku).
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>wrk command</summary>
|
<summary>goku command</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ wrk -t12 -c400 -d30s http://127.0.0.1:3030/index.html
|
$ goku -t http://localhost:3030 -c 400 -d 30
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Running 30s test @ http://localhost:3030
|
Concurrency level 400
|
||||||
12 threads and 400 connections
|
Time taken 31 seconds
|
||||||
Thread Stats Avg Stdev Max +/- Stdev
|
Total requests 365363
|
||||||
Latency 3.45ms 2.37ms 91.92ms 95.45%
|
Mean request time 22.665250723253322 ms
|
||||||
Req/Sec 10.08k 1.33k 19.57k 82.30%
|
Max request time 2067 ms
|
||||||
3621422 requests in 32.47s, 2.55GB read
|
Min request time 0 ms
|
||||||
Socket errors: connect 0, read 0, write 0, timeout 395
|
95'th percentile: 20 ms
|
||||||
Requests/sec: 111514.25
|
99.9'th percentile: 1078 ms
|
||||||
Transfer/sec: 80.51MB
|
200 OK 365363
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user