|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BenchmarkResult | |
|---|---|
| org.benchy.repository | |
| Uses of BenchmarkResult in org.benchy.repository |
|---|
| Methods in org.benchy.repository that return BenchmarkResult | |
|---|---|
BenchmarkResult |
FileBasedBenchmarkResultRepository.load(Date date,
String benchmarkName)
|
BenchmarkResult |
BenchmarkResultRepository.load(Date date,
String benchmarkName)
Loads all the testresults for a specific benchmark executed on a specific date. |
BenchmarkResult |
FileBasedBenchmarkResultRepository.loadLast(Date date,
String benchmarkName)
|
BenchmarkResult |
BenchmarkResultRepository.loadLast(Date date,
String benchmarkName)
|
BenchmarkResult |
FileBasedBenchmarkResultRepository.loadLast(String benchmark)
|
BenchmarkResult |
BenchmarkResultRepository.loadLast(String benchmark)
|
| Methods in org.benchy.repository with parameters of type BenchmarkResult | |
|---|---|
void |
FileBasedBenchmarkResultRepository.store(BenchmarkResult benchmarkResult)
|
void |
BenchmarkResultRepository.store(BenchmarkResult result)
Stores the BenchmarkResult in the repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||