com.thoughtworks.xstream.tools.benchmark |
A simple harness for running benchmarks. See Harness
|
Java Source File Name | Type | Comment |
Harness.java | Class | A simple harness for running benchmarks over object serialization products.
There are three dimensions that can be added:
|
Metric.java | Interface | A metric is what's actually recorded. |
Product.java | Interface | Provides an abstraction above the product used to perform the serialization/deserialization
in the benchmarks. |
Reporter.java | Interface | A listener to what the
Harness is doing that should report the results. |
Target.java | Interface | Provides a target object to use in the metric. |