Skip to content

Commit

Permalink
Merge pull request #40656 from mkouba/devui-build-metrics-update-data
Browse files Browse the repository at this point in the history
Dev UI: update build metrics data after live reload
  • Loading branch information
gsmet authored May 16, 2024
2 parents f7b8d69 + 8578ce4 commit 7791061
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ private BuildMetricsDevUIController() {

void setBuildMetricsPath(Path buildMetricsPath) {
this.buildMetricsPath = buildMetricsPath;
// Reread the data after reload
this.buildStepsMetrics = null;
}

Map<String, Object> getBuildStepsMetrics() {
Expand Down

0 comments on commit 7791061

Please sign in to comment.