Uses of Interface
io.narayana.perf.WorkerLifecycle
-
Uses of WorkerLifecycle in io.narayana.perf
Subinterfaces of WorkerLifecycle in io.narayana.perfMethods in io.narayana.perf with parameters of type WorkerLifecycleModifier and TypeMethodDescriptionMeasurement.measure(WorkerLifecycle<T> lifecycle, 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.