ryos-io / Rhino

Rhino: Dockerized Distributed Load and Performance Testing Framework
http://ryos.io
Apache License 2.0
18 stars 3 forks source link

Async Integration Testing #156

Closed reevik closed 4 years ago

reevik commented 4 years ago

A new DSL is needed to measure the performance of async request/response model. The DSL might look as follows:

measure("async", 
 send().waitUntil());
reevik commented 4 years ago

This feature is implemented. See, measure()