DescriptionRun GC after each memory test page
Before this CL, no GC was run in between test, so setting --pageset-repeat > 1
lead to increased memory usage per test run, reporting inaccurate results.
This CL forces V8 GC (and attached Oilpan GC) after each test run for stable result.
More background:
Blink used to trigger V8 major GC after page unload, but this was changed to
less aggressive GC since r181187, suspected as source of this "leak".
BUG=465997
Committed: https://crrev.com/f2808ea1b048cf19cd175be3b8f986a7dd4e7559
Cr-Commit-Position: refs/heads/master@{#322318}
Patch Set 1 #Patch Set 2 : revert unwanted change #
Total comments: 3
Messages
Total messages: 14 (4 generated)
|