We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca076e commit 91c963fCopy full SHA for 91c963f
torchci/components/benchmark/compilers/SummaryGraphPanel.tsx
@@ -73,9 +73,9 @@ function SuiteGraphPanel({
73
const queryCollection = "inductor";
74
75
const queryParamsWithSuite: { [key: string]: any } = {
76
+ ...queryParams,
77
branches: [branch],
78
suites: [suite],
- ...queryParams,
79
};
80
// NB: Querying data for all the suites blows up the response from the database
81
// over the lambda reponse body limit of 6MB. So I need to split up the query
0 commit comments