We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f69aa commit daa0940Copy full SHA for daa0940
test/parallel/test-cli-node-options.js
@@ -32,7 +32,7 @@ if (!common.isWindows) {
32
expect('--perf-basic-prof', 'B\n');
33
}
34
35
-if (common.isLinux && ['arm', 'x64', 'mips'].includes(process.arch)) {
+if (common.isLinux && ['arm', 'x64'].includes(process.arch)) {
36
// PerfJitLogger is only implemented in Linux.
37
expect('--perf-prof', 'B\n');
38
0 commit comments