Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/components/cross-run-trace-analysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down