Skip to content

List the versions that changed in package-version-bump PRs#8518

Open
andrewlock wants to merge 2 commits intomasterfrom
andrew/add-summary-to-bump-package-versions
Open

List the versions that changed in package-version-bump PRs#8518
andrewlock wants to merge 2 commits intomasterfrom
andrew/add-summary-to-bump-package-versions

Conversation

@andrewlock
Copy link
Copy Markdown
Member

@andrewlock andrewlock commented Apr 24, 2026

Summary of changes

Lists the package versions that were updated in the description of version-bump PRs

Reason for change

In #8504 we removed all the "honeypot" csproj files that dependabot was using, mostly because the PRs it was creating weren't very useful, were noisy, and required us to trigger a separate PR anyway, so we switched to a schedule.

However, when reviewing the [Test Package Versions Bump] PRs, these files were the main ones I was reviewing, as they were easy to read. As a workaround, this PR extends the "cool down report" to be a more generalized "bump report", that lists the changes to the packages that were bumped too.

We could extend this even further in the future to include release note changes (like dependabot does) or dotnet inspect updates, as we've discussed in the past, though I can also see those being overly noisy for the common cases.

Implementation details

Extend the existing report to include the list of packages that were bumped too.

Test coverage

Ran it locally, and it produced the following:

Package Version Updates

Bold entries indicate major-version bumps. (new) means no previous version existed.

Package Integration Previous New Published
AWSSDK.Core AwsSdk 4.0.3.30 4.0.3.31 2026-04-20
MongoDB.Driver MongoDB 3.7.1 3.8.0 2026-04-20
HotChocolate.AspNetCore HotChocolate 15.1.14 15.1.15 2026-04-22
MySql.Data MySqlData 9.6.0 9.7.0 2026-04-22
Microsoft.Data.Sqlite MicrosoftDataSqlite 10.0.6 10.0.7 2026-04-21
log4net log4net 3.3.0 3.3.1 2026-04-19
OpenTelemetry.Api OpenTelemetry 1.15.2 1.15.3 2026-04-21

Package Version Cooldown Report

The following versions were published less than 2 days ago and have been overridden.
These require manual review before inclusion.

Package Integration Overridden Version Published Age (days)
AWSSDK.Core AwsSdk 3.7.500.96 2026-04-23 0
AWSSDK.Core AwsSdk 4.0.3.32 2026-04-22 1
AWSSDK.DynamoDBv2 AwsDynamoDb 3.7.513.2 2026-04-23 0
AWSSDK.DynamoDBv2 AwsDynamoDb 4.0.17.10 2026-04-22 1
AWSSDK.Kinesis AwsKinesis 3.7.506.19 2026-04-23 0
AWSSDK.Kinesis AwsKinesis 4.0.8.12 2026-04-22 1
AWSSDK.SQS AwsSqs 3.7.502.55 2026-04-23 0
AWSSDK.SQS AwsSqs 4.0.2.26 2026-04-22 1
AWSSDK.SimpleNotificationService AwsSns 3.7.502.59 2026-04-23 0
AWSSDK.SimpleNotificationService AwsSns 4.0.2.28 2026-04-22 1
AWSSDK.EventBridge AwsEventBridge 3.7.502.60 2026-04-23 0
AWSSDK.EventBridge AwsEventBridge 4.0.5.27 2026-04-22 1
AWSSDK.S3 AwsS3 3.7.511.6 2026-04-23 0
AWSSDK.S3 AwsS3 4.0.22 2026-04-22 1
AWSSDK.StepFunctions AwsStepFunctions 3.7.502.48 2026-04-23 0
AWSSDK.StepFunctions AwsStepFunctions 4.0.2.21 2026-04-22 1

@andrewlock andrewlock requested a review from a team as a code owner April 24, 2026 10:28
@andrewlock andrewlock added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Apr 24, 2026
@andrewlock andrewlock changed the title List the versions that did change too List the versions that changed in package-version-bump PRs Apr 24, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c10f073bcd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread tracer/build/_build/Build.Utilities.cs Outdated
@andrewlock andrewlock force-pushed the andrew/add-summary-to-bump-package-versions branch from 0c81009 to fe3814c Compare April 24, 2026 11:30
@dd-trace-dotnet-ci-bot
Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8518) and master.

✅ No regressions detected - check the details below

Full Metrics Comparison

FakeDbCommand

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration72.29 ± (72.43 - 72.82) ms72.91 ± (72.98 - 73.31) ms+0.9%✅⬆️
.NET Framework 4.8 - Bailout
duration77.38 ± (77.44 - 77.98) ms78.96 ± (78.81 - 79.37) ms+2.0%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1077.73 ± (1079.67 - 1086.71) ms1077.10 ± (1076.72 - 1083.62) ms-0.1%
.NET Core 3.1 - Baseline
process.internal_duration_ms22.44 ± (22.41 - 22.48) ms22.53 ± (22.49 - 22.57) ms+0.4%✅⬆️
process.time_to_main_ms84.83 ± (84.57 - 85.09) ms85.32 ± (85.04 - 85.60) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.92 ± (10.92 - 10.92) MB10.90 ± (10.90 - 10.90) MB-0.2%
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.85 ± (22.79 - 22.91) ms22.82 ± (22.77 - 22.88) ms-0.1%
process.time_to_main_ms88.43 ± (88.15 - 88.72) ms89.17 ± (88.84 - 89.50) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.94 ± (10.93 - 10.94) MB10.93 ± (10.93 - 10.93) MB-0.1%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms210.24 ± (209.33 - 211.16) ms211.35 ± (210.48 - 212.21) ms+0.5%✅⬆️
process.time_to_main_ms527.72 ± (526.59 - 528.85) ms533.38 ± (532.06 - 534.71) ms+1.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.02 ± (47.99 - 48.06) MB48.05 ± (48.02 - 48.08) MB+0.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.0%
.NET 6 - Baseline
process.internal_duration_ms21.54 ± (21.48 - 21.60) ms21.70 ± (21.63 - 21.77) ms+0.7%✅⬆️
process.time_to_main_ms76.18 ± (75.85 - 76.51) ms76.79 ± (76.46 - 77.11) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.63 ± (10.63 - 10.63) MB10.61 ± (10.61 - 10.61) MB-0.2%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms21.11 ± (21.08 - 21.15) ms21.20 ± (21.16 - 21.24) ms+0.4%✅⬆️
process.time_to_main_ms75.19 ± (75.01 - 75.36) ms75.42 ± (75.24 - 75.60) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.74 ± (10.73 - 10.74) MB10.73 ± (10.73 - 10.73) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms381.92 ± (379.97 - 383.86) ms383.27 ± (381.25 - 385.28) ms+0.4%✅⬆️
process.time_to_main_ms529.58 ± (528.46 - 530.69) ms532.09 ± (530.88 - 533.31) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.29 ± (49.26 - 49.31) MB49.41 ± (49.38 - 49.43) MB+0.2%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.1%
.NET 8 - Baseline
process.internal_duration_ms19.73 ± (19.68 - 19.77) ms19.67 ± (19.63 - 19.72) ms-0.3%
process.time_to_main_ms73.69 ± (73.49 - 73.90) ms74.07 ± (73.87 - 74.27) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.68 ± (7.68 - 7.69) MB7.65 ± (7.65 - 7.66) MB-0.4%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.93 ± (19.88 - 19.99) ms19.95 ± (19.89 - 20.00) ms+0.1%✅⬆️
process.time_to_main_ms76.42 ± (76.15 - 76.68) ms76.59 ± (76.33 - 76.85) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.72 ± (7.71 - 7.72) MB7.73 ± (7.72 - 7.73) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms302.49 ± (300.34 - 304.65) ms300.36 ± (298.15 - 302.57) ms-0.7%
process.time_to_main_ms489.77 ± (488.66 - 490.88) ms494.41 ± (493.21 - 495.61) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.54 ± (36.52 - 36.57) MB36.49 ± (36.46 - 36.51) MB-0.1%
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)-0.5%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration198.47 ± (198.33 - 199.22) ms201.63 ± (201.59 - 202.63) ms+1.6%✅⬆️
.NET Framework 4.8 - Bailout
duration201.92 ± (201.91 - 202.93) ms206.28 ± (205.89 - 206.90) ms+2.2%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1174.92 ± (1176.07 - 1184.24) ms1193.44 ± (1194.02 - 1201.85) ms+1.6%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms195.25 ± (194.79 - 195.70) ms196.09 ± (195.55 - 196.63) ms+0.4%✅⬆️
process.time_to_main_ms84.56 ± (84.28 - 84.83) ms84.92 ± (84.66 - 85.18) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.00 ± (15.98 - 16.01) MB16.09 ± (16.07 - 16.10) MB+0.6%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.0%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms194.46 ± (193.97 - 194.95) ms197.61 ± (196.98 - 198.25) ms+1.6%✅⬆️
process.time_to_main_ms85.96 ± (85.71 - 86.21) ms87.34 ± (86.97 - 87.70) ms+1.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.06 ± (16.05 - 16.08) MB16.02 ± (16.00 - 16.03) MB-0.3%
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)+0.1%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms385.60 ± (384.31 - 386.88) ms390.07 ± (388.79 - 391.35) ms+1.2%✅⬆️
process.time_to_main_ms526.78 ± (525.60 - 527.96) ms534.40 ± (532.98 - 535.82) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed57.03 ± (56.88 - 57.18) MB57.84 ± (57.68 - 58.00) MB+1.4%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms200.01 ± (199.50 - 200.51) ms203.03 ± (202.35 - 203.72) ms+1.5%✅⬆️
process.time_to_main_ms73.49 ± (73.26 - 73.72) ms74.47 ± (74.18 - 74.76) ms+1.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.30 ± (16.29 - 16.32) MB16.27 ± (16.26 - 16.29) MB-0.2%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+1.2%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms199.04 ± (198.58 - 199.50) ms201.29 ± (200.62 - 201.96) ms+1.1%✅⬆️
process.time_to_main_ms74.46 ± (74.24 - 74.68) ms75.43 ± (75.16 - 75.70) ms+1.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.36 ± (16.34 - 16.38) MB16.29 ± (16.27 - 16.30) MB-0.4%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.0%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms590.27 ± (587.13 - 593.40) ms594.68 ± (591.92 - 597.43) ms+0.7%✅⬆️
process.time_to_main_ms525.15 ± (524.11 - 526.20) ms534.42 ± (533.15 - 535.69) ms+1.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed60.73 ± (60.63 - 60.83) MB60.93 ± (60.83 - 61.03) MB+0.3%✅⬆️
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)-0.0%
.NET 8 - Baseline
process.internal_duration_ms196.54 ± (196.10 - 196.98) ms199.19 ± (198.61 - 199.76) ms+1.3%✅⬆️
process.time_to_main_ms72.29 ± (72.07 - 72.50) ms73.43 ± (73.19 - 73.66) ms+1.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.68 ± (11.66 - 11.69) MB11.65 ± (11.63 - 11.66) MB-0.3%
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)+0.3%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms197.05 ± (196.60 - 197.51) ms199.79 ± (199.12 - 200.46) ms+1.4%✅⬆️
process.time_to_main_ms73.83 ± (73.61 - 74.06) ms74.81 ± (74.54 - 75.09) ms+1.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.69 ± (11.67 - 11.71) MB11.72 ± (11.70 - 11.73) MB+0.2%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)20 ± (19 - 20)+1.1%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms518.77 ± (515.72 - 521.82) ms526.43 ± (521.60 - 531.26) ms+1.5%✅⬆️
process.time_to_main_ms485.44 ± (484.47 - 486.41) ms495.86 ± (494.74 - 496.98) ms+2.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.32 ± (50.28 - 50.35) MB50.21 ± (50.16 - 50.26) MB-0.2%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.1%
Comparison explanation

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 highlighted in **red**. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

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 charts
FakeDbCommand (.NET Framework 4.8)
gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8518) - mean (73ms)  : 71, 75
    master - mean (73ms)  : 70, 76

    section Bailout
    This PR (8518) - mean (79ms)  : 75, 83
    master - mean (78ms)  : 74, 82

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (1,080ms)  : 1030, 1130
    master - mean (1,083ms)  : 1033, 1133

Loading
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 (8518) - mean (115ms)  : 109, 121
    master - mean (114ms)  : 109, 119

    section Bailout
    This PR (8518) - mean (119ms)  : 113, 126
    master - mean (119ms)  : 113, 124

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (783ms)  : 757, 809
    master - mean (777ms)  : 746, 808

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8518) - mean (105ms)  : 98, 112
    master - mean (104ms)  : 97, 112

    section Bailout
    This PR (8518) - mean (103ms)  : 100, 106
    master - mean (103ms)  : 99, 106

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (942ms)  : 910, 975
    master - mean (940ms)  : 907, 974

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8518) - mean (102ms)  : 97, 106
    master - mean (101ms)  : 97, 106

    section Bailout
    This PR (8518) - mean (105ms)  : 99, 111
    master - mean (104ms)  : 98, 110

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (826ms)  : 777, 875
    master - mean (822ms)  : 786, 858

Loading
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 (8518) - mean (202ms)  : 194, 210
    master - mean (199ms)  : 193, 204

    section Bailout
    This PR (8518) - mean (206ms)  : 199, 214
    master - mean (202ms)  : 197, 208

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (1,198ms)  : 1148, 1248
    master - mean (1,180ms)  : 1122, 1238

Loading
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 (8518) - mean (291ms)  : 280, 302
    master - mean (289ms)  : 278, 300

    section Bailout
    This PR (8518) - mean (294ms)  : 280, 307
    master - mean (290ms)  : 281, 299

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (961ms)  : 927, 996
    master - mean (950ms)  : 923, 977

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8518) - mean (287ms)  : 273, 300
    master - mean (283ms)  : 271, 294

    section Bailout
    This PR (8518) - mean (286ms)  : 272, 300
    master - mean (283ms)  : 271, 294

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (1,158ms)  : 1112, 1203
    master - mean (1,144ms)  : 1094, 1194

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8518) - mean (284ms)  : 271, 297
    master - mean (279ms)  : 269, 290

    section Bailout
    This PR (8518) - mean (286ms)  : 271, 301
    master - mean (281ms)  : 273, 289

    section CallTarget+Inlining+NGEN
    This PR (8518) - mean (1,057ms)  : 988, 1125
    master - mean (1,036ms)  : 988, 1085

Loading

@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Apr 24, 2026

Benchmarks

Benchmark execution time: 2026-04-24 12:37:18

Comparing candidate commit fe3814c in PR branch andrew/add-summary-to-bump-package-versions with baseline commit 8339c77 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 0 unstable metrics, 58 known flaky benchmarks, 29 flaky benchmarks without significant changes.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

Known flaky benchmarks

These benchmarks are marked as flaky and will not trigger a failure. Modify FLAKY_BENCHMARKS_REGEX to control which benchmarks are marked as flaky.

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net6.0

  • 🟩 throughput [+9537.550op/s; +11888.584op/s] or [+8.017%; +9.993%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+319.156ms; +322.144ms] or [+158.377%; +159.859%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • 🟥 execution_time [+382.066ms; +384.320ms] or [+301.855%; +303.636%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟥 execution_time [+399.299ms; +401.471ms] or [+353.364%; +355.287%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net472

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.529%; +27.541%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.977%; +9.987%]
  • 🟩 execution_time [-15.868ms; -11.674ms] or [-7.411%; -5.452%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.502%; +27.510%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net472

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.746%; +105.759%]
  • 🟥 throughput [-262917.792op/s; -258664.311op/s] or [-26.845%; -26.411%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.558%; +38.566%]
  • 🟩 execution_time [-26.308ms; -21.447ms] or [-11.732%; -9.565%]
  • 🟥 throughput [-71451.952op/s; -48320.216op/s] or [-7.633%; -5.162%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.292%; +105.304%]
  • 🟥 throughput [-139117.081op/s; -122801.569op/s] or [-19.988%; -17.644%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody netcoreapp3.1

  • 🟩 throughput [+7383.097op/s; +10044.307op/s] or [+5.882%; +8.002%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net6.0

  • 🟩 throughput [+238546.140op/s; +261676.541op/s] or [+7.954%; +8.725%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody netcoreapp3.1

  • 🟩 execution_time [-18.631ms; -14.282ms] or [-8.588%; -6.584%]
  • 🟩 throughput [+172317.789op/s; +225998.711op/s] or [+6.840%; +8.971%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net472

  • 🟥 execution_time [+299.941ms; +301.499ms] or [+149.870%; +150.649%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net6.0

  • 🟥 execution_time [+299.939ms; +303.035ms] or [+151.260%; +152.821%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs netcoreapp3.1

  • 🟥 execution_time [+299.234ms; +301.620ms] or [+150.731%; +151.933%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net472

  • 🟥 execution_time [+297.716ms; +298.462ms] or [+146.226%; +146.593%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net6.0

  • 🟥 execution_time [+295.975ms; +299.229ms] or [+144.691%; +146.282%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs netcoreapp3.1

  • 🟥 execution_time [+301.806ms; +303.427ms] or [+150.842%; +151.653%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net6.0

  • 🟥 execution_time [+24.861µs; +48.531µs] or [+7.937%; +15.493%]
  • 🟥 throughput [-448.667op/s; -249.593op/s] or [-13.986%; -7.781%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+299.625ms; +300.332ms] or [+149.543%; +149.896%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net6.0

  • 🟥 execution_time [+416.051ms; +421.142ms] or [+452.057%; +457.588%]
  • 🟩 throughput [+1117.734op/s; +1259.619op/s] or [+9.185%; +10.350%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest netcoreapp3.1

  • unstable execution_time [+303.116ms; +340.692ms] or [+230.153%; +258.684%]
  • 🟩 throughput [+644.701op/s; +847.900op/s] or [+6.241%; +8.208%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+271.644ms; +325.147ms] or [+124.899%; +149.499%]
  • 🟥 throughput [-474.657op/s; -418.312op/s] or [-43.009%; -37.903%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • unstable execution_time [+201.826ms; +335.035ms] or [+86.010%; +142.778%]
  • 🟥 throughput [-745.797op/s; -662.345op/s] or [-49.745%; -44.179%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟥 execution_time [+334.667ms; +345.524ms] or [+200.170%; +206.664%]
  • 🟥 throughput [-405.243op/s; -370.008op/s] or [-28.216%; -25.763%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net6.0

  • 🟩 execution_time [-131.889µs; -110.636µs] or [-6.681%; -5.604%]
  • 🟩 throughput [+30.697op/s; +36.444op/s] or [+6.060%; +7.194%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+302.158ms; +303.757ms] or [+152.161%; +152.966%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net6.0

  • 🟥 execution_time [+302.934ms; +305.012ms] or [+151.801%; +152.842%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch netcoreapp3.1

  • 🟥 execution_time [+301.436ms; +304.573ms] or [+151.428%; +153.005%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+303.654ms; +305.624ms] or [+152.485%; +153.474%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net6.0

  • 🟥 execution_time [+299.453ms; +301.156ms] or [+148.066%; +148.908%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync netcoreapp3.1

  • 🟥 execution_time [+304.256ms; +307.774ms] or [+154.210%; +155.993%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+301.845ms; +302.989ms] or [+151.499%; +152.073%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net6.0

  • 🟥 execution_time [+298.542ms; +300.404ms] or [+148.796%; +149.724%]
  • 🟩 throughput [+29744.032op/s; +35069.880op/s] or [+5.906%; +6.964%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync netcoreapp3.1

  • 🟥 execution_time [+300.585ms; +303.325ms] or [+149.538%; +150.902%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net6.0

  • 🟩 execution_time [-16.975ms; -13.323ms] or [-7.894%; -6.195%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net472

  • unstable execution_time [+8.981µs; +49.654µs] or [+2.218%; +12.265%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net6.0

  • 🟩 allocated_mem [-19.605KB; -19.585KB] or [-7.152%; -7.144%]
  • unstable execution_time [-23.474µs; +46.470µs] or [-4.639%; +9.185%]
  • unstable throughput [-90.522op/s; +124.271op/s] or [-4.517%; +6.201%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net6.0

  • unstable execution_time [+6.424µs; +10.799µs] or [+15.185%; +25.524%]
  • 🟥 throughput [-4741.561op/s; -2921.120op/s] or [-19.960%; -12.297%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark netcoreapp3.1

  • unstable execution_time [-15.028µs; -8.000µs] or [-23.316%; -12.411%]
  • 🟩 throughput [+2097.699op/s; +3560.449op/s] or [+12.870%; +21.845%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+301.135ms; +303.730ms] or [+152.211%; +153.522%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net6.0

  • 🟥 execution_time [+302.393ms; +304.740ms] or [+153.917%; +155.112%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog netcoreapp3.1

  • 🟥 execution_time [+299.815ms; +301.902ms] or [+150.094%; +151.139%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net6.0

  • 🟩 throughput [+29665.446op/s; +42136.130op/s] or [+5.615%; +7.975%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+299.849ms; +301.873ms] or [+149.448%; +150.457%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net6.0

  • 🟥 execution_time [+301.887ms; +303.294ms] or [+151.593%; +152.300%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog netcoreapp3.1

  • 🟥 execution_time [+304.600ms; +306.951ms] or [+154.474%; +155.666%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.921ms; +300.673ms] or [+149.602%; +149.977%]
  • 🟩 throughput [+61115900.381op/s; +61376243.628op/s] or [+44.508%; +44.698%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net6.0

  • unstable execution_time [+377.824ms; +415.857ms] or [+469.891%; +517.192%]
  • 🟩 throughput [+1070.099op/s; +1239.009op/s] or [+8.272%; +9.578%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore netcoreapp3.1

  • 🟥 execution_time [+299.257ms; +300.156ms] or [+149.263%; +149.711%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net6.0

  • 🟩 throughput [+66077.774op/s; +80070.829op/s] or [+6.169%; +7.476%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope netcoreapp3.1

  • 🟩 throughput [+57580.475op/s; +76542.646op/s] or [+6.665%; +8.860%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan netcoreapp3.1

  • 🟩 throughput [+82497.754op/s; +91165.472op/s] or [+8.193%; +9.054%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net6.0

  • 🟩 throughput [+46049.891op/s; +50592.331op/s] or [+8.362%; +9.187%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes netcoreapp3.1

  • 🟩 throughput [+29258.647op/s; +38947.919op/s] or [+6.549%; +8.718%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • 🟥 throughput [-49215.753op/s; -45214.380op/s] or [-7.203%; -6.617%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net6.0

  • 🟩 throughput [+75039.335op/s; +92350.396op/s] or [+8.384%; +10.318%]

Known flaky benchmarks without significant changes:

  • scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472
  • scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild netcoreapp3.1
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark netcoreapp3.1
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog netcoreapp3.1
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark netcoreapp3.1
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

Copy link
Copy Markdown
Collaborator

@bouwkast bouwkast left a comment

Choose a reason for hiding this comment

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

Nice improvement thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:builds project files, build scripts, pipelines, versioning, releases, packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants