|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bench
The interface for benchmark tests.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void init(org.h2.test.bench.Database db, int size) throws java.sql.SQLException
db
- the database objectsize
- the amount of data
java.sql.SQLException
void runTest() throws java.lang.Exception
java.lang.Exception
java.lang.String getName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |