Skip to content

test: use --max-opt=0 instead of --no-opt test-linux-perf.js

--no-opt only disables turbofan but other compilers may still be enabled, in that case we may not be able to find the interpreted frames if the function is compiled soon enough. Instead use --max-opt=0 which turns off all compilers.

Refs: https://github.com/nodejs/node/issues/48861

Merge request reports

Loading