angular/scripts/benchmarks/README.md
Joey Perrott 82cc576e6f build: use pnpm as the package manager instead of yarn (#62924)
Use pnpm instead of yarn as the package manager and interaction tool for the repo

PR Close #62924
2025-07-31 22:06:27 +00:00

11 lines
483 B
Markdown

## Benchmarks script
This folder contains a convenience script for running benchmarks and performing comparisons. It can
be run via `pnpm 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.
### Docs
See ![the benchmark documentation](../../contributing-docs/running-benchmarks.md).