angular/modules/benchmarks/src/largeform
Matthieu Riegler afcc3ee209 refactor(core): Migrate modules directory with the schematic. (#58160)
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now .

PR Close #58160
2024-10-14 14:58:58 +00:00
..
ng2 refactor(core): Migrate modules directory with the schematic. (#58160) 2024-10-14 14:58:58 +00:00
BUILD.bazel build: update dev-infra packages and account for build-tooling split from ng-dev (#46976) 2022-08-02 09:37:37 -07:00
largeform.e2e-spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
largeform.perf-spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
README.md feat(benchmark): add large form benchmark 2016-10-19 09:39:16 -07:00

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