uk.org.skeet.jbench
Class JBench

java.lang.Object
  |
  +--uk.org.skeet.jbench.JBench

public class JBench
extends java.lang.Object

Main class responsible for setting up and running benchmarks.


Constructor Summary
JBench()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method, and expected point of entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBench

public JBench()
Method Detail

main

public static void main(java.lang.String[] args)
Main method, and expected point of entry. There should be exactly one command-line argument, which is the name of the properties file containing the test configurations. Most of the actual work is done in JBenchConfiguration.
Parameters:
args - command-line arguments