angular/modules/benchmarks/src/largeform
2023-08-21 16:33:43 -07:00
..
ng2 docs: add lang attribute in html files (#51269) 2023-08-21 16:33:43 -07: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 build: update dev-infra packages and account for build-tooling split from ng-dev (#46976) 2022-08-02 09:37:37 -07:00
largeform.perf-spec.ts build: update dev-infra packages and account for build-tooling split from ng-dev (#46976) 2022-08-02 09:37:37 -07: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, ...)