Uses of Record Class
cloud.opencode.base.test.benchmark.BenchmarkResult
Packages that use BenchmarkResult
-
Uses of BenchmarkResult in cloud.opencode.base.test.benchmark
Methods in cloud.opencode.base.test.benchmark that return BenchmarkResultMethods in cloud.opencode.base.test.benchmark that return types with arguments of type BenchmarkResultModifier and TypeMethodDescriptionBenchmarkRunner.getResults()Gets the results (must call run() first).BenchmarkRunner.run()Runs all benchmarks.Method parameters in cloud.opencode.base.test.benchmark with type arguments of type BenchmarkResultModifier and TypeMethodDescriptionBenchmarkRunner.onComplete(Consumer<List<BenchmarkResult>> consumer) Executes callback with results.