mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
|
|
||
|---|---|---|
| .. | ||
| baseline | ||
| main | ||
| BUILD.bazel | ||
| hydration.e2e-spec.ts | ||
| hydration.perf-spec.ts | ||
| init.ts | ||
| README.md | ||
| table.ts | ||
| util.ts | ||
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 baselinemain- the same code as thebaseline, but Angular uses hydration and matches existing DOM nodes instead of creating new ones
The benchmarks are based on largetable benchmarks.