angular/scripts/benchmarks
Paul Gschwendtner d35e7f2a68 build: replace deprecated inquirer with new npm package (#57205)
The new package comes with types by default, and also has a nicer
API.

The old package had broken types and couldn't be used anymore; and
it's deprecated/unmaintained. We did a similar switch in
angular/dev-infra.

PR Close #57205
2024-07-31 16:02:11 +00:00
..
index.mts build: replace deprecated inquirer with new npm package (#57205) 2024-07-31 16:02:11 +00:00
README.md docs: fix outdated links from docs to contributing-docs folder in markdown documents (#56462) 2024-06-17 08:53:17 -07:00
results.mts build: more concise markdown output for benchmark compare results 2023-06-19 14:10:31 +02:00
targets.mts build: create script to run benchmarks and perform comparisons (#50745) 2023-06-18 19:32:34 +00:00
utils.mts build: create script to run benchmarks and perform comparisons (#50745) 2023-06-18 19:32:34 +00:00

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.

Docs

See the benchmark documentation.