smartcat-labs / berserker

Berserker is load generator with pluggable input source and configurable output.
Apache License 2.0
52 stars 8 forks source link

Support both sync and async HTTP workers #48

Closed vajda closed 6 years ago

vajda commented 6 years ago

Current HTTP worker is asynchronous which prevents it from measuring response time of HTTP endpoints, worker should support both async and sync modes.