Package jline.bench
Class BenchmarkRegression.BenchmarkResult
-
- All Implemented Interfaces:
public class BenchmarkRegression.BenchmarkResult
Container for benchmark results
-
-
Field Summary
Fields Modifier and Type Field Description public String
benchmarkName
public Map<String, Double>
scores
public List<String>
solverLabels
-
Constructor Summary
Constructors Constructor Description BenchmarkRegression.BenchmarkResult(String name)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
BenchmarkRegression.BenchmarkResult
BenchmarkRegression.BenchmarkResult(String name)
-
-
-
-