| Constructor and Description |
|---|
BenchA() |
| 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.
|
public void init(org.h2.test.bench.Database db,
int size)
throws java.sql.SQLException
Benchpublic void runTest()
throws java.sql.SQLException
Bench