angular/modules/benchmarks/src/largeform
Joey Perrott 03ac3c299d refactor: update license text to point to angular.dev (#57902)
Update license text to point to angular.dev instead of angular.io

PR Close #57902
2024-09-24 15:28:46 +02:00
..
ng2 refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02: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 (#57902) 2024-09-24 15:28:46 +02:00
largeform.perf-spec.ts refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +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, ...)