Class BenchmarkResult
- java.lang.Object
-
- org.opennms.nephron.testing.benchmark.BenchmarkResult
-
public class BenchmarkResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description doubleinRatedoubleoutRateorg.joda.time.DurationprocessingTimeBenchmark.Snapshotsnapshot
-
Constructor Summary
Constructors Constructor Description BenchmarkResult(Benchmark.Snapshot snapshot)
-
-
-
Field Detail
-
snapshot
public final Benchmark.Snapshot snapshot
-
inRate
public final double inRate
-
outRate
public final double outRate
-
processingTime
public final org.joda.time.Duration processingTime
-
-
Constructor Detail
-
BenchmarkResult
public BenchmarkResult(Benchmark.Snapshot snapshot)
-
-