File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" }
Original file line number Diff line number Diff 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" }
You can’t perform that action at this time.
0 commit comments