Serialized Form
-
Package io.narayana.perf
-
Class io.narayana.perf.Measurement
class Measurement extends Object implements Serializable-
Serialized Fields
-
batchSize
int batchSize
-
cancelled
boolean cancelled
-
config
RegressionChecker config
-
context
T context
-
contexts
Set<T> contexts
-
exception
Exception exception
-
failOnRegression
boolean failOnRegression
-
info
String info
-
maxTestTime
long maxTestTime
-
mayInterruptIfRunning
boolean mayInterruptIfRunning
-
name
String name
-
numberOfBatches
int numberOfBatches
-
numberOfCalls
int numberOfCalls
-
numberOfErrors
int numberOfErrors
-
numberOfMeasurements
int numberOfMeasurements
-
numberOfThreads
int numberOfThreads
-
numberOfWarmupCalls
int numberOfWarmupCalls
-
one
int one
-
regression
boolean regression
-
throughput
double throughput
-
totalMillis
long totalMillis
-
-
-