File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function printResult(result, prefixLength) {
156156 const padding = PADDING - prefixLength > 0 ? PADDING - prefixLength : 0 ;
157157 process . stdout . write ( " " . repeat ( padding ) ) ;
158158
159- const color = "cyan " ;
159+ const color = "blue " ;
160160
161161 if ( result . opsSec !== undefined ) {
162162 const opsSecReported =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function textReport(results) {
2323 : result . opsSec . toFixed ( 0 ) ;
2424 process . stdout . write (
2525 styleText (
26- [ "cyan " , "bold" ] ,
26+ [ "blue " , "bold" ] ,
2727 `${ formatter . format ( opsSecReported ) } ops/sec` ,
2828 ) ,
2929 ) ;
@@ -49,7 +49,7 @@ function textReport(results) {
4949 }
5050
5151 process . stdout . write (
52- styleText ( [ "cyan " , "bold" ] , `${ timeFormatted } total time` ) ,
52+ styleText ( [ "blue " , "bold" ] , `${ timeFormatted } total time` ) ,
5353 ) ;
5454 }
5555
You can’t perform that action at this time.
0 commit comments