angular/packages/benchpress/test
Paul Gschwendtner a2e44d9773 refactor(benchpress): include text representation of results in json report (#50745)
This commit updates benchpress to include the text representation of
results in the JSON report. This is useful when results of multiple
tests are read from the Bazel testlogs and then printed together in
e.g. a GitHub comment, or at the end of a script (not in the middle
of the surroundings of the Bazel executions).

The text representation could have been built directly based on the
JSON raw metrics, but it would be unnecessary work and duplication
to get a similar output as with the console reporter- so we can
just include this information in the report.

PR Close #50745
2023-06-18 19:32:34 +00:00
..
metric refactor(core): Remove usage of deprecated Injector.create() (#49606) 2023-03-28 10:15:35 -07:00
reporter refactor(benchpress): include text representation of results in json report (#50745) 2023-06-18 19:32:34 +00:00
validator refactor(core): Remove usage of deprecated Injector.create() (#49606) 2023-03-28 10:15:35 -07:00
webdriver refactor(core): Remove usage of deprecated Injector.create() (#49606) 2023-03-28 10:15:35 -07:00
BUILD.bazel build: force benchpress to be compiled with ES2020 (#49559) 2023-03-23 08:18:45 -07:00
runner_spec.ts refactor(benchpress): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:15 -07:00
sampler_spec.ts refactor(core): Remove usage of deprecated Injector.create() (#49606) 2023-03-28 10:15:35 -07:00
statistic_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
trace_event_factory.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
web_driver_extension_spec.ts refactor(core): Remove usage of deprecated Injector.create() (#49606) 2023-03-28 10:15:35 -07:00