summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Gallacher <tomgallacher23@gmail.com>2019-01-18 16:29:38 +0000
committerAnna Henningsen <anna@addaleax.net>2019-02-08 14:43:16 +0100
commitf5b9a782a9a4c6402ec3cc855efd0768595dfe1d (patch)
tree4bd8d7e224411400c31347cd19b0b8e7f1baf937 /test
parent0f0e7f55f86d065b77de5e9d6a91637aac09372a (diff)
downloadandroid-node-v8-f5b9a782a9a4c6402ec3cc855efd0768595dfe1d.tar.gz
android-node-v8-f5b9a782a9a4c6402ec3cc855efd0768595dfe1d.tar.bz2
android-node-v8-f5b9a782a9a4c6402ec3cc855efd0768595dfe1d.zip
src: allow --perf-basic-prof-only-functions in NODE_OPTIONS
PR-URL: https://github.com/nodejs/node/pull/25565 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-cli-node-options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-cli-node-options.js b/test/parallel/test-cli-node-options.js
index 4ff63009a7..1554e80c0b 100644
--- a/test/parallel/test-cli-node-options.js
+++ b/test/parallel/test-cli-node-options.js
@@ -38,6 +38,7 @@ expect('--trace-event-file-pattern {pid}-${rotation}.trace_events ' +
if (!common.isWindows) {
expect('--perf-basic-prof', 'B\n');
+ expect('--perf-basic-prof-only-functions', 'B\n');
}
if (common.isLinux && ['arm', 'x64'].includes(process.arch)) {