mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| metric | ||
| reporter | ||
| validator | ||
| webdriver | ||
| BUILD.bazel | ||
| runner_spec.ts | ||
| sampler_spec.ts | ||
| statistic_spec.ts | ||
| trace_event_factory.ts | ||
| web_driver_extension_spec.ts | ||