Skip to content

Commit

Permalink
fix: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Jan 20, 2025
1 parent 14bfba2 commit e414026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporter/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function chartReport(results) {
`Platform: ${environment.platform}\n` +
`CPU Cores: ${environment.hardware}\n\n`,
);

for (const result of results) {
drawBar(result.name, result.opsSec, maxOpsSec, result.histogram.samples);
}
Expand Down

0 comments on commit e414026

Please sign in to comment.