Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Updated AWSSDK.S3 from 4.0.7.11 to 4.0.7.12.

Release notes

Sourced from AWSSDK.S3's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: AWSSDK.S3
  dependency-version: 4.0.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area:dependabot dependabot updates dependencies Pull requests that update a dependency file labels Oct 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 17, 2025 16:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file area:dependabot dependabot updates labels Oct 17, 2025
@pr-commenter
Copy link

pr-commenter bot commented Oct 17, 2025

Benchmarks

Benchmarks Report for benchmark platform 🐌

Benchmarks for #7674 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.122
  • 3 benchmarks are slower, with geometric mean 1.528
  • 8 benchmarks have fewer allocations
  • 6 benchmarks have more allocations

The following thresholds were used for comparing the benchmark speeds:

  • Mann–Whitney U test with statistical test for significance of 5%
  • Only results indicating a difference greater than 10% and 0.3 ns are considered.

Allocation changes below 0.5% are ignored.

Benchmark details

Benchmarks.Trace.ActivityBenchmark - Same speed ✔️ Fewer allocations 🎉

Fewer allocations 🎉 in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.ActivityBenchmark.StartStopWithChild‑net6.0 5.52 KB 5.38 KB -136 B -2.46%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartStopWithChild net6.0 10.8μs 58.8ns 333ns 0 0 0 5.52 KB
master StartStopWithChild netcoreapp3.1 13.8μs 57ns 221ns 0 0 0 5.7 KB
master StartStopWithChild net472 22.2μs 113ns 519ns 0.994 0.331 0.11 6.05 KB
#7674 StartStopWithChild net6.0 10.8μs 56.5ns 283ns 0 0 0 5.38 KB
#7674 StartStopWithChild netcoreapp3.1 14.3μs 69.7ns 279ns 0 0 0 5.7 KB
#7674 StartStopWithChild net472 21.7μs 124ns 876ns 0.994 0.331 0.11 6.06 KB
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Fewer allocations 🎉

Fewer allocations 🎉 in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces‑net472 3.35 KB 3.31 KB -46 B -1.37%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 935μs 227ns 879ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 1.01ms 32.5ns 113ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 1.21ms 2.74μs 10.6μs 0 0 0 3.35 KB
#7674 WriteAndFlushEnrichedTraces net6.0 932μs 130ns 467ns 0 0 0 2.71 KB
#7674 WriteAndFlushEnrichedTraces netcoreapp3.1 1.03ms 214ns 802ns 0 0 0 2.7 KB
#7674 WriteAndFlushEnrichedTraces net472 1.18ms 649ns 2.51μs 0 0 0 3.31 KB
Benchmarks.Trace.Asm.AppSecBodyBenchmark - Same speed ✔️ More allocations ⚠️

More allocations ⚠️ in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody‑net472 206.3 KB 213.03 KB 6.73 KB 3.26%
Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody‑net472 209.85 KB 216.56 KB 6.71 KB 3.20%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master AllCycleSimpleBody net6.0 362μs 268ns 1μs 0 0 0 180.01 KB
master AllCycleSimpleBody netcoreapp3.1 509μs 272ns 1.02μs 0 0 0 185.8 KB
master AllCycleSimpleBody net472 469μs 128ns 496ns 32.4 0 0 206.3 KB
master AllCycleMoreComplexBody net6.0 366μs 862ns 3.34μs 0 0 0 183.53 KB
master AllCycleMoreComplexBody netcoreapp3.1 537μs 2μs 7.74μs 0 0 0 189.23 KB
master AllCycleMoreComplexBody net472 478μs 118ns 443ns 32.4 0 0 209.85 KB
master ObjectExtractorSimpleBody net6.0 330ns 1.75ns 8.92ns 0 0 0 280 B
master ObjectExtractorSimpleBody netcoreapp3.1 397ns 2.11ns 10.9ns 0 0 0 272 B
master ObjectExtractorSimpleBody net472 300ns 0.0483ns 0.187ns 0.0439 0 0 281 B
master ObjectExtractorMoreComplexBody net6.0 6.26μs 31.4ns 133ns 0 0 0 3.78 KB
master ObjectExtractorMoreComplexBody netcoreapp3.1 7.88μs 16.9ns 65.3ns 0 0 0 3.69 KB
master ObjectExtractorMoreComplexBody net472 6.68μs 4.29ns 16.6ns 0.602 0 0 3.8 KB
#7674 AllCycleSimpleBody net6.0 357μs 1.16μs 4.5μs 0 0 0 180.01 KB
#7674 AllCycleSimpleBody netcoreapp3.1 518μs 1.63μs 5.66μs 0 0 0 185.8 KB
#7674 AllCycleSimpleBody net472 478μs 109ns 422ns 32.4 2.31 0 213.03 KB
#7674 AllCycleMoreComplexBody net6.0 368μs 1.41μs 5.47μs 0 0 0 183.53 KB
#7674 AllCycleMoreComplexBody netcoreapp3.1 554μs 1.42μs 5.49μs 0 0 0 189.23 KB
#7674 AllCycleMoreComplexBody net472 486μs 154ns 595ns 33.7 2.4 0 216.56 KB
#7674 ObjectExtractorSimpleBody net6.0 323ns 1.6ns 7.34ns 0 0 0 280 B
#7674 ObjectExtractorSimpleBody netcoreapp3.1 392ns 2.08ns 11.4ns 0 0 0 272 B
#7674 ObjectExtractorSimpleBody net472 295ns 0.0383ns 0.143ns 0.0446 0 0 281 B
#7674 ObjectExtractorMoreComplexBody net6.0 6.37μs 31.2ns 132ns 0 0 0 3.78 KB
#7674 ObjectExtractorMoreComplexBody netcoreapp3.1 7.89μs 33.6ns 130ns 0 0 0 3.69 KB
#7674 ObjectExtractorMoreComplexBody net472 6.63μs 0.81ns 2.92ns 0.597 0 0 3.8 KB
Benchmarks.Trace.Asm.AppSecEncoderBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EncodeArgs net6.0 76μs 150ns 540ns 0 0 0 32.4 KB
master EncodeArgs netcoreapp3.1 96.7μs 192ns 744ns 0 0 0 32.4 KB
master EncodeArgs net472 111μs 31.6ns 118ns 5 0 0 32.5 KB
master EncodeLegacyArgs net6.0 144μs 116ns 447ns 0 0 0 2.14 KB
master EncodeLegacyArgs netcoreapp3.1 196μs 284ns 1.1μs 0 0 0 2.14 KB
master EncodeLegacyArgs net472 261μs 145ns 562ns 0 0 0 2.16 KB
#7674 EncodeArgs net6.0 76.1μs 288ns 1.11μs 0 0 0 32.4 KB
#7674 EncodeArgs netcoreapp3.1 95.8μs 284ns 1.02μs 0 0 0 32.4 KB
#7674 EncodeArgs net472 108μs 18.4ns 71.1ns 4.89 0 0 32.51 KB
#7674 EncodeLegacyArgs net6.0 148μs 28.6ns 107ns 0 0 0 2.14 KB
#7674 EncodeLegacyArgs netcoreapp3.1 196μs 135ns 521ns 0 0 0 2.14 KB
#7674 EncodeLegacyArgs net472 266μs 61.1ns 237ns 0 0 0 2.16 KB
Benchmarks.Trace.Asm.AppSecWafBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunWafRealisticBenchmark net6.0 402μs 66.9ns 241ns 0 0 0 4.55 KB
master RunWafRealisticBenchmark netcoreapp3.1 411μs 642ns 2.49μs 0 0 0 4.48 KB
master RunWafRealisticBenchmark net472 430μs 42.5ns 165ns 0 0 0 4.66 KB
master RunWafRealisticBenchmarkWithAttack net6.0 288μs 43.8ns 170ns 0 0 0 2.24 KB
master RunWafRealisticBenchmarkWithAttack netcoreapp3.1 720μs 6.99μs 69.6μs 0 0 0 2.22 KB
master RunWafRealisticBenchmarkWithAttack net472 311μs 23.2ns 86.9ns 0 0 0 2.29 KB
#7674 RunWafRealisticBenchmark net6.0 391μs 37.4ns 145ns 0 0 0 4.56 KB
#7674 RunWafRealisticBenchmark netcoreapp3.1 428μs 304ns 1.1μs 0 0 0 4.48 KB
#7674 RunWafRealisticBenchmark net472 428μs 62.3ns 241ns 0 0 0 4.66 KB
#7674 RunWafRealisticBenchmarkWithAttack net6.0 287μs 49ns 190ns 0 0 0 2.24 KB
#7674 RunWafRealisticBenchmarkWithAttack netcoreapp3.1 723μs 3.21μs 12.4μs 0 0 0 2.22 KB
#7674 RunWafRealisticBenchmarkWithAttack net472 308μs 43.6ns 151ns 0 0 0 2.29 KB
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendRequest net6.0 61.7μs 90.7ns 351ns 0 0 0 14.52 KB
master SendRequest netcoreapp3.1 71.1μs 79.5ns 275ns 0 0 0 17.42 KB
master SendRequest net472 0.00494ns 0.00179ns 0.00694ns 0 0 0 0 b
#7674 SendRequest net6.0 61.8μs 35.2ns 132ns 0 0 0 14.52 KB
#7674 SendRequest netcoreapp3.1 70.3μs 85.2ns 307ns 0 0 0 17.42 KB
#7674 SendRequest net472 0.00392ns 0.00188ns 0.00727ns 0 0 0 0 b
Benchmarks.Trace.CharSliceBenchmark - Slower ⚠️ More allocations ⚠️

Slower ⚠️ in #7674

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice‑net6.0 1.117 1,340,929.86 1,498,014.58

Faster 🎉 in #7674

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool‑net6.0 1.122 900,525.22 802,808.20

More allocations ⚠️ in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice‑net6.0 4 B 7 B 3 B 75.00%
Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool‑net6.0 3 B 4 B 1 B 33.33%

Fewer allocations 🎉 in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice‑net472 73 B 0 b -73 B -100.00%
Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool‑netcoreapp3.1 1 B 0 b -1 B -100.00%
Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool‑net472 47 B 0 b -47 B -100.00%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master OriginalCharSlice net6.0 1.87ms 4.99μs 19.3μs 0 0 0 640.01 KB
master OriginalCharSlice netcoreapp3.1 2.11ms 5.74μs 21.5μs 0 0 0 640 KB
master OriginalCharSlice net472 2.69ms 394ns 1.47μs 100 0 0 641.95 KB
master OptimizedCharSlice net6.0 1.34ms 171ns 662ns 0 0 0 4 B
master OptimizedCharSlice netcoreapp3.1 1.78ms 234ns 905ns 0 0 0 1 B
master OptimizedCharSlice net472 1.91ms 233ns 903ns 0 0 0 73 B
master OptimizedCharSliceWithPool net6.0 901μs 57.1ns 221ns 0 0 0 3 B
master OptimizedCharSliceWithPool netcoreapp3.1 851μs 71.2ns 257ns 0 0 0 1 B
master OptimizedCharSliceWithPool net472 1.16ms 112ns 420ns 0 0 0 47 B
#7674 OriginalCharSlice net6.0 1.91ms 3.71μs 13.9μs 0 0 0 640.01 KB
#7674 OriginalCharSlice netcoreapp3.1 2.15ms 8.71μs 33.7μs 0 0 0 640 KB
#7674 OriginalCharSlice net472 2.6ms 144ns 518ns 100 0 0 641.95 KB
#7674 OptimizedCharSlice net6.0 1.5ms 112ns 435ns 0 0 0 7 B
#7674 OptimizedCharSlice netcoreapp3.1 1.65ms 306ns 1.15μs 0 0 0 1 B
#7674 OptimizedCharSlice net472 1.89ms 229ns 857ns 0 0 0 0 b
#7674 OptimizedCharSliceWithPool net6.0 803μs 35.9ns 139ns 0 0 0 4 B
#7674 OptimizedCharSliceWithPool netcoreapp3.1 812μs 102ns 397ns 0 0 0 0 b
#7674 OptimizedCharSliceWithPool net472 1.14ms 86.3ns 334ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Slower ⚠️ More allocations ⚠️

Slower ⚠️ in #7674

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑netcoreapp3.1 1.210 640,007.50 774,343.12

More allocations ⚠️ in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑net6.0 41.74 KB 42.16 KB 429 B 1.03%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 691μs 1.1μs 4.26μs 0 0 0 41.74 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 639μs 1.25μs 4.83μs 0 0 0 41.81 KB
master WriteAndFlushEnrichedTraces net472 847μs 2.41μs 9.33μs 8.33 0 0 56.15 KB
#7674 WriteAndFlushEnrichedTraces net6.0 762μs 3.05μs 11.4μs 0 0 0 42.16 KB
#7674 WriteAndFlushEnrichedTraces netcoreapp3.1 783μs 4.21μs 23.1μs 0 0 0 41.98 KB
#7674 WriteAndFlushEnrichedTraces net472 907μs 2.63μs 9.85μs 8.33 0 0 56.15 KB
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteNonQuery net6.0 1.94μs 1.53ns 5.73ns 0 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 2.59μs 11.9ns 47.6ns 0 0 0 1.02 KB
master ExecuteNonQuery net472 2.78μs 3.77ns 14.6ns 0.152 0.0138 0 987 B
#7674 ExecuteNonQuery net6.0 1.91μs 8.48ns 32.8ns 0 0 0 1.02 KB
#7674 ExecuteNonQuery netcoreapp3.1 2.49μs 11.6ns 46.5ns 0 0 0 1.02 KB
#7674 ExecuteNonQuery net472 2.91μs 3.44ns 12.9ns 0.144 0.0144 0 987 B
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.8μs 8.06ns 31.2ns 0 0 0 1.03 KB
master CallElasticsearch netcoreapp3.1 2.36μs 8.3ns 31.1ns 0 0 0 1.03 KB
master CallElasticsearch net472 3.56μs 1.55ns 6.02ns 0.162 0 0 1.04 KB
master CallElasticsearchAsync net6.0 1.95μs 8.96ns 34.7ns 0 0 0 1.01 KB
master CallElasticsearchAsync netcoreapp3.1 2.41μs 11.9ns 49.2ns 0 0 0 1.08 KB
master CallElasticsearchAsync net472 3.66μs 4.62ns 20.1ns 0.165 0 0 1.1 KB
#7674 CallElasticsearch net6.0 1.8μs 1.39ns 5.38ns 0 0 0 1.03 KB
#7674 CallElasticsearch netcoreapp3.1 2.31μs 8.15ns 30.5ns 0 0 0 1.03 KB
#7674 CallElasticsearch net472 3.55μs 2.33ns 8.73ns 0.16 0 0 1.04 KB
#7674 CallElasticsearchAsync net6.0 1.85μs 8.97ns 37ns 0 0 0 1.01 KB
#7674 CallElasticsearchAsync netcoreapp3.1 2.43μs 7.86ns 30.4ns 0 0 0 1.08 KB
#7674 CallElasticsearchAsync net472 3.69μs 2.2ns 7.93ns 0.166 0 0 1.1 KB
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteAsync net6.0 1.79μs 8.22ns 32.9ns 0 0 0 952 B
master ExecuteAsync netcoreapp3.1 2.33μs 2.61ns 9.75ns 0 0 0 952 B
master ExecuteAsync net472 2.55μs 3.37ns 12.6ns 0.139 0 0 915 B
#7674 ExecuteAsync net6.0 1.81μs 3.02ns 11.7ns 0 0 0 952 B
#7674 ExecuteAsync netcoreapp3.1 2.38μs 10.6ns 41.1ns 0 0 0 952 B
#7674 ExecuteAsync net472 2.72μs 3.54ns 13.7ns 0.136 0 0 915 B
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendAsync net6.0 6.93μs 7.99ns 30.9ns 0 0 0 2.36 KB
master SendAsync netcoreapp3.1 8.63μs 29ns 112ns 0 0 0 2.9 KB
master SendAsync net472 12.5μs 5.4ns 19.5ns 0.502 0 0 3.18 KB
#7674 SendAsync net6.0 7.02μs 10.3ns 37.2ns 0 0 0 2.36 KB
#7674 SendAsync netcoreapp3.1 8.51μs 13.5ns 50.4ns 0 0 0 2.9 KB
#7674 SendAsync net472 12.5μs 10.1ns 39.3ns 0.502 0 0 3.18 KB
Benchmarks.Trace.Iast.StringAspectsBenchmark - Slower ⚠️ More allocations ⚠️

Slower ⚠️ in #7674

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑netcoreapp3.1 2.637 509,000.00 1,342,300.00

More allocations ⚠️ in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑netcoreapp3.1 250.21 KB 318.6 KB 68.39 KB 27.33%

Fewer allocations 🎉 in #7674

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net472 286.72 KB 280.22 KB -6.5 KB -2.27%
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark‑net6.0 46.53 KB 43.87 KB -2.66 KB -5.71%
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net6.0 276.1 KB 259.26 KB -16.84 KB -6.10%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StringConcatBenchmark net6.0 45.5μs 249ns 1.88μs 0 0 0 46.53 KB
master StringConcatBenchmark netcoreapp3.1 46.5μs 242ns 1.08μs 0 0 0 42.68 KB
master StringConcatBenchmark net472 56.7μs 85.6ns 296ns 0 0 0 57.34 KB
master StringConcatAspectBenchmark net6.0 479μs 1.35μs 4.68μs 0 0 0 276.1 KB
master StringConcatAspectBenchmark netcoreapp3.1 513μs 2.51μs 10.4μs 0 0 0 250.21 KB
master StringConcatAspectBenchmark net472 397μs 1.21μs 4.37μs 0 0 0 286.72 KB
#7674 StringConcatBenchmark net6.0 42.3μs 209ns 1.2μs 0 0 0 43.87 KB
#7674 StringConcatBenchmark netcoreapp3.1 46.3μs 232ns 1.52μs 0 0 0 42.64 KB
#7674 StringConcatBenchmark net472 58.1μs 136ns 508ns 0 0 0 57.34 KB
#7674 StringConcatAspectBenchmark net6.0 452μs 2.24μs 10.3μs 0 0 0 259.26 KB
#7674 StringConcatAspectBenchmark netcoreapp3.1 1.34ms 1.3μs 4.68μs 0 0 0 318.6 KB
#7674 StringConcatAspectBenchmark net472 397μs 2.26μs 16.5μs 0 0 0 280.22 KB
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 2.6μs 4.62ns 17.9ns 0 0 0 1.7 KB
master EnrichedLog netcoreapp3.1 3.53μs 16.4ns 63.6ns 0 0 0 1.7 KB
master EnrichedLog net472 3.86μs 6.54ns 25.3ns 0.25 0 0 1.64 KB
#7674 EnrichedLog net6.0 2.62μs 3.73ns 14.5ns 0 0 0 1.7 KB
#7674 EnrichedLog netcoreapp3.1 3.54μs 17.3ns 77.6ns 0 0 0 1.71 KB
#7674 EnrichedLog net472 3.85μs 3.32ns 12.9ns 0.25 0 0 1.64 KB
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 123μs 108ns 405ns 0 0 0 4.31 KB
master EnrichedLog netcoreapp3.1 128μs 123ns 461ns 0 0 0 4.31 KB
master EnrichedLog net472 167μs 154ns 596ns 0 0 0 4.52 KB
#7674 EnrichedLog net6.0 124μs 120ns 432ns 0 0 0 4.31 KB
#7674 EnrichedLog netcoreapp3.1 128μs 494ns 1.78μs 0 0 0 4.31 KB
#7674 EnrichedLog net472 166μs 69.6ns 260ns 0 0 0 4.51 KB
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 4.88μs 20.5ns 79.5ns 0 0 0 2.26 KB
master EnrichedLog netcoreapp3.1 6.67μs 20.8ns 80.4ns 0 0 0 2.26 KB
master EnrichedLog net472 7.58μs 6.93ns 26.9ns 0.305 0 0 2.08 KB
#7674 EnrichedLog net6.0 4.92μs 21.1ns 79.1ns 0 0 0 2.26 KB
#7674 EnrichedLog netcoreapp3.1 6.73μs 22.3ns 86.2ns 0 0 0 2.26 KB
#7674 EnrichedLog net472 7.75μs 8.53ns 33.1ns 0.309 0 0 2.08 KB
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendReceive net6.0 1.97μs 10.9ns 63.5ns 0 0 0 1.2 KB
master SendReceive netcoreapp3.1 2.63μs 1.75ns 6.78ns 0 0 0 1.2 KB
master SendReceive net472 3.23μs 7.25ns 28.1ns 0.176 0 0 1.2 KB
#7674 SendReceive net6.0 1.98μs 9.24ns 35.8ns 0 0 0 1.2 KB
#7674 SendReceive netcoreapp3.1 2.61μs 13.5ns 61.7ns 0 0 0 1.2 KB
#7674 SendReceive net472 3.25μs 3.76ns 14.1ns 0.178 0 0 1.2 KB
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 4.26μs 4.41ns 17.1ns 0 0 0 1.58 KB
master EnrichedLog netcoreapp3.1 5.43μs 16.5ns 64ns 0 0 0 1.63 KB
master EnrichedLog net472 6.75μs 12.7ns 49.1ns 0.301 0 0 2.03 KB
#7674 EnrichedLog net6.0 4.23μs 14ns 54.3ns 0 0 0 1.58 KB
#7674 EnrichedLog netcoreapp3.1 5.83μs 14.6ns 56.4ns 0 0 0 1.63 KB
#7674 EnrichedLog net472 6.52μs 4.85ns 17.5ns 0.292 0 0 2.03 KB
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 750ns 2.93ns 11.3ns 0 0 0 576 B
master StartFinishSpan netcoreapp3.1 939ns 4.72ns 20.6ns 0 0 0 576 B
master StartFinishSpan net472 911ns 0.148ns 0.534ns 0.0915 0 0 578 B
master StartFinishScope net6.0 923ns 4.86ns 19.4ns 0 0 0 696 B
master StartFinishScope netcoreapp3.1 1.18μs 6.13ns 31.9ns 0 0 0 696 B
master StartFinishScope net472 1.1μs 0.558ns 2.16ns 0.104 0 0 658 B
#7674 StartFinishSpan net6.0 763ns 3.71ns 15.3ns 0 0 0 576 B
#7674 StartFinishSpan netcoreapp3.1 961ns 4.49ns 17.4ns 0 0 0 576 B
#7674 StartFinishSpan net472 909ns 0.781ns 3.03ns 0.0907 0 0 578 B
#7674 StartFinishScope net6.0 896ns 4.64ns 22.7ns 0 0 0 696 B
#7674 StartFinishScope netcoreapp3.1 1.17μs 5.77ns 25.8ns 0 0 0 696 B
#7674 StartFinishScope net472 1.11μs 0.211ns 0.816ns 0.0999 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 1.05μs 5.4ns 26.5ns 0 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 1.43μs 7.45ns 34.9ns 0 0 0 696 B
master RunOnMethodBegin net472 1.44μs 5.19ns 20.1ns 0.0988 0 0 658 B
#7674 RunOnMethodBegin net6.0 1.03μs 4.96ns 19.8ns 0 0 0 696 B
#7674 RunOnMethodBegin netcoreapp3.1 1.38μs 7.21ns 36.8ns 0 0 0 696 B
#7674 RunOnMethodBegin net472 1.44μs 3.58ns 13.9ns 0.101 0 0 658 B

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Oct 17, 2025

⚠️ Tests

⚠️ Warnings

🧪 3 Tests failed

SubmitsOtlpMetrics from Datadog.Trace.ClrProfiler.IntegrationTests.OpenTelemetrySdkTests (Datadog)
Expected metricsData not to be empty.
SubmitsOtlpMetrics from Datadog.Trace.ClrProfiler.IntegrationTests.OpenTelemetrySdkTests (Datadog)
Expected metricsData not to be empty.
SubmitsTraces from Datadog.Trace.ClrProfiler.IntegrationTests.StackExchangeRedisTests (Datadog)
Results do not match.
Differences:
Received: StackExchangeRedisTests.Latest.SchemaV1.received.txt
Verified: StackExchangeRedisTests.Latest.SchemaV1.verified.txt
Compare Result:
  [
    {
      TraceId: Id_1,
      SpanId: Id_2,
      Name: redis.command,
...

ℹ️ Info

❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 812d2d9 | Docs | Was this helpful? Give us feedback!

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

Labels

area:dependabot dependabot updates dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants