Uses of Class
cloud.opencode.base.test.benchmark.Benchmark.BenchmarkResult
Packages that use Benchmark.BenchmarkResult
-
Uses of Benchmark.BenchmarkResult in cloud.opencode.base.test
Methods in cloud.opencode.base.test that return Benchmark.BenchmarkResult -
Uses of Benchmark.BenchmarkResult in cloud.opencode.base.test.benchmark
Methods in cloud.opencode.base.test.benchmark that return Benchmark.BenchmarkResultModifier and TypeMethodDescriptionBenchmark.ComparisonResult.first()Returns the value of thefirstrecord component.static Benchmark.BenchmarkResultRun benchmark with defaults 使用默认值运行基准测试static Benchmark.BenchmarkResultRun benchmark with warmup and iterations 运行带预热和迭代的基准测试Benchmark.ComparisonResult.second()Returns the value of thesecondrecord component.Constructors in cloud.opencode.base.test.benchmark with parameters of type Benchmark.BenchmarkResultModifierConstructorDescriptionComparisonResult(Benchmark.BenchmarkResult first, Benchmark.BenchmarkResult second) Creates an instance of aComparisonResultrecord class.