Uses of Class
cloud.opencode.base.test.benchmark.BenchmarkRunner
Packages that use BenchmarkRunner
-
Uses of BenchmarkRunner in cloud.opencode.base.test.benchmark
Methods in cloud.opencode.base.test.benchmark that return BenchmarkRunnerModifier and TypeMethodDescriptionAdds benchmark.<T> BenchmarkRunnerAdds benchmark with return value (result ignored).static BenchmarkRunnerBenchmarkRunner.create()Creates new benchmark runner.BenchmarkRunner.iterations(int iterations) Sets measure iterations.BenchmarkRunner.onComplete(Consumer<List<BenchmarkResult>> consumer) Executes callback with results.BenchmarkRunner.output(PrintStream output) Sets output stream.BenchmarkRunner.printComparison()Prints comparison of results.BenchmarkRunner.printResults()Prints results to output stream.Sets timeout for each benchmark.BenchmarkRunner.verbose()Enables verbose output.BenchmarkRunner.warmup(int iterations) Sets warmup iterations.