Package io.sbk.api
Interface Benchmark
- All Known Implementing Classes:
SbkBenchmark,SbkCallbackReader
public interface Benchmark
Interface for Benchmark.
-
Method Details
-
start
CompletableFuture<Void> start() throws IOException, InterruptedException, ExecutionException, IllegalStateExceptionStart the Benchmark.- Returns:
- CompletableFuture.
- Throws:
IOException- If an exception occurred.InterruptedException- If an exception occurredExecutionException- If an exception occurredIllegalStateException- If an exception occurred.
-
stop
void stop()stop/shutdown the Benchmark.
-