org.apache.lucene.benchmark
Interface Benchmarker
- AbstractBenchmarker, StandardBenchmarker
public interface Benchmarker
benchmark
public TestData[] benchmark(File workingDir,
BenchmarkOptions options)
throws Exception
Benchmark according to the implementation, using the workingDir as the place to store things.
workingDir
- The File
directory to store temporary data in for running the benchmarkoptions
- Any BenchmarkOptions
that are needed for this benchmark. This
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.