loop-benchmarking

Controlled experiments across agentic coding configurations. Same task, one variable, what actually works.
git clone https://git.shiptheloop.com/loop-benchmarking.git
Log | Files | Refs | README

commit 4b15b6d4dfc16dde4631f47933f079845dca7180
parent 5243f66caff6e6ec4eee8cec98a4859be87199bc
Author: Brian Graham <brian@buildingbetterteams.de>
Date:   Fri,  3 Apr 2026 20:16:08 +0200

Label exit code metric to clarify it's a process exit code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
Mdashboard/src/components/RunDetail.tsx | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/dashboard/src/components/RunDetail.tsx b/dashboard/src/components/RunDetail.tsx @@ -85,6 +85,9 @@ function ExitCodeBadge({ code }: { code: number | undefined }) { <div style={{ fontSize: "0.7rem", color: isOk ? "var(--green)" : "var(--red)", opacity: 0.8 }}> {label} </div> + <div style={{ fontSize: "0.6rem", color: "var(--text-muted)", marginTop: "2px" }}> + exit code + </div> </div> ); }

Impressum · Datenschutz