Skip to content

[Code Origin] Fix smoke test path mismatches on macOS and Windows IIS#8659

Merged
dudikeleti merged 1 commit into
masterfrom
dudik/fix-ci-after-code-origin-on
May 20, 2026
Merged

[Code Origin] Fix smoke test path mismatches on macOS and Windows IIS#8659
dudikeleti merged 1 commit into
masterfrom
dudik/fix-ci-after-code-origin-on

Conversation

@dudikeleti

Copy link
Copy Markdown
Contributor

Summary of changes

  • Add /p:PathMap=$(smokeTestAppDir)=/src to the macOS smoke-test publish step in .azure-pipelines/ultimate-pipeline.yml, mirroring the PathMap already used by every Linux/Windows smoke-test Dockerfile.
  • Update tracer/build/smoke_test_snapshots/smoke_test_iis_snapshots.json so _dd.code_origin.frames.0.file is /src/ValuesController.cs (the value the Windows IIS Fleet Dockerfile actually emits).

Reason for change

  • After [Code Origin] DEBUG-4174 - Make Code Origin on by default #8272 (Code Origin on by default), smoke_macos_tool_tests failed on master for all 13 macos* jobs because the macOS pipeline builds AspNetCoreSmokeTest directly on the host (no Docker, no PathMap), so PDB sequence points contained /Users/runner/work/1/s/tracer/test/test-applications/regression/AspNetCoreSmokeTest/ValuesController.cs instead of the snapshot's expected /src/ValuesController.cs.
  • The same PR added /p:PathMap=C:\src=/src to smoke.windows.iis.fleet-installer.dockerfile, so the runtime now emits /src/ValuesController.cs, but smoke_test_iis_snapshots.json was approved with C:\\src\\ValuesController.cs, breaking smoke_win_fleet_tests.

Implementation details

  • macOS: $(smokeTestAppDir) resolves to $(System.DefaultWorkingDirectory)/tracer/test/test-applications/regression/AspNetCoreSmokeTest, so PathMap=$(smokeTestAppDir)=/src rewrites every embedded source path under that directory to /src/.... This matches the layout produced by the Linux WORKDIR /src Dockerfiles, keeping a single shared smoke_test_snapshots.json for all Linux/macOS smoke tests.
  • IIS: only WindowsFleetInstallerIisScenario reads smoke_test_iis_snapshots, and its Dockerfile already applies PathMap=C:\src=/src, so updating the snapshot to /src/ValuesController.cs aligns the expected value with actual runtime output rather than re-introducing a divergent path.
  • No tracer code or runtime behavior changes; this is purely a CI/snapshot fix limited to two files (+2 / -2).

- macOS smoke tests build on the host (no Docker), so add /p:PathMap to
  the publish step so PDB paths emit /src/ValuesController.cs.
- Windows IIS Fleet Dockerfile already remaps via /p:PathMap=C:\src=/src,
  so update smoke_test_iis_snapshots.json to expect /src/ValuesController.cs.

Fixes regressions from #8272 (Code Origin on by default).
@dudikeleti
dudikeleti requested a review from a team as a code owner May 19, 2026 15:21
@github-actions

Copy link
Copy Markdown
Contributor

Snapshots difference summary

The following differences have been observed in committed snapshots. It is meant to help the reviewer.
The diff is simplistic, so please check some files anyway while we improve it.

1 occurrences of :

-        "_dd.code_origin.frames.0.file": "C:\\src\\ValuesController.cs",
+        "_dd.code_origin.frames.0.file": "/src/ValuesController.cs",

@github-actions github-actions Bot added the area:builds project files, build scripts, pipelines, versioning, releases, packages label May 19, 2026

@NachoEchevarria NachoEchevarria left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks!

@dudikeleti
dudikeleti enabled auto-merge (squash) May 19, 2026 15:34

@andrewlock andrewlock left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks, though we don't run the macos tests on PRs currently, so I started a run here to test it: https://dev.azure.com/datadoghq/dd-trace-dotnet/_build/results?buildId=201909&view=results

If that passes, then we can merge this!

@dd-trace-dotnet-ci-bot

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8659) 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
duration74.68 ± (74.68 - 75.25) ms74.11 ± (74.12 - 74.63) ms-0.8%
.NET Framework 4.8 - Bailout
duration77.21 ± (77.07 - 77.43) ms76.66 ± (76.62 - 76.97) ms-0.7%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1102.07 ± (1103.82 - 1111.10) ms1111.29 ± (1110.40 - 1118.72) ms+0.8%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.64 ± (22.58 - 22.69) ms22.55 ± (22.49 - 22.60) ms-0.4%
process.time_to_main_ms85.68 ± (85.42 - 85.93) ms85.21 ± (84.95 - 85.47) ms-0.5%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.89 ± (10.89 - 10.90) MB10.93 ± (10.92 - 10.93) MB+0.3%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.34 ± (22.29 - 22.39) ms22.41 ± (22.36 - 22.46) ms+0.3%✅⬆️
process.time_to_main_ms85.85 ± (85.65 - 86.05) ms86.58 ± (86.38 - 86.78) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.93 ± (10.93 - 10.94) MB10.95 ± (10.95 - 10.96) MB+0.2%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms212.54 ± (211.64 - 213.44) ms212.90 ± (211.94 - 213.87) ms+0.2%✅⬆️
process.time_to_main_ms541.84 ± (540.46 - 543.22) ms542.70 ± (541.50 - 543.90) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.45 ± (48.41 - 48.48) MB48.46 ± (48.43 - 48.48) MB+0.0%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms21.47 ± (21.42 - 21.52) ms21.65 ± (21.59 - 21.72) ms+0.9%✅⬆️
process.time_to_main_ms75.34 ± (75.08 - 75.61) ms75.71 ± (75.41 - 76.00) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.62 ± (10.62 - 10.62) MB10.64 ± (10.64 - 10.64) MB+0.2%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms21.59 ± (21.53 - 21.64) ms21.15 ± (21.11 - 21.19) ms-2.0%
process.time_to_main_ms77.30 ± (77.02 - 77.58) ms74.06 ± (73.90 - 74.23) ms-4.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.74 ± (10.74 - 10.74) MB10.75 ± (10.74 - 10.75) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms373.37 ± (371.33 - 375.41) ms370.27 ± (367.53 - 373.00) ms-0.8%
process.time_to_main_ms550.65 ± (549.35 - 551.96) ms550.10 ± (548.67 - 551.53) ms-0.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.00 ± (49.97 - 50.02) MB49.99 ± (49.97 - 50.02) MB-0.0%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.2%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms19.21 ± (19.18 - 19.25) ms19.44 ± (19.40 - 19.49) ms+1.2%✅⬆️
process.time_to_main_ms71.74 ± (71.60 - 71.89) ms72.91 ± (72.67 - 73.15) ms+1.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.65 ± (7.64 - 7.65) MB7.68 ± (7.68 - 7.69) MB+0.5%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.58 ± (19.53 - 19.63) ms19.82 ± (19.76 - 19.87) ms+1.2%✅⬆️
process.time_to_main_ms76.06 ± (75.75 - 76.37) ms76.84 ± (76.60 - 77.09) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.70 ± (7.70 - 7.71) MB7.74 ± (7.73 - 7.74) MB+0.4%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms295.65 ± (293.33 - 297.97) ms296.99 ± (294.92 - 299.07) ms+0.5%✅⬆️
process.time_to_main_ms498.84 ± (497.64 - 500.04) ms497.88 ± (496.79 - 498.97) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.90 ± (36.87 - 36.92) MB36.97 ± (36.94 - 37.00) MB+0.2%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.0%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration201.77 ± (201.59 - 202.48) ms201.39 ± (201.19 - 201.99) ms-0.2%
.NET Framework 4.8 - Bailout
duration204.67 ± (204.05 - 205.02) ms204.58 ± (204.45 - 205.21) ms-0.0%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1194.56 ± (1194.22 - 1200.59) ms1202.54 ± (1202.45 - 1208.63) ms+0.7%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms194.58 ± (194.07 - 195.09) ms195.52 ± (195.10 - 195.95) ms+0.5%✅⬆️
process.time_to_main_ms83.73 ± (83.49 - 83.96) ms84.13 ± (83.85 - 84.41) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.11 ± (16.09 - 16.13) MB16.02 ± (16.00 - 16.04) MB-0.5%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.1%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms194.14 ± (193.68 - 194.60) ms195.41 ± (195.03 - 195.79) ms+0.7%✅⬆️
process.time_to_main_ms85.50 ± (85.22 - 85.77) ms85.86 ± (85.58 - 86.14) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.14 ± (16.12 - 16.16) MB16.02 ± (15.99 - 16.05) MB-0.7%
runtime.dotnet.threads.count21 ± (20 - 21)21 ± (20 - 21)-0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms387.90 ± (386.63 - 389.18) ms388.29 ± (386.79 - 389.78) ms+0.1%✅⬆️
process.time_to_main_ms535.40 ± (534.31 - 536.48) ms538.65 ± (537.45 - 539.85) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed57.74 ± (57.52 - 57.96) MB58.05 ± (57.83 - 58.27) MB+0.5%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.0%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms198.41 ± (197.89 - 198.92) ms199.76 ± (199.23 - 200.29) ms+0.7%✅⬆️
process.time_to_main_ms72.72 ± (72.44 - 73.00) ms73.31 ± (73.04 - 73.57) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.33 ± (16.30 - 16.36) MB16.35 ± (16.33 - 16.38) MB+0.2%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.4%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms197.69 ± (197.22 - 198.15) ms199.82 ± (199.35 - 200.28) ms+1.1%✅⬆️
process.time_to_main_ms73.34 ± (73.08 - 73.61) ms74.41 ± (74.17 - 74.64) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.47 ± (16.44 - 16.50) MB16.44 ± (16.40 - 16.47) MB-0.2%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+1.5%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms583.70 ± (581.47 - 585.93) ms584.65 ± (581.87 - 587.43) ms+0.2%✅⬆️
process.time_to_main_ms543.08 ± (541.97 - 544.19) ms549.67 ± (548.26 - 551.08) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.01 ± (60.92 - 61.09) MB61.24 ± (61.13 - 61.34) MB+0.4%✅⬆️
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.2%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms195.97 ± (195.51 - 196.44) ms196.49 ± (195.98 - 197.00) ms+0.3%✅⬆️
process.time_to_main_ms71.72 ± (71.51 - 71.93) ms72.22 ± (71.90 - 72.54) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.66 ± (11.64 - 11.68) MB11.71 ± (11.69 - 11.73) MB+0.4%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)-0.3%
.NET 8 - Bailout
process.internal_duration_ms195.69 ± (195.21 - 196.18) ms195.50 ± (194.99 - 196.02) ms-0.1%
process.time_to_main_ms73.15 ± (72.95 - 73.36) ms72.66 ± (72.46 - 72.87) ms-0.7%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.70 ± (11.68 - 11.72) MB11.75 ± (11.73 - 11.77) MB+0.4%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)-0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms512.24 ± (509.94 - 514.54) ms510.65 ± (507.92 - 513.39) ms-0.3%
process.time_to_main_ms490.92 ± (490.10 - 491.75) ms494.12 ± (493.26 - 494.98) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.66 ± (50.62 - 50.70) MB50.60 ± (50.56 - 50.64) MB-0.1%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (29 - 30)-0.8%
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 (8659) - mean (74ms)  : 71, 78
    master - mean (75ms)  : 71, 79

    section Bailout
    This PR (8659) - mean (77ms)  : 75, 79
    master - mean (77ms)  : 75, 80

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (1,115ms)  : 1055, 1174
    master - mean (1,107ms)  : 1054, 1161

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 (8659) - mean (115ms)  : 109, 121
    master - mean (116ms)  : 111, 121

    section Bailout
    This PR (8659) - mean (116ms)  : 113, 119
    master - mean (115ms)  : 112, 118

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (792ms)  : 767, 817
    master - mean (793ms)  : 766, 820

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8659) - mean (104ms)  : 98, 110
    master - mean (104ms)  : 99, 109

    section Bailout
    This PR (8659) - mean (102ms)  : 99, 104
    master - mean (106ms)  : 101, 111

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (950ms)  : 904, 996
    master - mean (958ms)  : 921, 995

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

    section Bailout
    This PR (8659) - mean (105ms)  : 101, 109
    master - mean (104ms)  : 97, 110

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (825ms)  : 781, 868
    master - mean (824ms)  : 777, 872

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 (8659) - mean (202ms)  : 197, 206
    master - mean (202ms)  : 196, 208

    section Bailout
    This PR (8659) - mean (205ms)  : 201, 208
    master - mean (205ms)  : 199, 210

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (1,206ms)  : 1162, 1249
    master - mean (1,197ms)  : 1151, 1244

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 (8659) - mean (289ms)  : 279, 299
    master - mean (287ms)  : 277, 298

    section Bailout
    This PR (8659) - mean (290ms)  : 286, 295
    master - mean (289ms)  : 280, 297

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (965ms)  : 941, 989
    master - mean (963ms)  : 945, 981

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8659) - mean (282ms)  : 275, 288
    master - mean (279ms)  : 271, 287

    section Bailout
    This PR (8659) - mean (283ms)  : 277, 289
    master - mean (280ms)  : 274, 285

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (1,165ms)  : 1130, 1200
    master - mean (1,157ms)  : 1122, 1193

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8659) - mean (278ms)  : 272, 284
    master - mean (278ms)  : 271, 285

    section Bailout
    This PR (8659) - mean (278ms)  : 270, 286
    master - mean (279ms)  : 272, 285

    section CallTarget+Inlining+NGEN
    This PR (8659) - mean (1,037ms)  : 997, 1077
    master - mean (1,035ms)  : 999, 1072

Loading

@datadog-prod-us1-6

datadog-prod-us1-6 Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 14 Pipeline jobs failed

consolidated-pipeline | macos macOS-15-arm64_net6.0   View in Datadog

🔄 Retry job. This looks flaky and may succeed on retry. Artifact runner-dotnet-tool was not found for build 201909 and path does not exist: /Users/runner/work/1/s/artifacts/build_data.

consolidated-pipeline | macos macos-14_net10.0   View in Datadog

🔄 Retry job. This looks flaky and may succeed on retry. Artifact 'runner-dotnet-tool' was not found after multiple attempts.

consolidated-pipeline | macos macos-14_net5.0   View in Datadog

🔄 Retry job. This looks flaky and may succeed on retry. Artifact runner-dotnet-tool could not be found after multiple attempts; path does not exist: /Users/runner/work/1/s/artifacts/build_data.

View all 14 failed jobs.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 40dc31c | Docs | Datadog PR Page | Give us feedback!

@pr-commenter

pr-commenter Bot commented May 19, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-05-19 16:21:35

Comparing candidate commit 40dc31c in PR branch dudik/fix-ci-after-code-origin-on with baseline commit 5770ca1 in branch master.

Some scenarios are present only in baseline or only in candidate runs. If you didn't create or remove some scenarios in your branch, this maybe a sign of crashed benchmarks 💥💥💥
Check Gitlab CI job log to find if any benchmark has crashed.

Scenarios present only in baseline:

  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan net472
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan net472
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net6.0
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net472
  • Benchmarks.OpenTelemetry.Api.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • Benchmarks.OpenTelemetry.Api.Trace.ActivityBenchmark.StartSpan netcoreapp3.1

Found 1 performance improvements and 3 performance regressions! Performance is the same for 49 metrics, 19 unstable metrics, 88 known flaky benchmarks, 38 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 ----------------------------------'

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TracerBenchmark.StartSpan_GetCurrentSpan net6.0

  • 🟥 allocated_mem [+143 bytes; +144 bytes] or [+10.108%; +10.117%]

scenario:Benchmarks.Trace.HttpClientBenchmark.SendAsync net6.0

  • 🟥 throughput [-79489.626op/s; -72216.973op/s] or [-53.999%; -49.058%]

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

  • 🟥 throughput [-54206.509op/s; -38171.728op/s] or [-27.179%; -19.139%]
  • 🟩 execution_time [-76.811ms; -58.482ms] or [-38.845%; -29.576%]

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.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net6.0

  • unstable execution_time [+31.208ms; +54.469ms] or [+27.577%; +48.132%]
  • unstable throughput [-30761.570op/s; -9213.800op/s] or [-14.621%; -4.379%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan netcoreapp3.1

  • unstable execution_time [-42.138ms; -2.919ms] or [-31.747%; -2.199%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net6.0

  • unstable execution_time [+22.209ms; +54.147ms] or [+19.390%; +47.275%]
  • unstable throughput [-28696.417op/s; -9639.330op/s] or [-17.971%; -6.037%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net6.0

  • unstable execution_time [-24.730ms; +3.230ms] or [-17.090%; +2.232%]
  • unstable throughput [+14343.821op/s; +41355.642op/s] or [+9.690%; +27.939%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net6.0

  • unstable execution_time [-30.595ms; +9.244ms] or [-17.403%; +5.258%]
  • unstable throughput [+10694.525op/s; +31489.985op/s] or [+10.559%; +31.091%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1

  • unstable execution_time [+10.158ms; +35.431ms] or [+11.136%; +38.844%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net6.0

  • unstable execution_time [-4.376ms; +27.084ms] or [-3.039%; +18.807%]
  • unstable throughput [+24257.990op/s; +47659.135op/s] or [+15.958%; +31.352%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1

  • unstable execution_time [-34.781ms; -9.524ms] or [-31.241%; -8.555%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net6.0

  • unstable execution_time [-41.833ms; -15.637ms] or [-26.074%; -9.746%]
  • unstable throughput [+22305.901op/s; +50373.533op/s] or [+16.170%; +36.516%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net6.0

  • unstable execution_time [-55.332ms; -22.326ms] or [-31.564%; -12.736%]
  • unstable throughput [+57758.415op/s; +77462.764op/s] or [+49.049%; +65.782%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan netcoreapp3.1

  • unstable execution_time [-19.667ms; +23.489ms] or [-14.883%; +17.775%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net6.0

  • unstable execution_time [-46.525ms; -17.047ms] or [-29.602%; -10.846%]
  • unstable throughput [+29874.091op/s; +48217.726op/s] or [+26.043%; +42.034%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1

  • unstable execution_time [+8.620ms; +33.003ms] or [+9.720%; +37.216%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net6.0

  • 🟥 allocated_mem [+143 bytes; +144 bytes] or [+10.108%; +10.117%]
  • unstable execution_time [-12.065ms; +26.521ms] or [-8.464%; +18.606%]
  • unstable throughput [-6223.048op/s; +22239.394op/s] or [-4.484%; +16.026%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1

  • unstable execution_time [-35.918ms; -10.858ms] or [-32.198%; -9.733%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net6.0

  • 🟩 allocated_mem [-144 bytes; -143 bytes] or [-5.210%; -5.202%]
  • unstable execution_time [-81.341ms; -54.302ms] or [-47.556%; -31.748%]
  • unstable throughput [+54287.889op/s; +74969.606op/s] or [+72.435%; +100.030%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled netcoreapp3.1

  • unstable execution_time [-36.241ms; -10.021ms] or [-32.589%; -9.011%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net6.0

  • unstable execution_time [+46.129ms; +81.805ms] or [+33.412%; +59.254%]
  • unstable throughput [-30997.394op/s; -12576.790op/s] or [-26.333%; -10.684%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net6.0

  • 🟩 allocated_mem [-144 bytes; -143 bytes] or [-8.741%; -8.734%]
  • unstable execution_time [-65.074ms; -45.107ms] or [-36.845%; -25.540%]
  • unstable throughput [+55335.762op/s; +70054.852op/s] or [+55.165%; +69.839%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1

  • unstable execution_time [+12.042ms; +36.111ms] or [+13.840%; +41.505%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net6.0

  • 🟥 allocated_mem [+143 bytes; +144 bytes] or [+10.108%; +10.117%]
  • unstable execution_time [+1.571ms; +25.389ms] or [+1.226%; +19.815%]
  • unstable throughput [+11417.621op/s; +28067.557op/s] or [+7.257%; +17.839%]

scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1

  • unstable execution_time [-15.384ms; +20.186ms] or [-14.122%; +18.529%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472

  • 🟥 throughput [-6995.343op/s; -6095.947op/s] or [-8.294%; -7.228%]

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

  • 🟩 execution_time [-86.546ms; -75.615ms] or [-43.178%; -37.725%]
  • 🟥 throughput [-33250.503op/s; -23694.212op/s] or [-27.948%; -19.916%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild netcoreapp3.1

  • unstable execution_time [-53.147ms; -24.654ms] or [-26.731%; -12.400%]
  • 🟥 throughput [-6349.111op/s; -5038.907op/s] or [-6.456%; -5.123%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+310.620ms; +326.631ms] or [+154.140%; +162.086%]
  • 🟥 throughput [-56.553op/s; -44.149op/s] or [-10.175%; -7.943%]

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

  • unstable execution_time [+131.661ms; +184.326ms] or [+104.021%; +145.629%]
  • unstable throughput [-76.729op/s; +15.968op/s] or [-10.116%; +2.105%]

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

  • 🟥 execution_time [+84.300ms; +84.933ms] or [+74.603%; +75.162%]

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

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.528%; +27.540%]

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

  • 🟥 allocated_mem [+439 bytes; +440 bytes] or [+9.299%; +9.310%]
  • 🟩 execution_time [-64.158ms; -45.804ms] or [-29.964%; -21.392%]
  • unstable throughput [-21677.761op/s; -7558.674op/s] or [-15.824%; -5.517%]

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

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

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.743%; +105.758%]
  • 🟥 throughput [-269181.395op/s; -263759.715op/s] or [-27.485%; -26.931%]

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

  • 🟥 allocated_mem [+439 bytes; +440 bytes] or [+35.945%; +35.954%]
  • 🟩 execution_time [-108.660ms; -87.658ms] or [-48.458%; -39.092%]
  • unstable throughput [-165068.437op/s; -65512.270op/s] or [-17.635%; -6.999%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.288%; +105.304%]
  • 🟩 execution_time [-89.109ms; -84.671ms] or [-44.480%; -42.264%]
  • 🟥 throughput [-121085.159op/s; -104388.913op/s] or [-17.398%; -14.999%]

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

  • 🟥 throughput [-33795.359op/s; -18202.986op/s] or [-21.503%; -11.582%]

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

  • 🟩 execution_time [-70.504ms; -66.451ms] or [-35.946%; -33.879%]
  • 🟩 throughput [+10391.807op/s; +13102.810op/s] or [+8.278%; +10.438%]

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

  • 🟩 execution_time [-65.572ms; -49.761ms] or [-32.420%; -24.603%]

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

  • unstable execution_time [-64.291ms; -38.856ms] or [-29.636%; -17.911%]
  • 🟩 throughput [+170342.526op/s; +227643.245op/s] or [+6.761%; +9.036%]

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

  • 🟥 execution_time [+301.779ms; +315.984ms] or [+150.789%; +157.886%]

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

  • unstable execution_time [+140.211ms; +177.712ms] or [+70.709%; +89.620%]

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

  • unstable execution_time [+252.052ms; +289.222ms] or [+126.964%; +145.687%]

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

  • 🟥 execution_time [+298.169ms; +311.845ms] or [+146.449%; +153.166%]

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

  • 🟥 execution_time [+239.793ms; +246.758ms] or [+117.226%; +120.631%]

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

  • 🟥 execution_time [+288.668ms; +302.455ms] or [+144.276%; +151.167%]

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

  • 🟥 execution_time [+19.533µs; +43.128µs] or [+6.236%; +13.769%]
  • 🟥 throughput [-404.705op/s; -206.120op/s] or [-12.616%; -6.425%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+299.930ms; +300.632ms] or [+149.696%; +150.046%]

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

  • unstable execution_time [+359.203ms; +372.483ms] or [+390.289%; +404.718%]
  • 🟥 throughput [-7022.582op/s; -6855.090op/s] or [-57.706%; -56.329%]

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

  • unstable execution_time [+264.184ms; +325.234ms] or [+200.592%; +246.947%]
  • 🟥 throughput [-1763.672op/s; -1507.000op/s] or [-17.073%; -14.589%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+297.017ms; +313.231ms] or [+136.565%; +144.020%]
  • 🟥 throughput [-682.672op/s; -665.014op/s] or [-61.857%; -60.257%]

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

  • unstable execution_time [-54.173ms; +79.750ms] or [-23.086%; +33.986%]
  • 🟥 throughput [-697.720op/s; -605.297op/s] or [-46.538%; -40.374%]

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

  • 🟥 allocated_mem [+2.305KB; +2.308KB] or [+5.442%; +5.450%]
  • 🟥 execution_time [+343.846ms; +353.074ms] or [+205.660%; +211.179%]
  • 🟥 throughput [-726.997op/s; -692.479op/s] or [-50.620%; -48.216%]

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

  • 🟩 execution_time [-68.870µs; -62.260µs] or [-6.387%; -5.774%]
  • 🟩 throughput [+57.070op/s; +63.138op/s] or [+6.153%; +6.808%]

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

  • 🟩 execution_time [-228.023µs; -207.570µs] or [-11.551%; -10.515%]
  • 🟩 throughput [+59.830op/s; +66.279op/s] or [+11.811%; +13.084%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+306.159ms; +318.672ms] or [+154.176%; +160.477%]

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

  • 🟥 execution_time [+247.043ms; +261.766ms] or [+123.793%; +131.172%]

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

  • 🟥 execution_time [+300.840ms; +305.749ms] or [+151.129%; +153.596%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+303.093ms; +316.703ms] or [+152.203%; +159.038%]

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

  • 🟥 execution_time [+227.546ms; +247.264ms] or [+112.511%; +122.261%]

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

  • 🟥 execution_time [+305.764ms; +313.339ms] or [+154.975%; +158.814%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+305.667ms; +318.081ms] or [+153.417%; +159.648%]

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

  • 🟥 execution_time [+304.280ms; +311.111ms] or [+151.656%; +155.060%]
  • 🟩 throughput [+46779.296op/s; +56091.006op/s] or [+9.289%; +11.138%]

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

  • 🟥 execution_time [+300.363ms; +306.894ms] or [+149.428%; +152.677%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • 🟥 throughput [-14766.933op/s; -12871.097op/s] or [-5.938%; -5.176%]

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

  • unstable throughput [-172686.002op/s; -118815.889op/s] or [-47.373%; -32.595%]

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

  • unstable execution_time [-72.451ms; -43.468ms] or [-36.343%; -21.804%]

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

  • 🟩 allocated_mem [-25.540KB; -25.516KB] or [-9.316%; -9.308%]
  • unstable execution_time [-72.715µs; -16.334µs] or [-14.372%; -3.228%]
  • unstable throughput [+86.845op/s; +294.183op/s] or [+4.334%; +14.680%]

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

  • 🟩 allocated_mem [-27.857KB; -27.838KB] or [-10.155%; -10.148%]
  • 🟩 execution_time [-87.385µs; -30.700µs] or [-15.143%; -5.320%]
  • 🟩 throughput [+112.737op/s; +269.718op/s] or [+6.441%; +15.409%]

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

  • unstable execution_time [+2.052µs; +6.786µs] or [+4.851%; +16.040%]

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

  • unstable execution_time [-14.400µs; -5.202µs] or [-22.341%; -8.071%]
  • unstable throughput [+1575.501op/s; +3509.445op/s] or [+9.666%; +21.532%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+304.935ms; +318.583ms] or [+154.131%; +161.029%]

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

  • 🟥 execution_time [+305.324ms; +310.891ms] or [+155.409%; +158.243%]

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

  • 🟥 execution_time [+301.881ms; +306.680ms] or [+151.129%; +153.531%]

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

  • unstable execution_time [-98.478ms; -76.297ms] or [-49.224%; -38.137%]
  • unstable throughput [-83852.284op/s; -21536.344op/s] or [-15.871%; -4.076%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1

  • unstable execution_time [-31.160ms; -6.068ms] or [-15.795%; -3.076%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+301.444ms; +315.474ms] or [+150.243%; +157.235%]

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

  • unstable execution_time [+198.851ms; +257.332ms] or [+99.853%; +129.220%]

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

  • 🟥 execution_time [+305.741ms; +312.027ms] or [+155.052%; +158.240%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.823ms; +300.764ms] or [+149.553%; +150.023%]
  • 🟩 throughput [+60278481.188op/s; +60613856.029op/s] or [+43.899%; +44.143%]

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

  • unstable execution_time [+368.742ms; +380.798ms] or [+458.597%; +473.591%]
  • 🟥 throughput [-7490.202op/s; -7284.734op/s] or [-57.903%; -56.315%]

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

  • 🟥 execution_time [+303.249ms; +305.949ms] or [+151.254%; +152.600%]
  • 🟥 throughput [-30095316.225op/s; -28843550.330op/s] or [-13.330%; -12.776%]

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

  • unstable execution_time [-96.332ms; -72.839ms] or [-47.182%; -35.675%]
  • unstable throughput [-97965.202op/s; +32297.557op/s] or [-9.147%; +3.016%]

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

  • unstable execution_time [-70.685ms; -45.065ms] or [-35.767%; -22.803%]

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

  • unstable execution_time [-76.519ms; -41.786ms] or [-39.867%; -21.771%]
  • unstable throughput [-159356.952op/s; +29033.199op/s] or [-12.335%; +2.247%]

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

  • unstable execution_time [-54.112ms; -27.854ms] or [-26.586%; -13.685%]
  • 🟩 throughput [+67775.625op/s; +82589.718op/s] or [+6.731%; +8.202%]

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

  • 🟩 execution_time [-89.224ms; -69.861ms] or [-44.558%; -34.888%]
  • unstable throughput [-46293.870op/s; +13604.343op/s] or [-8.406%; +2.470%]

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

  • unstable execution_time [-87.403ms; -66.109ms] or [-43.915%; -33.216%]
  • 🟩 throughput [+22891.585op/s; +32676.361op/s] or [+5.124%; +7.314%]

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

  • unstable execution_time [-96.250ms; -72.270ms] or [-48.142%; -36.148%]
  • unstable throughput [-85895.482op/s; +28278.672op/s] or [-9.597%; +3.159%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

  • unstable execution_time [-53.622ms; -25.512ms] or [-27.234%; -12.957%]

Known flaky benchmarks without significant changes:

  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net472
  • 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 netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net472
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

@dudikeleti
dudikeleti disabled auto-merge May 19, 2026 16:28
@dudikeleti
dudikeleti merged commit a65b16e into master May 20, 2026
136 of 138 checks passed
@dudikeleti
dudikeleti deleted the dudik/fix-ci-after-code-origin-on branch May 20, 2026 07:02
@github-actions github-actions Bot added this to the vNext-v3 milestone May 20, 2026
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.

3 participants