mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dd850b2ab7
This PR fixes GC memory numbers reported by benchpress, where previously reported amount was always 0. This is due to the fact that Chrome browser reports GC events as a single X event now, instead of a B / E pair of events. PR Close #50760