Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent 1886058 commit 59f73e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/report/reporters/boxplot/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { getPositions } from './position.js'
import { getWidths } from './width.js'

// Reporter showing boxplot of measures (min, q1, median, q3, max)
// Configuration properties:
// - `mini` (default: false): hide `min`, `median` and `max` labels
const reportTerminal = function (
{ combinations, screenWidth },
{ mini = false },
Expand Down
2 changes: 2 additions & 0 deletions src/report/reporters/histogram/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {
import { getTitleBlock, getTitleBlockWidth } from './title.js'

// Reporter showing distribution of measures with a histogram
// Configuration properties:
// - `mini` (default: false): hide `min`, `median` and `max` labels
const reportTerminal = function (
{ combinations, screenWidth },
{ mini = false },
Expand Down

0 comments on commit 59f73e4

Please sign in to comment.