org.shiftone.cache.test.benchmark
Class BenchmarkRunner

java.lang.Object
  extended byorg.shiftone.cache.test.benchmark.BenchmarkRunner

public class BenchmarkRunner
extends java.lang.Object

Version:
$Revision: 1.5 $
Author:
Jeff Drost

Constructor Summary
BenchmarkRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run(Cache cache, java.io.PrintStream tsv)
           
 void run(java.io.PrintStream tsv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkRunner

public BenchmarkRunner()
                throws java.lang.Exception
Method Detail

run

public void run(java.io.PrintStream tsv)

run

public void run(Cache cache,
                java.io.PrintStream tsv)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception