de.uni.leipzig.IR15.Benchmark
Class ImportBenchmark

java.lang.Object
  extended by de.uni.leipzig.IR15.Benchmark.Benchmark
      extended by de.uni.leipzig.IR15.Benchmark.ImportBenchmark

public class ImportBenchmark
extends Benchmark


Constructor Summary
ImportBenchmark(Importer importer)
           
 
Method Summary
 void afterRun()
          This method is called after each single call of run()
 void beforeRun()
          This method is called before each single call of run()
 java.lang.String getName()
          Returns the Benchmarks name
 void run()
          This method runs the benchmark
 void setUp()
          This method is called once before run() is invoked for the first time.
 void tearDown()
          This method is called once after the last call of run()
 void warmup()
          This method is called once before the benchmark starts
 
Methods inherited from class de.uni.leipzig.IR15.Benchmark.Benchmark
getCurrentRun, getResults, getRuns, setCurrentRun, setRuns
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportBenchmark

public ImportBenchmark(Importer importer)
Method Detail

setUp

public void setUp()
Description copied from class: Benchmark
This method is called once before run() is invoked for the first time.

Specified by:
setUp in class Benchmark

run

public void run()
Description copied from class: Benchmark
This method runs the benchmark

Specified by:
run in class Benchmark

tearDown

public void tearDown()
Description copied from class: Benchmark
This method is called once after the last call of run()

Specified by:
tearDown in class Benchmark

beforeRun

public void beforeRun()
Description copied from class: Benchmark
This method is called before each single call of run()

Specified by:
beforeRun in class Benchmark

getName

public java.lang.String getName()
Description copied from class: Benchmark
Returns the Benchmarks name

Specified by:
getName in class Benchmark
Returns:
name of the benchmark

afterRun

public void afterRun()
Description copied from class: Benchmark
This method is called after each single call of run()

Specified by:
afterRun in class Benchmark

warmup

public void warmup()
Description copied from class: Benchmark
This method is called once before the benchmark starts

Specified by:
warmup in class Benchmark