public interface Benchmarker
Modifier and Type | Method and Description |
---|---|
TestData[] |
benchmark(java.io.File workingDir,
BenchmarkOptions options)
Deprecated.
Benchmark according to the implementation, using the workingDir as the place to store things.
|
TestData[] benchmark(java.io.File workingDir, BenchmarkOptions options) throws java.lang.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.java.lang.Exception
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.