public final class GatlingReportStatsUtils extends Object
Modifier and Type | Method and Description |
---|---|
static double |
getOKRate(GatlingReportStats gatlingReportStats) |
static double |
getQps(GatlingReportStats gatlingReportStats) |
static double |
getResponseTime95(GatlingReportStats gatlingReportStats) |
static double |
getResponseTime99(GatlingReportStats gatlingReportStats) |
static double |
getResponseTimeAvg(GatlingReportStats gatlingReportStats) |
public static double getOKRate(@Nonnull GatlingReportStats gatlingReportStats)
public static double getQps(@Nonnull GatlingReportStats gatlingReportStats)
public static double getResponseTime99(@Nonnull GatlingReportStats gatlingReportStats)
public static double getResponseTime95(@Nonnull GatlingReportStats gatlingReportStats)
public static double getResponseTimeAvg(@Nonnull GatlingReportStats gatlingReportStats)
Copyright © 2016–2019. All rights reserved.