Package | Description |
---|---|
com.thoughtworks.xstream.tools.benchmark |
A simple harness for running benchmarks.
|
com.thoughtworks.xstream.tools.benchmark.metrics | |
com.thoughtworks.xstream.tools.benchmark.products | |
com.thoughtworks.xstream.tools.benchmark.reporters |
Modifier and Type | Method and Description |
---|---|
void |
Harness.addProduct(Product product)
Deprecated.
|
void |
Reporter.metricFailed(Product product,
java.lang.Exception e)
Deprecated.
|
void |
Reporter.metricRecorded(Product product,
double result)
Deprecated.
|
double |
Metric.run(Product product,
java.lang.Object object)
Deprecated.
since 1.3
|
double |
Metric.run(Product product,
Target target)
Deprecated.
Run the test and produce a metric.
|
private void |
Harness.run(Reporter reporter,
Metric metric,
Target target,
Product product)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
double |
SerializationSpeedMetric.run(Product product,
java.lang.Object object)
Deprecated.
since 1.3
|
double |
SizeMetric.run(Product product,
java.lang.Object object)
Deprecated.
since 1.3
|
double |
CharacterCountMetric.run(Product product,
java.lang.Object object)
Deprecated.
since 1.3
|
double |
DeserializationSpeedMetric.run(Product product,
java.lang.Object object)
Deprecated.
since 1.3
|
double |
SerializationSpeedMetric.run(Product product,
Target target)
Deprecated.
|
double |
SizeMetric.run(Product product,
Target target)
Deprecated.
|
double |
CharacterCountMetric.run(Product product,
Target target)
Deprecated.
|
double |
DeserializationSpeedMetric.run(Product product,
Target target)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaObjectSerialization
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamBEAStax
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamBinary
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamCompact
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamDom
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamDom4J
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamDriver
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamJDom
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamKXml2
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamKXml2DOM
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamSjsxp
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamStax
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamWoodstox
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamXpp
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamXpp3
Deprecated.
As of 1.4.9 use JMH instead
|
class |
XStreamXpp3DOM
Deprecated.
As of 1.4.9 use JMH instead
|
Modifier and Type | Field and Description |
---|---|
private Product |
HtmlReporter.MetricResult.product |
Modifier and Type | Method and Description |
---|---|
void |
TextReporter.metricFailed(Product product,
java.lang.Exception e)
Deprecated.
|
void |
HtmlReporter.metricFailed(Product product,
java.lang.Exception e)
Deprecated.
|
void |
MultiReporter.metricFailed(Product product,
java.lang.Exception e)
Deprecated.
|
void |
TextReporter.metricRecorded(Product product,
double result)
Deprecated.
|
void |
HtmlReporter.metricRecorded(Product product,
double result)
Deprecated.
|
void |
MultiReporter.metricRecorded(Product product,
double result)
Deprecated.
|
Constructor and Description |
---|
MetricResult(Product product,
double result) |
MetricResult(Product product,
java.lang.Exception exception) |