angular/packages/benchpress/src
Pawel Kozlowski dd850b2ab7 fix(benchpress): correctly report GC memory amounts (#50760)
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
2023-06-26 13:11:11 -07:00
..
metric fix(benchpress): correctly report GC memory amounts (#50760) 2023-06-26 13:11:11 -07:00
reporter refactor(benchpress): include text representation of results in json report (#50745) 2023-06-18 19:32:34 +00:00
validator refactor(benchpress): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:15 -07:00
webdriver fix(benchpress): correctly report GC memory amounts (#50760) 2023-06-26 13:11:11 -07:00
common_options.ts build: support building with TypeScript 4.1 (#39571) 2020-11-25 11:10:01 -08:00
measure_values.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
metric.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
reporter.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
runner.ts refactor(benchpress): include text representation of results in json report (#50745) 2023-06-18 19:32:34 +00:00
sample_description.ts refactor(benchpress): include text representation of results in json report (#50745) 2023-06-18 19:32:34 +00:00
sample_description_providers.ts refactor(benchpress): include text representation of results in json report (#50745) 2023-06-18 19:32:34 +00:00
sampler.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
statistic.ts docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
validator.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
web_driver_adapter.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
web_driver_extension.ts fix(benchpress): correctly report GC memory amounts (#50760) 2023-06-26 13:11:11 -07:00