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>
v6
Vse Mozhet Byt 8 years ago
committed by James M Snell
parent
commit
4b841cb0b6
  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