| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3dd96f1 commit f8e1886
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,7 +48,7 @@ const testCases = [ | |||
| 48 | 48 | }, | |
| 49 | 49 | { | |
| 50 | 50 | title: '--perf-basic-prof compiled', | |
| 51 | - nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-opt'], | ||
| 51 | + nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-turbofan'], | ||
| 52 | 52 | matches: [ | |
| 53 | 53 | 'test-regex', | |
| 54 | 54 | '~functionOne .+/linux-perf-logger.js', | |
@@ -66,7 +66,7 @@ const testCases = [ | |||
| 66 | 66 | }, | |
| 67 | 67 | { | |
| 68 | 68 | title: '--perf-basic-prof-only-functions compiled', | |
| 69 | - nodeFlags: ['--perf-basic-prof-only-functions', '--no-turbo-inlining', '--always-opt'], | ||
| 69 | + nodeFlags: ['--perf-basic-prof-only-functions', '--no-turbo-inlining', '--always-turbofan'], | ||
| 70 | 70 | matches: [ | |
| 71 | 71 | '~functionOne .+/linux-perf-logger.js', | |
| 72 | 72 | '~functionTwo .+/linux-perf-logger.js', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments