diff --git a/packages/docs/src/components/DependencyStats.astro b/packages/docs/src/components/DependencyStats.astro
index f7eebdc..495070f 100644
--- a/packages/docs/src/components/DependencyStats.astro
+++ b/packages/docs/src/components/DependencyStats.astro
@@ -36,6 +36,10 @@ function formatBytesToMB(bytes: number): string {
Dev Time Performance
+
+ Measured using pnpm on GitHub Actions (ubuntu-latest, Node 24).
+
+
@@ -172,6 +176,12 @@ function formatBytesToMB(bytes: number): string {
max-width: 700px;
}
+ .methodology {
+ font-size: 14px;
+ color: #6b7280;
+ margin-bottom: 0.5em;
+ }
+
.table-wrapper {
width: 100%;
margin-top: 16px;
@@ -292,6 +302,10 @@ function formatBytesToMB(bytes: number): string {
color: #ffffffde;
}
+ :global(html.dark) .methodology {
+ color: #ffffffa6;
+ }
+
:global(html.dark) .coming-soon {
color: #ffffffa6;
}