Skip to content

Commit f2e4c43

Browse files
authored
[EZ] Metrics page bugfix (#6041)
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)
1 parent 37d2927 commit f2e4c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/pages/metrics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function WorkflowDuration({
353353

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

0 commit comments

Comments
 (0)