hatoo / hatoo/oha

Support ramping up the requests over time

Open
#607 0 comments 10 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
10.5k
Forks
298
Avg merge
4h 20m
Merged PRs (30d)
5

Description

It would be nice if `oha` would support ramping up the requests over time, so that we can give a rate like `--rampup 5` which means to add 5 requests/s, so that it does:

* 0s: 5 requests/s
* 1s: 10 requests/s
* 2s: 15 requests/s
* 3s: 20 requests/s
* ...
* 1000s: 5000 requests/s
* ...

That way one could measure after what time the latencies of a service get worse or how many requests/s it can reasonably handle without blowing up the latencies.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.