mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently when `yarn benchmarks run-compare` is used, the local repository could be converted to a shallow clone. This is not a problem but might result in confusion. We avoid this by not performing a shallow fetch when a comparison is initiated. The performance gains seem neglegible. PR Close #50851 |
||
|---|---|---|
| .. | ||
| index.mts | ||
| README.md | ||
| results.mts | ||
| targets.mts | ||
| utils.mts | ||
Benchmarks script
This folder contains a convenience script for running benchmarks and performing comparisons. It can
be run via yarn benchmarks. See command line help for possible commands.
The benchmark script is used in conjunction with the benchmark compare GitHub actions workflow, allowing organization members to initiate a benchmark comparison via a GitHub comment in a PR.