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

feat(cli): Add client-server mode #10

Closed sreuter closed 9 years ago

sreuter commented 9 years ago

@jeffbski

This is still missing some documentation, but I'd like to get an early opinion on this in general before I do more docs & refactoring. I'd also like to add multi-remote after the initial implementation is merged.

jeffbski commented 9 years ago

Thanks @sreuter I'll give it a look.

sreuter commented 9 years ago

Adding support for multi-threading, as well as distributing load to multiple remotes. Also adding more tests. Will open new PR when ready.