Skip to content

Commit 2f4ad6f

Browse files
vsemozhetbytMylesBorins
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 59f71f5 commit 2f4ad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/_benchmark_progress.js

+1-1
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)