---- Response Time Distribution ------------------------------------------------
> t < 250 ms 0 ( 0%)
> 250 ms < t < 750 ms 12 ( 52%)
> t > 750 ms 2 ( 9%)
> failed 9 ( 39%)
---- Errors --------------------------------------------------------------------
> status.find.is(200), but actually found 304 9 (100.0%)
================================================================================
repeat(10) {
exec(ExecutionHelpers.getExecution("Service", "${servicesPath}/${key}"))
}
A status check is automatically added to a request when you don’t specify one. It checks that the HTTP response has a 2XX or 304 status code.