mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user