Skip to content

Commit b9f736d

Browse files
committed
fix(website/bench): show LLVM in tiered method line
The header method strip listed "BC interp → opt → Cranelift JIT" but the page already renders a fourth tier (zyntax-tiered-llvm) when results.json carries it. Add the LLVM step so the method chip matches the rendered tier ladder end-to-end.
1 parent 99d8195 commit b9f736d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/benchmark/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h1>What does <em>each tier</em> cost?</h1>
450450
<span><svg viewBox="0 0 24 24"><path d="M5 13l4 4L19 7"/></svg><b>Median of 9</b> · 3 warmup runs discarded</span>
451451
<span><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7v5l3 3"/></svg><b>Wall-clock</b> · compile + execute timed separately</span>
452452
<span><svg viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h10"/></svg><b>Result pinned</b> · output checked every run</span>
453-
<span><svg viewBox="0 0 24 24"><path d="M3 12h4l3-9 4 18 3-9h4"/></svg><b>Tiered</b> · BC interp → opt → Cranelift JIT</span>
453+
<span><svg viewBox="0 0 24 24"><path d="M3 12h4l3-9 4 18 3-9h4"/></svg><b>Tiered</b> · BC interp → opt → Cranelift JIT → LLVM</span>
454454
</div>
455455
</section>
456456

0 commit comments

Comments
 (0)