Package | Description |
---|---|
io.narayana.perf |
Modifier and Type | Interface and Description |
---|---|
interface |
Worker<T> |
Modifier and Type | Method and Description |
---|---|
Measurement<T> |
Measurement.measure(WorkerLifecycle<T> lifecycle,
WorkerWorkload<T> workload) |
Measurement<T> |
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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.