Package org.h2.test.bench

The implementation of the benchmark application.

See:
          Description

Interface Summary
Bench The interface for benchmark tests.
 

Class Summary
BenchA This test is similar to the TPC-A test of the Transaction Processing Council (TPC).
BenchB This test is similar to the TPC-B test of the Transaction Processing Council (TPC).
BenchC This test is similar to the TPC-C test of the Transaction Processing Council (TPC).
BenchCRandom The random data generator used for BenchC.
BenchCThread This class implements the functionality of one thread of BenchC.
BenchSimple This is a very simple benchmark application.
TestPerformance The main controller class of the benchmark application.
TestScalability Used to compare scalability between the old engine and the new MVStore engine.
 

Package org.h2.test.bench Description

The implementation of the benchmark application.