Browse Source

benchmark: harmonize progress bar + stderr output

Add a space for minimal readability.

PR-URL: https://github.com/nodejs/node/pull/11925
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
v7.x
Vse Mozhet Byt 8 years ago
committed by Myles Borins
parent
commit
2f4ad6fea2
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 2
      benchmark/_benchmark_progress.js

2
benchmark/_benchmark_progress.js

@ -104,7 +104,7 @@ class BenchmarkProgress {
`| ${fraction(completedFiles, scheduledFiles)} files ` +
`| ${fraction(completedRunsForFile, runsPerFile)} runs ` +
`| ${fraction(completedConfig, scheduledConfig)} configs]` +
`: ${caption}`;
`: ${caption} `;
}
updateProgress(finished) {

Loading…
Cancel
Save