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 6fc912a commit 7e61fc3Copy full SHA for 7e61fc3
devops/scripts/benchmarks/html/scripts.js
@@ -1606,6 +1606,12 @@ function fetchAndProcessData(url, isArchived = false) {
1606
// Replace existing data for current data
1607
loadedBenchmarkRuns = newRuns;
1608
}
1609
+
1610
+ // The following variables have same values regardless of whether
1611
+ // we load archived or current data
1612
+ benchmarkMetadata = data.metadata || benchmarkMetadata || {};
1613
+ benchmarkTags = data.tags || benchmarkTags || {};
1614
1615
initializeCharts();
1616
})
1617
.catch(error => {
0 commit comments