Package io.gem.api
Interface GemBenchmark
- All Known Implementing Classes:
SbkGemBenchmark
public interface GemBenchmark
Interface GemBenchmark.
-
Method Details
-
start
CompletableFuture<RemoteResponse[]> 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.
-