angular/modules/benchmarks/src/defer
Joey Perrott f9781f9804 refactor: migrate modules to prettier formatting (#53954)
Migrate formatting to prettier for modules directory from clang-format

PR Close #53954
2024-01-17 09:41:59 -08:00
..
baseline refactor: migrate modules to prettier formatting (#53954) 2024-01-17 09:41:59 -08:00
main refactor: migrate modules to prettier formatting (#53954) 2024-01-17 09:41:59 -08:00
BUILD.bazel
defer.e2e-spec.ts refactor: migrate modules to prettier formatting (#53954) 2024-01-17 09:41:59 -08:00
defer.perf-spec.ts refactor: migrate modules to prettier formatting (#53954) 2024-01-17 09:41:59 -08:00
init.ts refactor: migrate modules to prettier formatting (#53954) 2024-01-17 09:41:59 -08:00
README.md
util.ts refactor: migrate modules to prettier formatting (#53954) 2024-01-17 09:41:59 -08:00

Defer benchmark

This folder contains defer benchmark that tests the process of @defer block creation.

There are 2 folders in this benchmark:

  • baseline - renders a component using an @if condition, we use it as a baseline
  • main - the same code as the baseline, but instead of the @if, we use @defer to compare defer blocks against conditionals

The benchmarks are based on largetable benchmarks.