test.performance
Class PerformanceSUITE

java.lang.Object
  extended byTestSuite
      extended bytest.performance.PerformanceSUITE

public class PerformanceSUITE
extends TestSuite

See Also:
Serialized Form

Field Summary
static int ITERATION_COUNT
           
static int REGISTRATION_ITERATION_COUNT
           
static int REPEAT_COUNT
           
static int SECOND
           
static int SERIALIZE_ITERATION_COUNT
           
static int THROUGHPUT_TIME
           
static int TIMER_ITERATION_COUNT
           
 
Constructor Summary
PerformanceSUITE()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECOND

public static final int SECOND
See Also:
Constant Field Values (src)

THROUGHPUT_TIME

public static final int THROUGHPUT_TIME
See Also:
Constant Field Values (src)

ITERATION_COUNT

public static final int ITERATION_COUNT
See Also:
Constant Field Values (src)

REGISTRATION_ITERATION_COUNT

public static final int REGISTRATION_ITERATION_COUNT
See Also:
Constant Field Values (src)

REPEAT_COUNT

public static final int REPEAT_COUNT
See Also:
Constant Field Values (src)

SERIALIZE_ITERATION_COUNT

public static final int SERIALIZE_ITERATION_COUNT
See Also:
Constant Field Values (src)

TIMER_ITERATION_COUNT

public static final int TIMER_ITERATION_COUNT
See Also:
Constant Field Values (src)
Constructor Detail

PerformanceSUITE

public PerformanceSUITE()
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static Test suite()