org.apache.lucene.benchmark

Interface Benchmarker

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.

Method Detail

benchmark

public 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.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.