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 Parameters: options - Any BenchmarkOptions that are needed for this benchmark.
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 Parameters: options - Any BenchmarkOptions that are needed for this benchmark. This The org.apache.lucene.benchmark.stats.TestData used to run the benchmark.