httping only 3 requests is enough

This commit is contained in:
Jérôme Petazzoni
2017-12-18 18:45:40 -06:00
parent bb7cdafe47
commit c665e1a2d6

View File

@@ -484,12 +484,12 @@ We will use `httping`.
- Check the latency of `rng`:
```bash
httping -c 10 localhost:8001
httping -c 3 localhost:8001
```
- Check the latency of `hasher`:
```bash
httping -c 10 localhost:8002
httping -c 3 localhost:8002
```
]