Package jline.bench
Class BenchmarkFormatter
-
- All Implemented Interfaces:
public class BenchmarkFormatterFormats benchmark results in MATLAB-style tables
-
-
Constructor Summary
Constructors Constructor Description BenchmarkFormatter()
-
Method Summary
Modifier and Type Method Description static voidprintBenchmarkSummary(String suiteName, List<BenchmarkRegression.BenchmarkResult> results)Format benchmark results as a table similar to MATLAB output static voidprintIterationResult(String benchmarkName, int iteration, Map<String, Object> results)Print individual benchmark iteration results static voidprintRegressionSummary(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
-
-
-
-