public class TopNBenchmark extends Object
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
JSON_MAPPER |
Constructor and Description |
---|
TopNBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
queryMultiQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleIncrementalIndex(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndex(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
IOException
public void tearDown() throws IOException
IOException
public void querySingleIncrementalIndex(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
Copyright © 2011–2017. All rights reserved.