Package | Description |
---|---|
com.carrotsearch.junitbenchmarks |
JUnitBenchmarks core infrastructure and annotations.
|
com.carrotsearch.junitbenchmarks.h2 |
H2 database benchmark results consumer.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
Class<? extends IResultsConsumer> |
ConsumerName.clazz
Consumer class.
|
Modifier and Type | Method and Description |
---|---|
static IResultsConsumer[] |
BenchmarkOptionsSystemProperties.getDefaultConsumers() |
Constructor and Description |
---|
BenchmarkRule(IResultsConsumer... consumers)
Creates a benchmark rule with a given sink for benchmark results.
|
Modifier and Type | Class and Description |
---|---|
class |
H2Consumer
IResultsConsumer that appends records to a H2 database. |
Copyright © 2013 Carrot Search s.c.. All Rights Reserved.