| Constructor and Description |
|---|
SerializationSpeedMetric(int iterations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
biggerIsBetter()
Whether a big result is better for this metric.
|
double |
run(Product product,
Object object)
Deprecated.
since 1.3
|
double |
run(Product product,
Target target)
Run the test and produce a metric.
|
String |
toString() |
String |
unit()
The unit the metric is recorded in (for reporting purposes).
|
public double run(Product product, Target target) throws Exception
Metricpublic double run(Product product, Object object) throws Exception
Metricpublic String unit()
Metricpublic boolean biggerIsBetter()
MetricbiggerIsBetter in interface MetricCopyright © 2004–2014 XStream. All rights reserved.