jeffbski / bench-rest

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 returns (measured) metrics.
MIT License
303 stars 51 forks source link

Update request module to support time property #18

Closed Greg-GB closed 9 years ago

Greg-GB commented 9 years ago

Update request module to support the time property. This will allow users to specify time in the all.requestOptions.

https://www.npmjs.com/package/request version: 2.65.0

time - If true, the request-response cycle (including all redirects) is timed at millisecond resolution, and the result provided on the response's elapsedTime property.

jeffbski commented 9 years ago

I have updated request to 2.65.0 and many other packages in the process.

This is available in bench-rest@1.1.1 which I just published.