FileDocCategorySizeDatePackage
Benchmarker.javaAPI DocApache Lucene 2.1.01291Wed Feb 14 10:46:16 GMT 2007org.apache.lucene.benchmark

Benchmarker

public interface Benchmarker

Fields Summary
Constructors Summary
Methods Summary
public org.apache.lucene.benchmark.stats.TestData[]benchmark(java.io.File workingDir, BenchmarkOptions options)
Benchmark according to the implementation, using the workingDir as the place to store things.

param
workingDir The {@link java.io.File} directory to store temporary data in for running the benchmark
param
options Any {@link BenchmarkOptions} that are needed for this benchmark. This
return
The {@link org.apache.lucene.benchmark.stats.TestData} used to run the benchmark.