bench-rest icon indicating copy to clipboard operation
bench-rest copied to clipboard

bench-rest - benchmark REST (HTTP/HTTPS) API's. node.js client module for easy load testing / benchmarking REST API's using a simple structure/DSL can create REST flows with setup and teardown and ret...

Results 15 bench-rest issues
Sort by recently updated
recently updated
newest added

Hello, This project claims that it is a benchmark solution for both http and https. Would you be so kind to provide an example including authorization ? I'm trying to...

question

Hello, Sometimes there are some hooks that I would like to run for every request on the stream (for example, for include certain common header). Currently there is no way...

enhancement

Hi Jeff, Great node module you made here! Very impressive work. I have a rest work flow that involves a client starting with a post request to submit a job,...

Hi @jeffbski , great work on this--it's really useful! Any best practices for rate-limiting the request flow by some wall-time measure, e.g. 100 requests per minute? For my application this...

I was wondering if it's possible to ramp the traffic up over a period of time? Thanks Neil