Skip to content

Commit 4e55ca3

Browse files
committed
Revert "Fix wrong query parameters to TorchInductor summary charts"
This reverts commit 91c963f.
1 parent 5fd7e53 commit 4e55ca3

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,
7776
branches: [branch],
7877
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)