public class ParserBenchmark extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
comments |
(package private) int |
length |
(package private) SqlParser |
parser |
(package private) String |
sql |
| Constructor and Description |
|---|
ParserBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
SqlNode |
parseCached() |
SqlNode |
parseNonCached() |
void |
setup() |
public void setup()
throws SqlParseException
SqlParseExceptionpublic SqlNode parseCached() throws SqlParseException
SqlParseExceptionpublic SqlNode parseNonCached() throws SqlParseException
SqlParseExceptionpublic static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
org.openjdk.jmh.runner.RunnerExceptionCopyright © 2012–2019 The Apache Software Foundation. All rights reserved.