public interface Bench
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the test.
|
void |
init(org.h2.test.bench.Database db,
int size)
Initialize the database.
|
void |
runTest()
Run the test.
|
void init(org.h2.test.bench.Database db,
int size)
throws java.sql.SQLException
db - the database objectsize - the amount of datajava.sql.SQLExceptionvoid runTest()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getName()