org.apache.lucene.benchmark
public interface Benchmarker
Method Summary | |
---|---|
TestData[] | benchmark(File workingDir, BenchmarkOptions options)
Benchmark according to the implementation, using the workingDir as the place to store things.
|
Parameters: workingDir The java.io.File directory to store temporary data in for running the benchmark options Any BenchmarkOptions that are needed for this benchmark. This
Returns: The TestData used to run the benchmark.