File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const perfCompiledFramesArgs = [
6161 '--' ,
6262 process . execPath ,
6363 ...nodeCommonFlags ,
64- '--always-opt ' ,
64+ '--always-turbofan ' ,
6565 fixtures . path ( 'linux-perf.js' ) ,
6666 `${ sleepTime } ` ,
6767 `${ repeat } ` ,
Original file line number Diff line number Diff line change @@ -1616,9 +1616,9 @@ def Main():
16161616 if options .check_deopts :
16171617 options .node_args .append ("--trace-opt" )
16181618 options .node_args .append ("--trace-file-names" )
1619- # --always-opt is needed because many tests do not run long enough for the
1620- # optimizer to kick in, so this flag will force it to run.
1621- options .node_args .append ("--always-opt " )
1619+ # --always-turbofan is needed because many tests do not run long enough for
1620+ # the optimizer to kick in, so this flag will force it to run.
1621+ options .node_args .append ("--always-turbofan " )
16221622 options .progress = "deopts"
16231623
16241624 if options .worker :
You can’t perform that action at this time.
0 commit comments