Skip to content

Commit 91c963f

Browse files
committed
Fix wrong query parameters to TorchInductor summary charts
1 parent eca076e commit 91c963f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/components/benchmark/compilers/SummaryGraphPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ function SuiteGraphPanel({
7373
const queryCollection = "inductor";
7474

7575
const queryParamsWithSuite: { [key: string]: any } = {
76+
...queryParams,
7677
branches: [branch],
7778
suites: [suite],
78-
...queryParams,
7979
};
8080
// NB: Querying data for all the suites blows up the response from the database
8181
// over the lambda reponse body limit of 6MB. So I need to split up the query

0 commit comments

Comments
 (0)