diff --git a/bench/.gitignore b/bench/.gitignore new file mode 100644 index 0000000..b947077 --- /dev/null +++ b/bench/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +dist/ diff --git a/bench/index.html b/bench/index.html new file mode 100644 index 0000000..07a9a3b --- /dev/null +++ b/bench/index.html @@ -0,0 +1,81 @@ + + +
+ ++ {status} +
+ + {runs && runs.map((r) =>| Scenario | +Mount (ms) | +Re-render (ms) | +Full lifecycle (ms) | +
|---|---|---|---|
| {r.name} | + {cell(r.mountMs, best('mountMs'))} + {cell(r.rerenderMs, best('rerenderMs'))} + {cell(r.fullLifecycleMs, best('fullLifecycleMs'))} +
Loading page...
+ )} + error={({ retry }) => ( +Failed to load page.
+ +{item}
+ ))} + {page.nextCursor !== null && ( + + )} + > + )} +