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@ifcondition, we use it as a baselinemain- the same code as thebaseline, but instead of the@if, we use@deferto compare defer blocks against conditionals
The benchmarks are based on largetable benchmarks.