Bmark.ComparisonFormatter
Formatting module for bmark results.
Summary↑
format(list1, list2) | This function formats a comparison report with the headers and results side by side. It accepts two pairs of values |
Functions
This function formats a comparison report with the headers and results side by side. It accepts two pairs of values.
list1
[`left`, `right`] are the left and right headers.
list2
[`lresults`, `rresults`] are the left and right results lists.