Uses of Interface
io.narayana.perf.WorkerWorkload
-
Uses of WorkerWorkload in io.narayana.perf
Subinterfaces of WorkerWorkload in io.narayana.perfMethods in io.narayana.perf with parameters of type WorkerWorkloadModifier and TypeMethodDescriptionMeasurement.measure(WorkerLifecycle<T> lifecycle, WorkerWorkload<T> workload) Measurement.measure(WorkerWorkload<T> workload) static <T> Measurement<T>PerformanceProfileStore.regressionCheck(WorkerLifecycle lifecycle, WorkerWorkload<T> workload, String metricName, boolean useConfigArgs, long maxTestTime, int warmUpCount, int numberOfCalls, int threadCount, int batchSize) Measure the performance of a workload.static <T> Measurement<T>PerformanceProfileStore.regressionCheck(WorkerWorkload<T> workload, String metricName, boolean useConfigArgs, int warmUpCount, int numberOfCalls, int threadCount, int batchSize) Measure the performance of a workload.static <T> Measurement<T>PerformanceProfileStore.regressionCheck(WorkerWorkload<T> workload, String metricName, boolean useConfigArgs, long maxTestTime, int warmUpCount, int numberOfCalls, int threadCount, int batchSize) Measure the performance of a workload.