Interface BenchmarkOperation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Benchmark operation called when benchmarking.
-
Method Summary
-
Method Details
-
perform
Returns a future so that benchmark operations may be composed in order.- Parameters:
promise
- a future to be completed when the operation is done.
-