Skip to content

Commit 4b841cb

Browse files
vsemozhetbytjasnell
authored andcommitted
benchmark: harmonize progress bar + stderr output
Add a space for minimal readability. PR-URL: #11925 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 4fb9b12 commit 4b841cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/_benchmark_progress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class BenchmarkProgress {
104104
`| ${fraction(completedFiles, scheduledFiles)} files ` +
105105
`| ${fraction(completedRunsForFile, runsPerFile)} runs ` +
106106
`| ${fraction(completedConfig, scheduledConfig)} configs]` +
107-
`: ${caption}`;
107+
`: ${caption} `;
108108
}
109109

110110
updateProgress(finished) {

0 commit comments

Comments
 (0)