public class GatlingGlobalStatsReport
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GatlingGlobalStatsReport.Group |
static class |
GatlingGlobalStatsReport.MeanRequestsPerSec |
static class |
GatlingGlobalStatsReport.Result |
| Constructor and Description |
|---|
GatlingGlobalStatsReport(GatlingGlobalStatsReport.Result noOfRequests) |
public GatlingGlobalStatsReport(GatlingGlobalStatsReport.Result noOfRequests)
public GatlingGlobalStatsReport withMinResponseTime(GatlingGlobalStatsReport.Result minResponseTime)
public GatlingGlobalStatsReport withMaxResponseTime(GatlingGlobalStatsReport.Result maxResponseTime)
public GatlingGlobalStatsReport withMeanResponseTime(GatlingGlobalStatsReport.Result meanResponseTime)
public GatlingGlobalStatsReport withStandardDeviation(GatlingGlobalStatsReport.Result standardDeviation)
public GatlingGlobalStatsReport withPercentiles1(GatlingGlobalStatsReport.Result percentiles1)
public GatlingGlobalStatsReport withPercentiles2(GatlingGlobalStatsReport.Result percentiles2)
public GatlingGlobalStatsReport withGroup1(GatlingGlobalStatsReport.Group group1)
public GatlingGlobalStatsReport withGroup2(GatlingGlobalStatsReport.Group group2)
public GatlingGlobalStatsReport withGroup3(GatlingGlobalStatsReport.Group group3)
public GatlingGlobalStatsReport withGroup4(GatlingGlobalStatsReport.Group group4)
public GatlingGlobalStatsReport withMeanNumberOfRequestsPerSecond(GatlingGlobalStatsReport.MeanRequestsPerSec meanNumberOfRequestsPerSecond)
public java.util.Map<java.lang.String,java.lang.Object> toMap()