From 1e76abd796bc72304a0c278da48e1743f1fbc7ae Mon Sep 17 00:00:00 2001 From: Steve Hallman <49403511+hallmansm@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:10:23 -0500 Subject: [PATCH 01/16] Add optional scenario name to label runs in the stats comparison When comparing several simulation runs, the stats columns are all titled by the workload string (e.g. "dev: 1"), which makes runs with the same workload but different workers or WIP limits hard to tell apart. Adds an optional Name field to the form; when filled, it is used as the scenario title. Falls back to the workload string when left blank. Also adds a little top padding to #stats so the selected column's outline is not clipped by the sticky header's shadow. Co-Authored-By: Claude Fable 5 --- index.html | 7 +++++++ src/setup.ts | 2 +- style.css | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index af1106b..6de0387 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,13 @@