From 3ce2f65b4ba03397f1d16927ec72f51700ad181f Mon Sep 17 00:00:00 2001 From: Paul Aiden Williams Date: Fri, 24 Jul 2026 12:16:41 -0400 Subject: [PATCH] Update cross-run-trace-analysis.tsx Testing the fork here. Simply changed MAX_SELECTED_PARAMETERS and MAX_SELECTED_RUNS from 6 to 10. --- web/components/cross-run-trace-analysis.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/cross-run-trace-analysis.tsx b/web/components/cross-run-trace-analysis.tsx index 0ecedf9..7c2ce21 100644 --- a/web/components/cross-run-trace-analysis.tsx +++ b/web/components/cross-run-trace-analysis.tsx @@ -28,8 +28,8 @@ const Plot = dynamic(() => import("react-plotly.js"), { ssr: false }); const RUN_PAGE_SIZE = 500; const MAX_CATALOG_RUNS = 5_000; -const MAX_SELECTED_PARAMETERS = 6; -const MAX_SELECTED_RUNS = 6; +const MAX_SELECTED_PARAMETERS = 10; +const MAX_SELECTED_RUNS = 10; const RUN_COLORS = [ "#2563eb", "#059669",