parsecph / clobbr

⚡️ A tool to check the speed and resilience of your API endpoints against multiple parallel or sequence requests.

Home Page:https://clobbr.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to define a nuance between parallel and sequence

danmindru opened this issue · comments

I.e.

buffer: 0    [parallel]
buffer: 100      [sequence with 100ms delay]
...
buffer: Infinity [sequenece]