Bench
The interface for benchmark tests.
| Methods |
| String |
getName()
Get the name of the test.
|
| String |
getName()
Get the name of the test.
Returns:
the test name
|
| void |
init(Database db, int size)
Initialize the database.
|
| void |
init(Database db, int size) throws SQLException
Initialize the database. This includes creating tables and inserting
data.
Parameters:
db - the database object
size - the amount of data
|
| void |
runTest()
Run the test.
|
| void |
runTest() throws Exception
Run the test.
|