Skip to content

Commit 72f2df2

Browse files
targosruyadorno
authored andcommitted
test: adapt test-v8-stats for V8 update
PR-URL: #45230 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent aaa4ac7 commit 72f2df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-v8-stats.js

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ const expectedHeapSpaces = [
4747
'new_space',
4848
'old_space',
4949
'read_only_space',
50+
'shared_large_object_space',
51+
'shared_space',
5052
];
5153
const heapSpaceStatistics = v8.getHeapSpaceStatistics();
5254
const actualHeapSpaceNames = heapSpaceStatistics.map((s) => s.space_name);

0 commit comments

Comments
 (0)