public final class GatlingReportUtils extends Object
Modifier and Type | Method and Description |
---|---|
static double |
getOKRate(GatlingReport gatlingReport) |
static double |
getQps(GatlingReport gatlingReport) |
static List<String> |
getRequestNames(GatlingReport gatlingReport) |
static Optional<GatlingReport> |
getRequestReportByName(GatlingReport gatlingReport,
String name) |
static double |
getResponseTime95(GatlingReport gatlingReport) |
static double |
getResponseTime99(GatlingReport gatlingReport) |
static double |
getResponseTimeAvg(GatlingReport gatlingReport) |
static boolean |
isRequestReport(GatlingReport gatlingReport) |
public static double getOKRate(@Nonnull GatlingReport gatlingReport)
public static double getQps(@Nonnull GatlingReport gatlingReport)
public static double getResponseTime99(@Nonnull GatlingReport gatlingReport)
public static double getResponseTime95(@Nonnull GatlingReport gatlingReport)
public static double getResponseTimeAvg(@Nonnull GatlingReport gatlingReport)
public static boolean isRequestReport(@Nonnull GatlingReport gatlingReport)
public static List<String> getRequestNames(@Nonnull GatlingReport gatlingReport)
public static Optional<GatlingReport> getRequestReportByName(@Nonnull GatlingReport gatlingReport, @Nonnull String name)
Copyright © 2016–2019. All rights reserved.