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 65b43ae commit 10cf396Copy full SHA for 10cf396
site/frontend/src/pages/compare/compile/table/benchmark-detail.vue
@@ -258,7 +258,7 @@ function graphLink(
258
testCase: CompileTestCase
259
): string {
260
// Move to `30 days ago` to display history of the test case
261
- const start = getPastDate(new Date(commit.date), 30);
+ const start = formatDate(getPastDate(new Date(commit.date), 30));
262
const end = commit.commit;
263
const {benchmark, profile, scenario} = testCase;
264
return `/index.html?start=${start}&end=${end}&benchmark=${benchmark}&profile=${profile}&scenario=${scenario}&stat=${metric}`;
0 commit comments