angular/scripts/benchmarks/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
483 B
Markdown
Raw Normal View History

## 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).