pub fn Benchmarks(props: ()) -> ElementExpand description
Gate component: guarantees the data feeds are pinned before the page proper
renders, so every accessor inside BenchmarksLoaded can expect its feed.
Native builds (tests, SSG prerender) compile the data in and render directly;
wasm fetches the staged /data bundle first, behind a lightweight shell.