|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestData | |
|---|---|
| org.apache.lucene.benchmark | |
| org.apache.lucene.benchmark.standard | |
| org.apache.lucene.benchmark.stats | |
| Uses of TestData in org.apache.lucene.benchmark |
|---|
| Methods in org.apache.lucene.benchmark that return TestData | |
|---|---|
TestData[] |
Benchmarker.benchmark(File workingDir,
BenchmarkOptions options)
Deprecated. Benchmark according to the implementation, using the workingDir as the place to store things. |
| Uses of TestData in org.apache.lucene.benchmark.standard |
|---|
| Methods in org.apache.lucene.benchmark.standard that return TestData | |
|---|---|
TestData[] |
StandardBenchmarker.benchmark(File workingDir,
BenchmarkOptions opts)
Deprecated. |
| Methods in org.apache.lucene.benchmark.standard with parameters of type TestData | |
|---|---|
protected void |
StandardBenchmarker.runBenchmark(TestData params,
StandardOptions options)
Deprecated. Run benchmark using supplied parameters. |
| Uses of TestData in org.apache.lucene.benchmark.stats |
|---|
| Methods in org.apache.lucene.benchmark.stats that return TestData | |
|---|---|
static TestData[] |
TestData.getAll(File[] sources,
Analyzer[] analyzers)
Prepare a list of benchmark data, using all possible combinations of benchmark parameters. |
static TestData[] |
TestData.getTestDataMinMaxMergeAndMaxBuffered(File[] sources,
Analyzer[] analyzers)
Similar to getAll(java.io.File[], org.apache.lucene.analysis.Analyzer[]) but only uses
maxBufferedDocs of 10 and 100 and same for mergeFactor, thus reducing the number of permutations significantly. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||