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 341b2c2 commit fda8654Copy full SHA for fda8654
test/parallel/test-crypto-dh-leak.js
@@ -23,4 +23,4 @@ const after = process.memoryUsage().rss;
23
24
// RSS should stay the same, ceteris paribus, but allow for
25
// some slop because V8 mallocs memory during execution.
26
-assert(after - before < 5 << 20);
+assert(after - before < 5 << 20, `before=${before} after=${after}`);
0 commit comments