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 e6488b4 commit e98ca17Copy full SHA for e98ca17
site/frontend/src/pages/compare/compile/common.ts
@@ -206,5 +206,5 @@ export function createCompileBenchmarkMap(
206
}
207
208
export function testCaseKey(testCase: CompileTestCase): string {
209
- return `${testCase.benchmark};${testCase.profile};${testCase.scenario};${testCase.category}`;
+ return `${testCase.benchmark};${testCase.profile};${testCase.scenario};${testCase.backend};${testCase.category}`;
210
0 commit comments