Skip to content

Commit

Permalink
Rename testing overhead tables to be more descriptive (#4101)
Browse files Browse the repository at this point in the history
copilot:summary
  • Loading branch information
PaliC authored May 3, 2023
1 parent e0212a6 commit 960eab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchci/pages/testing_overhead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function TestingOverhead() {
return (
<Grid item xs={12} height={ROW_HEIGHT}>
<TablePanel
title={`Unsharded Testing times for Workflow: ${workflowName} on ${startTime.format(
title={`Total Testing Times per Workflow on All Runners: ${workflowName} on ${startTime.format(
"YYYY-MM-DD"
)}`}
queryCollection={"commons"}
Expand Down
2 changes: 1 addition & 1 deletion torchci/pages/testing_overhead/oncall_insights.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function GenerateTestInsightsOverviewTable({
return (
<Grid item xs={12} height={ROW_HEIGHT}>
<TablePanel
title={`Unsharded Testing times for Workflow: ${workflowName} on ${startTime.format(
title={`Total Testing Times per Workflow on all Runners: ${workflowName} on ${startTime.format(
"YYYY-MM-DD"
)}`}
queryCollection={"commons"}
Expand Down

1 comment on commit 960eab1

@vercel
Copy link

@vercel vercel bot commented on 960eab1 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.