Skip to content
Prev Previous commit
Next Next commit
test: update test-v8-stats
New heap space: code_large_object_space
  • Loading branch information
targos committed Jan 20, 2019
commit c04c8a20fa70155ab48d61864778d1f0ada7f007
7 changes: 4 additions & 3 deletions test/parallel/test-v8-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ keys.forEach(function(key) {


const expectedHeapSpaces = [
'new_space',
'old_space',
'code_large_object_space',
'code_space',
'large_object_space',
'map_space',
'new_large_object_space',
'large_object_space',
'new_space',
'old_space',
'read_only_space'
];
const heapSpaceStatistics = v8.getHeapSpaceStatistics();
Expand Down