Skip to content

Commit 98c722f

Browse files
committed
fast.vlang.io: full-width stats table (48 data points)
1 parent 4b31fef commit 98c722f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
font-size: 14px;
2626
line-height: 1.5;
2727
}
28-
.wrap { max-width: 1400px; margin: 0 auto; padding: 24px 20px 60px; }
28+
/* use the full screen width so the wide stats table never needs horizontal scroll */
29+
.wrap { max-width: none; margin: 0 auto; padding: 24px 24px 60px; }
30+
/* keep the graph at a readable size instead of stretching it across the whole screen */
31+
.chartbox { max-width: 1400px; }
2932
h1 { font-size: 26px; margin: 0 0 4px; }
3033
h1 a { color: var(--fg); text-decoration: none; }
3134
.sub { color: var(--muted); margin-bottom: 20px; }
@@ -96,10 +99,10 @@ <h1><a href="/">Is V still fast?</a></h1>
9699
<div class="stats">
97100
<div class="stat"><div class="k">Benchmarks</div><div class="v">48</div></div>
98101
<div class="stat"><div class="k">Latest commit</div><div class="v">2026-07-28 01:57</div></div>
99-
<div class="stat"><div class="k">Page generated</div><div class="v">2026-07-29 03:46:10</div></div>
102+
<div class="stat"><div class="k">Page generated</div><div class="v">2026-07-29 04:23:25</div></div>
100103
</div>
101104

102-
<div class="panel">
105+
<div class="panel chartbox">
103106
<h2>Self-compilation time (ms), oldest → newest</h2>
104107
<canvas id="chart" width="1360" height="320"></canvas>
105108
<div class="legend">

0 commit comments

Comments
 (0)