Commit b5f1564 1 parent 1acf033 commit b5f1564 Copy full SHA for b5f1564
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const perfCompiledFramesArgs = [
61
61
'--' ,
62
62
process . execPath ,
63
63
...nodeCommonFlags ,
64
- '--always-opt ' ,
64
+ '--always-turbofan ' ,
65
65
fixtures . path ( 'linux-perf.js' ) ,
66
66
`${ sleepTime } ` ,
67
67
`${ repeat } ` ,
Original file line number Diff line number Diff line change @@ -1616,9 +1616,9 @@ def Main():
1616
1616
if options .check_deopts :
1617
1617
options .node_args .append ("--trace-opt" )
1618
1618
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 " )
1622
1622
options .progress = "deopts"
1623
1623
1624
1624
if options .worker :
You can’t perform that action at this time.
0 commit comments