-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix builds on release/2.x (#5826 -> master) #5828
Conversation
## Summary of changes Fix PRs targeting `release/2.x` ## Reason for change PRs targeting `release/2.x` currently don't work ## Implementation details Make sure we merge to the correct branch ## Test coverage This is the test ## Other details Will cherry pick to master afterwards, but easier to check here. --------- Co-authored-by: Lucas Pimentel <lucas.pimentel@datadoghq.com>
Datadog ReportBranch report: ✅ 0 Failed, 345157 Passed, 1752 Skipped, 15h 55m 44.51s Total Time New Flaky Tests (2)
⌛ Performance Regressions vs Default Branch (2) |
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 (5828) - mean (74ms) : 65, 83
. : milestone, 74,
master - mean (70ms) : 67, 74
. : milestone, 70,
section CallTarget+Inlining+NGEN
This PR (5828) - mean (1,055ms) : 1028, 1082
. : milestone, 1055,
master - mean (1,047ms) : 1020, 1075
. : milestone, 1047,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5828) - mean (111ms) : 107, 114
. : milestone, 111,
master - mean (110ms) : 106, 113
. : milestone, 110,
section CallTarget+Inlining+NGEN
This PR (5828) - mean (737ms) : 712, 762
. : milestone, 737,
master - mean (736ms) : 708, 765
. : milestone, 736,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5828) - mean (94ms) : 91, 96
. : milestone, 94,
master - mean (93ms) : 90, 96
. : milestone, 93,
section CallTarget+Inlining+NGEN
This PR (5828) - mean (686ms) : 662, 710
. : milestone, 686,
master - mean (681ms) : 658, 704
. : milestone, 681,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5828) - mean (199ms) : 191, 208
. : milestone, 199,
master - mean (191ms) : 189, 194
. : milestone, 191,
section CallTarget+Inlining+NGEN
This PR (5828) - mean (1,164ms) : 1122, 1205
. : milestone, 1164,
master - mean (1,145ms) : 1121, 1169
. : milestone, 1145,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5828) - mean (281ms) : 274, 287
. : milestone, 281,
master - mean (277ms) : 271, 282
. : milestone, 277,
section CallTarget+Inlining+NGEN
This PR (5828) - mean (918ms) : 869, 968
. : milestone, 918,
master - mean (904ms) : 872, 936
. : milestone, 904,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5828) - mean (270ms) : 258, 281
. : milestone, 270,
master - mean (265ms) : 261, 270
. : milestone, 265,
section CallTarget+Inlining+NGEN
This PR (5828) - mean (898ms) : 871, 925
. : milestone, 898,
master - mean (884ms) : 858, 911
. : milestone, 884,
|
Benchmarks Report for tracer 🐌Benchmarks for #5828 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️Raw results
|
Summary of changes
Fix PRs targeting
release/2.x
Reason for change
PRs targeting
release/2.x
currently don't workImplementation details
Make sure we merge to the correct branch
Test coverage
Tested in #5826