diff --git a/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx b/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx index 411f25c570..5ba7409b73 100644 --- a/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx +++ b/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx @@ -23,6 +23,7 @@ import useSWR from "swr"; const GRAPH_ROW_HEIGHT = 245; export function GraphPanel({ + queryName, queryParams, granularity, suite, @@ -30,6 +31,7 @@ export function GraphPanel({ lCommit, rCommit, }: { + queryName: string; queryParams: RocksetParam[]; granularity: Granularity; suite: string; @@ -41,6 +43,7 @@ export function GraphPanel({ // from Rockset small enough (<6MB) to fit into Vercel lambda limit return (