Skip to content

Commit

Permalink
[EZ] Metrics page bugfix (#6041)
Browse files Browse the repository at this point in the history
Fixes a bug @clee2000 pointed out in
https://github.com/pytorch/test-infra/pull/6039/files#r1879220367 (that
PR got merged before I could push the fix)
  • Loading branch information
ZainRizvi authored Dec 11, 2024
1 parent 37d2927 commit f2e4c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/pages/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ function WorkflowDuration({

// -1 is the specical case where we will show the avg instead
if (percentile === -1) {
title = `avg ${workflowNames.join(", ")} workflow duration`;
title = `avg ${workflowNames.join(", ")} TTS`;
queryName = queryName.replace("percentile", "avg");
}

Expand Down

0 comments on commit f2e4c43

Please sign in to comment.