Fix the no-op pipeline#6449
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 456929 Passed, 2802 Skipped, 18h 59m 6.16s Total Time |
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6449) - mean (69ms) : 65, 72
. : milestone, 69,
master - mean (68ms) : 66, 71
. : milestone, 68,
section CallTarget+Inlining+NGEN
This PR (6449) - mean (978ms) : 956, 999
. : milestone, 978,
master - mean (977ms) : 958, 996
. : milestone, 977,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6449) - mean (108ms) : 106, 110
. : milestone, 108,
master - mean (107ms) : 105, 109
. : milestone, 107,
section CallTarget+Inlining+NGEN
This PR (6449) - mean (677ms) : 659, 695
. : milestone, 677,
master - mean (677ms) : 662, 692
. : milestone, 677,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6449) - mean (91ms) : 89, 93
. : milestone, 91,
master - mean (91ms) : 89, 92
. : milestone, 91,
section CallTarget+Inlining+NGEN
This PR (6449) - mean (636ms) : 618, 654
. : milestone, 636,
master - mean (633ms) : 611, 655
. : milestone, 633,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6449) - mean (194ms) : 189, 199
. : milestone, 194,
master - mean (194ms) : 190, 198
. : milestone, 194,
section CallTarget+Inlining+NGEN
This PR (6449) - mean (1,103ms) : 1072, 1133
. : milestone, 1103,
master - mean (1,102ms) : 1072, 1132
. : milestone, 1102,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6449) - mean (279ms) : 274, 283
. : milestone, 279,
master - mean (279ms) : 275, 282
. : milestone, 279,
section CallTarget+Inlining+NGEN
This PR (6449) - mean (872ms) : 844, 899
. : milestone, 872,
master - mean (874ms) : 844, 904
. : milestone, 874,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6449) - mean (266ms) : 263, 270
. : milestone, 266,
master - mean (267ms) : 263, 272
. : milestone, 267,
section CallTarget+Inlining+NGEN
This PR (6449) - mean (846ms) : 811, 881
. : milestone, 846,
master - mean (851ms) : 816, 885
. : milestone, 851,
|
## Summary of changes Fix broken github status action ## Reason for change The github status upload is broken, because we're not splitting on `;` as expected ## Implementation details Add missing `export IFS=";"`, accidentally deleted in #6407 ## Test coverage This is the test ## Other details Currently blocking #6445
Summary of changes
Fix broken github status action
Reason for change
The github status upload is broken, because we're not splitting on
;as expectedImplementation details
Add missing
export IFS=";", accidentally deleted in #6407Test coverage
This is the test
Other details
Currently blocking #6445