Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fda8654

Browse filesBrowse files
bnoordhuisMylesBorins
authored andcommitted
test: log before and after RSS in memory leak test
Refs: #21076 PR-URL: #21080 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 341b2c2 commit fda8654
Copy full SHA for fda8654

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-crypto-dh-leak.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-crypto-dh-leak.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ const after = process.memoryUsage().rss;
2323

2424
// RSS should stay the same, ceteris paribus, but allow for
2525
// some slop because V8 mallocs memory during execution.
26-
assert(after - before < 5 << 20);
26+
assert(after - before < 5 << 20, `before=${before} after=${after}`);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.