Skip to content

Commit 960eab1

Browse files
authored
Rename testing overhead tables to be more descriptive (#4101)
copilot:summary
1 parent e0212a6 commit 960eab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

torchci/pages/testing_overhead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function TestingOverhead() {
6262
return (
6363
<Grid item xs={12} height={ROW_HEIGHT}>
6464
<TablePanel
65-
title={`Unsharded Testing times for Workflow: ${workflowName} on ${startTime.format(
65+
title={`Total Testing Times per Workflow on All Runners: ${workflowName} on ${startTime.format(
6666
"YYYY-MM-DD"
6767
)}`}
6868
queryCollection={"commons"}

torchci/pages/testing_overhead/oncall_insights.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function GenerateTestInsightsOverviewTable({
4747
return (
4848
<Grid item xs={12} height={ROW_HEIGHT}>
4949
<TablePanel
50-
title={`Unsharded Testing times for Workflow: ${workflowName} on ${startTime.format(
50+
title={`Total Testing Times per Workflow on all Runners: ${workflowName} on ${startTime.format(
5151
"YYYY-MM-DD"
5252
)}`}
5353
queryCollection={"commons"}

0 commit comments

Comments
 (0)