public class TestPerformance extends java.lang.Object implements Database.DatabaseTest
| Constructor and Description |
|---|
TestPerformance() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void main(java.lang.String... args)
throws java.lang.Exception
args - the command line parametersjava.lang.Exceptionpublic void trace(java.lang.String msg)
Database.DatabaseTesttrace in interface Database.DatabaseTestmsg - the messagepublic boolean isCollect()
Database.DatabaseTestisCollect in interface Database.DatabaseTest