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 4b97a4f commit 2b06ec2Copy full SHA for 2b06ec2
site/frontend/src/pages/compare/compile/table/benchmark-detail.vue
@@ -122,7 +122,7 @@ function getGraphTitle() {
122
const {start, end, date} = graphRange.value;
123
const msg = `${DAY_RANGE} day history`;
124
if (date !== null) {
125
- return `${msg} (${start} - ${end})`;
+ return `${msg} (${start} → ${end})`;
126
} else {
127
return `${msg} (up to benchmarked commit)`;
128
}
0 commit comments