angular/modules/benchmarks/src/largeform
Paul Gschwendtner 8f0732fb17 test: disambiguate e2e and perf spec files (#34753)
Currently, based on the file names it's not quite clear whether
a given `.spec.ts` file runs benchmark perf or benchmark e2e
functionality tests. To disambiguate these, we use new file
suffixs. i.e. `e2e-spec.ts` and `perf-spec.ts`.

PR Close #34753
2020-01-29 09:22:28 -08:00
..
ng2 ci: do not run benchmark measurements in circleci (#34753) 2020-01-29 09:22:28 -08:00
BUILD.bazel test: disambiguate e2e and perf spec files (#34753) 2020-01-29 09:22:28 -08:00
largeform.e2e-spec.ts test: disambiguate e2e and perf spec files (#34753) 2020-01-29 09:22:28 -08:00
largeform.perf-spec.ts test: disambiguate e2e and perf spec files (#34753) 2020-01-29 09:22:28 -08: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, ...)