|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.bench.TestPerformance
public class TestPerformance
The main controller class of the benchmark application. To run the benchmark, call the main method of this class.
Constructor Summary | |
---|---|
TestPerformance()
|
Method Summary | |
---|---|
boolean |
isCollect()
Whether data needs to be collected. |
static void |
main(java.lang.String... args)
This method is called when executing this sample application. |
void |
trace(java.lang.String msg)
Print a message to system out if trace is enabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestPerformance()
Method Detail |
---|
public static void main(java.lang.String... args) throws java.lang.Exception
args
- the command line parameters
java.lang.Exception
public void trace(java.lang.String msg)
Database.DatabaseTest
trace
in interface Database.DatabaseTest
msg
- the messagepublic boolean isCollect()
Database.DatabaseTest
isCollect
in interface Database.DatabaseTest
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |