Class Benchmark.BenchmarkResult
java.lang.Object
cloud.opencode.base.test.benchmark.Benchmark.BenchmarkResult
- Enclosing class:
Benchmark
Benchmark result
基准测试结果
- Since:
- JDK 25, opencode-base-test V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Constructor Details
-
BenchmarkResult
-
-
Method Details
-
getName
-
getMin
public long getMin() -
getMax
public long getMax() -
getAverage
public double getAverage() -
getCount
public long getCount() -
getMinDuration
-
getMaxDuration
-
getAverageDuration
-
getOpsPerSecond
public double getOpsPerSecond() -
toString
-