Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent d0ae252 commit af92e56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/report/reporters/histogram/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ import { getHistogramRows } from './rows.js'
import { getWidths } from './width.js'

// Reporter showing distribution of measures with a histogram
// We show the `min`, `max` and `median`.
// The `median` is shown instead of the `mean` because:
// - This reporter is meant to see the distribution, not to compare
// combinations' means
// - This shows consistent results with other distribution-based reporters
// such as `boxplot`
// Configuration properties:
// - `mini` (default: false): hide `min`, `median` and `max` labels
const reportTerminal = function (
Expand Down

0 comments on commit af92e56

Please sign in to comment.