|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.benchy.runner.DefaultBenchmarkRunner
public class DefaultBenchmarkRunner
The BenchmarkRunner is responsible for executing a Benchmark.
Executor.
| Constructor Summary | |
|---|---|
DefaultBenchmarkRunner(BenchmarkResultRepository resultRepository)
Creates a new DefaultBenchmarkRunner with the provided BenchmarkResultRepository where it stores the result. |
|
| Method Summary | |
|---|---|
void |
execute(Benchmark... benchmarks)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBenchmarkRunner(BenchmarkResultRepository resultRepository)
resultRepository - the BenchmarkResultRepository that is used to write the BenchmarkResult to.
java.lang.NullPointerException - if resultRepository is null.| Method Detail |
|---|
public void execute(Benchmark... benchmarks)
execute in interface BenchmarkRunner
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||