org.apache.lucene.benchmark
public interface Benchmarker
Modifier and Type | Method and Description |
---|---|
TestData[] |
benchmark(File workingDir,
BenchmarkOptions options)
Deprecated.
Benchmark according to the implementation, using the workingDir as the place to store things.
|
TestData[] benchmark(File workingDir, BenchmarkOptions options) throws Exception
workingDir
- The File
directory to store temporary data in for running the benchmarkoptions
- Any BenchmarkOptions
that are needed for this benchmark. ThisTestData
used to run the benchmark.Exception
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.