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

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Bumps [hapi](https://github.com/hapijs/hapi) from 15.2.0 to 18.1.0. Commits - [`5ced8ae`](https://github.com/hapijs/hapi/commit/5ced8ae1e39a1c5360c787a9332031fc0aaa84f7) 18.1.0 - [`7578f61`](https://github.com/hapijs/hapi/commit/7578f61db7c040c474c1e5b74289041c43172046) Expose bourne settings. Closes [#3917](https://github-redirect.dependabot.com/hapijs/hapi/issues/3917) - [`3378e78`](https://github.com/hapijs/hapi/commit/3378e783627e815f976080ed22bfd7bc9121cd79) Update dep. Closes [#3922](https://github-redirect.dependabot.com/hapijs/hapi/issues/3922) - [`4b59b3f`](https://github.com/hapijs/hapi/commit/4b59b3f90a663b815369c4f84fbd36807a866b7d) 18.0.1 - [`5f6a00b`](https://github.com/hapijs/hapi/commit/5f6a00bf18025116e0208ad456bfbfe9a6fcb388) misc -...

dependencies

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/jeffbski/test/github/543af8ea-118a-4f18-b903-81f91a995715/master..snyk-fix-602be868921daada91112a7488f5120b) for more details. #### Snyk Project: [jeffbski/bench-rest:package.json](https://app.snyk.io/org/jeffbski/project/543af8ea-118a-4f18-b903-81f91a995715) ####...

I always get this error 'Failed in main with err: { [Error: socket hang up] code: 'ECONNRESET' }' anytime i run my bench rest script. I don't really understand why....

I have setup a script with runOptions but I am not sure how do I execute the script to use runOptions rather than using bench-rest -n 1000 -c 50 perf_scripts.js...

question

Hello, I was looking for a module just like this one, so was glad to find it :) In my use case, I wanted each request to have different random...

how to api call with headers ? Type erros: ``` Object.keys(obj).forEach(function (i) { ^ TypeError: Object.keys called on non-object ```

question

Hi, Just want to ask a question. Does the stats.main.meter.mean refer to the number of requests per second the server was able to do? Because the word you used on...

question

Hello, Thank you for such a nice benchmarking tool. I tried to use artillery before, but I found it a bit complex. Your approach seems simpler and easier to use....

question