public class SelectBenchmark extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
JSON_MAPPER |
| Constructor and Description |
|---|
SelectBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
void |
queryIncrementalIndex(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
queryMultiQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
queryQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
setup() |
void |
tearDown() |
public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER
public void setup()
throws IOException
IOExceptionpublic void tearDown()
throws IOException
IOExceptionpublic void queryIncrementalIndex(org.openjdk.jmh.infra.Blackhole blackhole)
throws Exception
Exceptionpublic void queryQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole)
throws Exception
ExceptionCopyright © 2011–2017. All rights reserved.