Skip to content

Commit e98ca17

Browse files
committed
Add backend to test case key
1 parent e6488b4 commit e98ca17

File tree

1 file changed

+1
-1
lines changed
  • site/frontend/src/pages/compare/compile

1 file changed

+1
-1
lines changed

site/frontend/src/pages/compare/compile/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,5 @@ export function createCompileBenchmarkMap(
206206
}
207207

208208
export function testCaseKey(testCase: CompileTestCase): string {
209-
return `${testCase.benchmark};${testCase.profile};${testCase.scenario};${testCase.category}`;
209+
return `${testCase.benchmark};${testCase.profile};${testCase.scenario};${testCase.backend};${testCase.category}`;
210210
}

0 commit comments

Comments
 (0)