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
IOExceptionpublic void tearDown()
public void querySingleQueryableIndexStringOnly(org.openjdk.jmh.infra.Blackhole blackhole)
                                         throws Exception
Exceptionpublic void querySingleQueryableIndexLongOnly(org.openjdk.jmh.infra.Blackhole blackhole)
                                       throws Exception
Exceptionpublic void querySingleQueryableIndexFloatOnly(org.openjdk.jmh.infra.Blackhole blackhole)
                                        throws Exception
Exceptionpublic void querySingleQueryableIndexNumericOnly(org.openjdk.jmh.infra.Blackhole blackhole)
                                          throws Exception
Exceptionpublic void querySingleQueryableIndexNumericThenString(org.openjdk.jmh.infra.Blackhole blackhole)
                                                throws Exception
Exceptionpublic void querySingleQueryableIndexLongThenString(org.openjdk.jmh.infra.Blackhole blackhole)
                                             throws Exception
Exceptionpublic void querySingleQueryableIndexLongThenFloat(org.openjdk.jmh.infra.Blackhole blackhole)
                                            throws Exception
Exceptionpublic void querySingleQueryableIndexStringThenNumeric(org.openjdk.jmh.infra.Blackhole blackhole)
                                                throws Exception
Exceptionpublic void querySingleQueryableIndexStringThenLong(org.openjdk.jmh.infra.Blackhole blackhole)
                                             throws Exception
Exceptionpublic void querySingleQueryableIndexStringTwice(org.openjdk.jmh.infra.Blackhole blackhole)
                                          throws Exception
Exceptionpublic void querySingleQueryableIndexLongTwice(org.openjdk.jmh.infra.Blackhole blackhole)
                                        throws Exception
Exceptionpublic void querySingleQueryableIndexFloatTwice(org.openjdk.jmh.infra.Blackhole blackhole)
                                         throws Exception
Exceptionpublic void querySingleQueryableIndexFloatThenLong(org.openjdk.jmh.infra.Blackhole blackhole)
                                            throws Exception
ExceptionCopyright © 2011–2018. All rights reserved.