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.ExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.