mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The dev-infra build tooling is now decoupled from `ng-dev`. This will make it easier to update `ng-dev` without necessarily needing to upgrade the whole build system, Bazel etc. This is useful when e.g. new release tool features have been added and should also be ported to active LTS branches. PR Close #46976 |
||
|---|---|---|
| .. | ||
| ng2 | ||
| BUILD.bazel | ||
| largeform.e2e-spec.ts | ||
| largeform.perf-spec.ts | ||
| README.md | ||
Large Form Benchmark
Purpose:
- Track generated file size for a big form
- Track time for creation / destruction of form widgets, as they are more complex (e.g. include event listeners, host bindings, ...)