Skip to content

Commit 260d5f8

Browse files
committed
test: update test-v8-stats
New heap space: code_large_object_space PR-URL: #25852 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent 78c8491 commit 260d5f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/parallel/test-v8-stats.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ keys.forEach(function(key) {
2121

2222

2323
const expectedHeapSpaces = [
24-
'new_space',
25-
'old_space',
24+
'code_large_object_space',
2625
'code_space',
26+
'large_object_space',
2727
'map_space',
2828
'new_large_object_space',
29-
'large_object_space',
29+
'new_space',
30+
'old_space',
3031
'read_only_space'
3132
];
3233
const heapSpaceStatistics = v8.getHeapSpaceStatistics();

0 commit comments

Comments
 (0)