Skip to content

Commit a0d8370

Browse files
committed
fix fetching tags from remote json
1 parent cec8f05 commit a0d8370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/scripts/benchmarks/html/scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ function loadData() {
789789
.then(data => {
790790
benchmarkRuns = data.runs || data;
791791
benchmarkMetadata = data.metadata || benchmarkMetadata || {};
792+
benchmarkTags = data.tags || benchmarkTags || {};
792793
initializeCharts();
793794
})
794795
.catch(error => {

0 commit comments

Comments
 (0)