angular/modules/benchmarks/src/hydration
Kristiyan Kostadinov 81cabc1477 feat(core): add support for TypeScript 6
Updates the project to support TypeScript 6 and accounts for some of the breakages.
2026-02-17 08:40:38 -08:00
..
baseline build: enable angular formatting on all html files 2025-12-08 10:19:45 -08:00
main build: enable angular formatting on all html files 2025-12-08 10:19:45 -08:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
hydration.e2e-spec.ts build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
hydration.perf-spec.ts build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
init.ts feat(core): add support for TypeScript 6 2026-02-17 08:40:38 -08:00
README.md build: format md files 2025-11-06 10:03:05 -08:00
table.ts ci: reformat files 2025-12-16 14:44:19 -08: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.