angular/modules/benchmarks/src/hydration
Joey Perrott 9dbe6fc18b refactor: update license text to point to angular.dev (#57901)
Update license text to point to angular.dev instead of angular.io

PR Close #57901
2024-09-24 15:33:00 +02:00
..
baseline refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
main refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
BUILD.bazel test(core): add benchmark for hydration runtime logic (#52206) 2023-10-18 12:07:12 -07:00
hydration.e2e-spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
hydration.perf-spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
init.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
README.md test(core): add benchmark for hydration runtime logic (#52206) 2023-10-18 12:07:12 -07:00
table.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
util.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00

Hydration benchmark

This folder contains hydration benchmark that tests the process of matching DOM nodes at runtime.

There are 2 folders in this benchmark:

  • baseline - renders a component without hydration, we use it as a baseline
  • main - the same code as the baseline, but Angular uses hydration and matches existing DOM nodes instead of creating new ones

The benchmarks are based on largetable benchmarks.