| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ if (!common.isWindows) { | |||
| 32 | 32 | expect('--perf-basic-prof', 'B\n'); | |
| 33 | 33 | } | |
| 34 | 34 | ||
| 35 | - if (common.isLinux && ['arm', 'x64', 'mips'].includes(process.arch)) { | ||
| 35 | + if (common.isLinux && ['arm', 'x64'].includes(process.arch)) { | ||
| 36 | 36 | // PerfJitLogger is only implemented in Linux. | |
| 37 | 37 | expect('--perf-prof', 'B\n'); | |
| 38 | 38 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments