Skip to content

Commit

Permalink
docs(readme): Add missing result param (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozzilla committed Nov 3, 2023
1 parent 61ffae1 commit d7c98b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -449,6 +449,7 @@ The results object emitted by `done` and passed to the `autocannon()` callback h
* `pipelining`: The number of pipelined requests used per connection (value of `opts.pipelining`).
* `non2xx`: The number of non-2xx response status codes received.
* `resets`: How many times the requests pipeline was reset due to `setupRequest` returning a falsey value.
* `statusCodeStats`: Requests counter per status code (e.g. `{ "200": { "count": "500" } }`)

The histogram objects for `requests`, `latency` and `throughput` are [hdr-histogram-percentiles-obj](https://github.com/thekemkid/hdr-histogram-percentiles-obj) objects and have this shape:

Expand Down

0 comments on commit d7c98b0

Please sign in to comment.