angular/scripts/benchmarks
Charles Lyding 6758f9326e build: use Node.js built-in TypeScript support for dev-infra scripts
This change removes the use of `tsx` to execute both `ng-dev` and the repo level development scripts.
2026-01-02 08:15:40 +01:00
..
index.mts build: use Node.js built-in TypeScript support for dev-infra scripts 2026-01-02 08:15:40 +01:00
README.md build: use pnpm as the package manager instead of yarn (#62924) 2025-07-31 22:06:27 +00:00
results.mts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
targets.mts build: use Node.js built-in TypeScript support for dev-infra scripts 2026-01-02 08:15:40 +01:00
utils.mts refactor: add explicit types for exports relying on inferred call return type (#61312) 2025-05-13 22:45:18 +00:00

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.