File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,8 @@ async function runBench(frameworkNames: string[]) {
233
233
234
234
let allCorrect = true ;
235
235
236
+ console . log ( "*** headless" , benchmarkOptions . headless )
237
+
236
238
for ( let i = 0 ; i < runFrameworks . length ; i ++ ) {
237
239
let browser = await startBrowser ( benchmarkOptions ) ;
238
240
let page = await browser . newPage ( ) ;
@@ -326,7 +328,7 @@ let benchmarkOptions: BenchmarkOptions = {
326
328
port : config . PORT . toFixed ( ) ,
327
329
remoteDebuggingPort : config . REMOTE_DEBUGGING_PORT ,
328
330
chromePort : config . CHROME_PORT ,
329
- headless : false , // args.headless,
331
+ headless : args . headless ,
330
332
chromeBinaryPath : args . chromeBinary ,
331
333
numIterationsForCPUBenchmarks : config . NUM_ITERATIONS_FOR_BENCHMARK_CPU ,
332
334
numIterationsForMemBenchmarks : config . NUM_ITERATIONS_FOR_BENCHMARK_MEM ,
You can’t perform that action at this time.
0 commit comments