| Test class for performance numbers of JAMon. You can execute the test code in the following 2 ways:
To execute with the default number of iterations (currently 100,000). This takes about .5 seconds on my Pentium IV.
java -cp JAMon.jar com.jamonapi.TestClassPerformance
To execute with a different number of iterations pass the number after the class name.
java -cp JAMon.jar com.jamonapi.TestClassPerformance 500000
|