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.