org.apache.lucene.benchmark.byTask |
|
Java Source File Name | Type | Comment |
Benchmark.java | Class | Run the benchmark algorithm.
Usage: java Benchmark algorithm-file
- Read algorithm.
- Run the algorithm.
Things to be added/fixed in "Benchmarking by tasks":
- TODO - report into Excel and/or graphed view.
- TODO - perf comparison between Lucene releases over the years.
- TODO - perf report adequate to include in Lucene nightly build site? (so we can easily track performance changes.)
- TODO - add overall time control for repeated execution (vs.
|
PerfRunData.java | Class | Data maintained by a performance test run. |
TestPerfTasksLogic.java | Class | Test very simply that perf tasks - simple algorithms - are doing what they should. |
TestPerfTasksParse.java | Class | Test very simply that perf tasks are parses as expected. |