|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.bench.TestScalability
public class TestScalability
Used to compare scalability between the old engine and the new MVStore engine. Mostly it runs BenchB with various numbers of threads.
Constructor Summary | |
---|---|
TestScalability()
|
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 s)
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 TestScalability()
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 s)
trace
in interface Database.DatabaseTest
s
- 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 |