org.h2.test.bench |
Javadoc package documentation
The implementation of the benchmark application.
|
Java Source File Name | Type | Comment |
Bench.java | Interface | The interface for benchmark tests. |
BenchA.java | Class | This test is similar to the TPC-A test of the Transaction Processing Council
(TPC). |
BenchB.java | Class | This test is similar to the TPC-B test of the Transaction Processing Council
(TPC). |
BenchC.java | Class | This test is similar to the TPC-C test of the Transaction Processing Council
(TPC). |
BenchCRandom.java | Class | The random data generator used for BenchC. |
BenchCThread.java | Class | This class implements the functionality of one thread of BenchC. |
BenchSimple.java | Class | This is a very simple benchmark application. |
Database.java | Class | Represents a database in the benchmark test application. |
TestPerformance.java | Class | The main controller class of the benchmark application. |