| Class | Description |
|---|---|
| AbstractRelNodeGetRelTypeNameBenchmark |
A benchmark of alternative implementations for
AbstractRelNode.getRelTypeName()
method. |
| AbstractRelNodeGetRelTypeNameBenchmark.ClassNameState |
A state holding the full class names of all built-in implementors of the
RelNode interface. |
| FlightRecorderProfiler |
Captures Flight Recorder log.
|
| ParserBenchmark |
Benchmarks JavaCC-generated SQL parser
|
| PreconditionTest |
Checks if silent precondition has noticeable overhead
|
| StatementTest |
Compares
Statement vs PreparedStatement. |
| StatementTest.Department |
Department record.
|
| StatementTest.Employee |
Employee record.
|
| StatementTest.HrConnection |
Connection to be used during tests.
|
| StatementTest.HrPreparedStatement |
Tests performance of reused execution of prepared statement.
|
| StatementTest.HrSchema |
Pojo schema containing "emps" and "depts" tables.
|
| StringConstructBenchmark |
A benchmark of the most common patterns that are used to construct gradually
String objects.
|
| StringConstructBenchmark.AppenderState |
A state holding an Appendable object which is initialized after a fixed number of append
operations.
|
| StringConstructBenchmark.WriterState |
A state holding a Writer object which is initialized only once at the beginning of the
benchmark.
|
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.