feat: add support for latest Amazon.Lambda.RuntimeSupport package#8797
Conversation
BenchmarksBenchmark execution time: 2026-06-18 11:16:08 Comparing candidate commit 67f8f04 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.
|
andrewlock
left a comment
There was a problem hiding this comment.
LGTM as long as the tests pass, thanks!
07a805d to
be31335
Compare
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8797) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-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 highlighted 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). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (74ms) : 71, 78
master - mean (74ms) : 70, 77
section Bailout
This PR (8797) - mean (78ms) : 76, 81
master - mean (79ms) : 75, 82
section CallTarget+Inlining+NGEN
This PR (8797) - mean (1,095ms) : 1050, 1140
master - mean (1,098ms) : 1054, 1142
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (116ms) : 108, 125
master - mean (115ms) : 111, 119
section Bailout
This PR (8797) - mean (115ms) : 113, 117
master - mean (119ms) : 115, 123
section CallTarget+Inlining+NGEN
This PR (8797) - mean (792ms) : 766, 819
master - mean (791ms) : 768, 814
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (101ms) : 98, 105
master - mean (102ms) : 98, 106
section Bailout
This PR (8797) - mean (104ms) : 100, 108
master - mean (104ms) : 99, 109
section CallTarget+Inlining+NGEN
This PR (8797) - mean (951ms) : 903, 998
master - mean (950ms) : 906, 995
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (99ms) : 96, 102
master - mean (100ms) : 97, 102
section Bailout
This PR (8797) - mean (100ms) : 98, 102
master - mean (102ms) : 98, 106
section CallTarget+Inlining+NGEN
This PR (8797) - mean (825ms) : 787, 863
master - mean (822ms) : 781, 863
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (202ms) : 197, 208
master - mean (201ms) : 196, 206
section Bailout
This PR (8797) - mean (206ms) : 200, 213
master - mean (205ms) : 198, 211
section CallTarget+Inlining+NGEN
This PR (8797) - mean (1,204ms) : 1162, 1247
master - mean (1,204ms) : 1166, 1243
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (288ms) : 281, 295
master - mean (289ms) : 284, 295
section Bailout
This PR (8797) - mean (289ms) : 280, 298
master - mean (291ms) : 284, 298
section CallTarget+Inlining+NGEN
This PR (8797) - mean (967ms) : 945, 990
master - mean (968ms) : 947, 988
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (282ms) : 275, 289
master - mean (280ms) : 272, 288
section Bailout
This PR (8797) - mean (282ms) : 275, 288
master - mean (283ms) : 274, 292
section CallTarget+Inlining+NGEN
This PR (8797) - mean (1,171ms) : 1132, 1211
master - mean (1,164ms) : 1132, 1197
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8797) - mean (281ms) : 275, 288
master - mean (279ms) : 272, 286
section Bailout
This PR (8797) - mean (282ms) : 276, 288
master - mean (278ms) : 271, 285
section CallTarget+Inlining+NGEN
This PR (8797) - mean (1,047ms) : 1009, 1086
master - mean (1,043ms) : 996, 1090
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary of changes
The .NET 10 Managed Lambda runtime using a 2.x version of Amazon.Lambda.RuntimeSupport. Bump our support in the .NET tracer.
Reason for change
I'm working on improving DSM support inside Lambda
Implementation details
Bumped versions.
Test coverage
Other details