File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
scripts/benchmark-size/runner Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ export const sizeReport = async (options: SizeReportOptions) => {
87
87
const packageContextToTest = testScope . filter ( ( perTestScope ) => changedPackageNames . includes ( perTestScope . package ) ) ;
88
88
console . info ( `Found ${ packageContextToTest . length } packages in the defined scope have size test scope.` ) ;
89
89
const localRegistryProcess = spawnLocalRegistry ( PORT ) ;
90
- localRegistryProcess . stdout . pipe ( process . stdout ) ;
91
90
92
91
// Wait for the register to spin up.
93
92
await sleep ( 1000 ) ;
@@ -101,7 +100,7 @@ export const sizeReport = async (options: SizeReportOptions) => {
101
100
packageContext,
102
101
} ) ,
103
102
} ) ) ,
104
- { concurrent : 10 }
103
+ { concurrent : 6 }
105
104
) ;
106
105
try {
107
106
await tasks . run ( ) ;
You can’t perform that action at this time.
0 commit comments