We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f4ab0 commit 011af5cCopy full SHA for 011af5c
1 file changed
test/BenchmarkTestCases.benchmark.mjs
@@ -46,7 +46,7 @@ const checkV8Flags = () => {
46
47
checkV8Flags();
48
49
-const LAST_COMMIT = typeof process.env.LAST_COMMIT === "undefined";
+const LAST_COMMIT = typeof process.env.LAST_COMMIT !== "undefined";
50
const GENERATE_PROFILE = typeof process.env.PROFILE !== "undefined";
51
52
/**
0 commit comments