Skip to content

Commit

Permalink
benchmark: harmonize progress bar + stderr output
Browse files Browse the repository at this point in the history
Add a space for minimal readability.

PR-URL: #11925
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Mar 28, 2017
1 parent 59f71f5 commit 2f4ad6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/_benchmark_progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class BenchmarkProgress {
`| ${fraction(completedFiles, scheduledFiles)} files ` +
`| ${fraction(completedRunsForFile, runsPerFile)} runs ` +
`| ${fraction(completedConfig, scheduledConfig)} configs]` +
`: ${caption}`;
`: ${caption} `;
}

updateProgress(finished) {
Expand Down

0 comments on commit 2f4ad6f

Please sign in to comment.