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 cec8f05 commit a0d8370Copy full SHA for a0d8370
devops/scripts/benchmarks/html/scripts.js
@@ -789,6 +789,7 @@ function loadData() {
789
.then(data => {
790
benchmarkRuns = data.runs || data;
791
benchmarkMetadata = data.metadata || benchmarkMetadata || {};
792
+ benchmarkTags = data.tags || benchmarkTags || {};
793
initializeCharts();
794
})
795
.catch(error => {
0 commit comments