| Interface | Description |
|---|---|
| Bench |
The interface for benchmark tests.
|
| Class | Description |
|---|---|
| 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.
|
The implementation of the benchmark application.