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>
This commit is contained in:
parent
4fb9b1226f
commit
4b841cb0b6
@ -104,7 +104,7 @@ class BenchmarkProgress {
|
||||
`| ${fraction(completedFiles, scheduledFiles)} files ` +
|
||||
`| ${fraction(completedRunsForFile, runsPerFile)} runs ` +
|
||||
`| ${fraction(completedConfig, scheduledConfig)} configs]` +
|
||||
`: ${caption}`;
|
||||
`: ${caption} `;
|
||||
}
|
||||
|
||||
updateProgress(finished) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user