Package jline.bench
Class BenchmarkFormatter
-
- All Implemented Interfaces:
public class BenchmarkFormatter
Formats benchmark results in MATLAB-style tables
-
-
Constructor Summary
Constructors Constructor Description BenchmarkFormatter()
-
Method Summary
Modifier and Type Method Description static void
printBenchmarkSummary(String suiteName, List<BenchmarkRegression.BenchmarkResult> results)
Format benchmark results as a table similar to MATLAB output static void
printIterationResult(String benchmarkName, int iteration, Map<String, Object> results)
Print individual benchmark iteration results static void
printRegressionSummary(String suiteName, boolean passed, double maxError, double tolerance)
Print regression test summary -
-
Method Detail
-
printBenchmarkSummary
static void printBenchmarkSummary(String suiteName, List<BenchmarkRegression.BenchmarkResult> results)
Format benchmark results as a table similar to MATLAB output
-
printIterationResult
static void printIterationResult(String benchmarkName, int iteration, Map<String, Object> results)
Print individual benchmark iteration results
-
printRegressionSummary
static void printRegressionSummary(String suiteName, boolean passed, double maxError, double tolerance)
Print regression test summary
-
-
-
-