Skip to content

Commit 9481178

Browse files
chore: test with no node flags
1 parent 8b69d56 commit 9481178

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/core/src/introspection.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ export const getV8Flags = () => {
77
const nodeVersionMajor = parseInt(process.version.slice(1).split(".")[0]);
88
const codspeedRunnerMode = getCodspeedRunnerMode();
99

10+
if (codspeedRunnerMode === "walltime") {
11+
return [];
12+
}
13+
1014
const flags = ["--interpreted-frames-native-stack", "--allow-natives-syntax"];
1115

1216
if (codspeedRunnerMode === "instrumented") {

0 commit comments

Comments
 (0)