test: replace always-opt flag with alway-turbofan

Refs: e3e8ea5d65
PR-URL: https://github.com/nodejs/node/pull/50115
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
Michaël Zasso
2023-12-29 10:52:20 +01:00
parent 2341805eb2
commit 515b007fae

View File

@@ -48,7 +48,7 @@ const testCases = [
},
{
title: '--perf-basic-prof compiled',
nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-opt'],
nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-turbofan'],
matches: [
'test-regex',
'~functionOne .+/linux-perf-logger.js',
@@ -66,7 +66,7 @@ const testCases = [
},
{
title: '--perf-basic-prof-only-functions compiled',
nodeFlags: ['--perf-basic-prof-only-functions', '--no-turbo-inlining', '--always-opt'],
nodeFlags: ['--perf-basic-prof-only-functions', '--no-turbo-inlining', '--always-turbofan'],
matches: [
'~functionOne .+/linux-perf-logger.js',
'~functionTwo .+/linux-perf-logger.js',