public class GroupByTypeInterfaceBenchmark extends Object
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
JSON_MAPPER |
Constructor and Description |
---|
GroupByTypeInterfaceBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
querySingleQueryableIndexFloatOnly(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexFloatThenLong(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexFloatThenString(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexFloatTwice(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexLongOnly(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexLongThenFloat(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexLongThenString(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexLongTwice(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexNumericOnly(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexNumericThenString(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexStringOnly(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexStringThenLong(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexStringThenNumeric(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
querySingleQueryableIndexStringTwice(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()
public void querySingleQueryableIndexStringOnly(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexLongOnly(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexFloatOnly(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexNumericOnly(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexNumericThenString(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexLongThenString(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexLongThenFloat(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexStringThenNumeric(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexStringThenLong(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexStringTwice(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexLongTwice(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexFloatTwice(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
public void querySingleQueryableIndexFloatThenLong(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
Exception
Copyright © 2011–2017. All rights reserved.