|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResultsConsumer | |
---|---|
com.carrotsearch.junitbenchmarks | JUnitBenchmarks core infrastructure and annotations. |
com.carrotsearch.junitbenchmarks.h2 | H2 database benchmark results consumer. |
Uses of IResultsConsumer in com.carrotsearch.junitbenchmarks |
---|
Classes in com.carrotsearch.junitbenchmarks that implement IResultsConsumer | |
---|---|
class |
AutocloseConsumer
Consumers that should be closed at shutdown (if not earlier). |
class |
WriterConsumer
IResultsConsumer printing benchmark results to a given writer. |
class |
XMLConsumer
IResultsConsumer that writes XML files for each benchmark. |
Fields in com.carrotsearch.junitbenchmarks with type parameters of type IResultsConsumer | |
---|---|
Class<? extends IResultsConsumer> |
ConsumerName.clazz
Consumer class. |
Methods in com.carrotsearch.junitbenchmarks that return IResultsConsumer | |
---|---|
static IResultsConsumer[] |
BenchmarkOptionsSystemProperties.getDefaultConsumers()
|
Constructors in com.carrotsearch.junitbenchmarks with parameters of type IResultsConsumer | |
---|---|
BenchmarkRule(IResultsConsumer... consumers)
Creates a benchmark rule with a given sink for benchmark results. |
Uses of IResultsConsumer in com.carrotsearch.junitbenchmarks.h2 |
---|
Classes in com.carrotsearch.junitbenchmarks.h2 that implement IResultsConsumer | |
---|---|
class |
H2Consumer
IResultsConsumer that appends records to a H2 database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |