Skip to content

Commit

Permalink
test: update test-v8-stats
Browse files Browse the repository at this point in the history
New heap space: code_large_object_space

PR-URL: #25852
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
  • Loading branch information
targos committed Mar 14, 2019
1 parent 78c8491 commit 260d5f8
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 260d5f8

Please sign in to comment.