Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APM] Exclude windows only definitions from non windows dlls #6270

Open
wants to merge 3 commits into
base: dani/apm/NativeCallTargets
Choose a base branch
from

Conversation

daniel-romano-DD
Copy link
Contributor

@daniel-romano-DD daniel-romano-DD commented Nov 11, 2024

Summary of changes

Remove windows only definitions from non windows dlls

Reason for change

Defs take up space. Removing non needed ones will help keep package size as low as possible

Implementation details

Surround windows only defs in #if _WIN32 clauses

Test coverage

Other details

@daniel-romano-DD daniel-romano-DD changed the base branch from master to dani/apm/NativeCallTargets November 11, 2024 16:59
Copy link
Contributor Author

daniel-romano-DD commented Nov 11, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@daniel-romano-DD daniel-romano-DD added area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations) area:native-library Automatic instrumentation native C++ code (Datadog.Trace.ClrProfiler.Native) area:asm-iast area:builds project files, build scripts, pipelines, versioning, releases, packages labels Nov 11, 2024
@daniel-romano-DD daniel-romano-DD marked this pull request as ready for review November 11, 2024 17:06
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Nov 11, 2024

Datadog Report

Branch report: dani/apm/SkipNetFxDefsInLinux
Commit report: 05ae16a
Test service: dd-trace-dotnet

✅ 0 Failed, 39774 Passed, 113 Skipped, 59m 30.3s Total Time

@andrewlock
Copy link
Member

andrewlock commented Nov 11, 2024

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing the following branches/commits:

Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:

  • 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).

gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6270) - mean (72ms)  : 63, 82
     .   : milestone, 72,
    master - mean (72ms)  : 64, 80
     .   : milestone, 72,

    section CallTarget+Inlining+NGEN
    This PR (6270) - mean (985ms)  : 961, 1010
     .   : milestone, 985,
    master - mean (1,107ms)  : 1088, 1127
     .   : milestone, 1107,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6270) - mean (109ms)  : 106, 111
     .   : milestone, 109,
    master - mean (107ms)  : 105, 110
     .   : milestone, 107,

    section CallTarget+Inlining+NGEN
    This PR (6270) - mean (688ms)  : 673, 703
     .   : milestone, 688,
    master - mean (767ms)  : 746, 787
     .   : milestone, 767,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6270) - mean (92ms)  : 89, 94
     .   : milestone, 92,
    master - mean (92ms)  : 90, 94
     .   : milestone, 92,

    section CallTarget+Inlining+NGEN
    This PR (6270) - mean (634ms)  : 615, 653
     .   : milestone, 634,
    master - mean (722ms)  : 711, 733
     .   : milestone, 722,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6270) - mean (190ms)  : 186, 194
     .   : milestone, 190,
    master - mean (190ms)  : 185, 196
     .   : milestone, 190,

    section CallTarget+Inlining+NGEN
    This PR (6270) - mean (1,094ms)  : 1067, 1121
     .   : milestone, 1094,
    master - mean (1,212ms)  : 1193, 1232
     .   : milestone, 1212,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6270) - mean (276ms)  : 271, 281
     .   : milestone, 276,
    master - mean (276ms)  : 272, 280
     .   : milestone, 276,

    section CallTarget+Inlining+NGEN
    This PR (6270) - mean (875ms)  : 841, 908
     .   : milestone, 875,
    master - mean (946ms)  : 923, 969
     .   : milestone, 946,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6270) - mean (265ms)  : 262, 269
     .   : milestone, 265,
    master - mean (265ms)  : 260, 270
     .   : milestone, 265,

    section CallTarget+Inlining+NGEN
    This PR (6270) - mean (845ms)  : 809, 882
     .   : milestone, 845,
    master - mean (926ms)  : 910, 942
     .   : milestone, 926,

Loading

@andrewlock
Copy link
Member

andrewlock commented Nov 11, 2024

Benchmarks Report for appsec 🐌

Benchmarks for #6270 compared to master:

  • All benchmarks have the same speed
  • 2 benchmarks have fewer allocations
  • 2 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.Asm.AppSecBodyBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master AllCycleSimpleBody net6.0 72.3μs 67.8ns 263ns 0.0716 0 0 6 KB
master AllCycleSimpleBody netcoreapp3.1 62.5μs 58.7ns 220ns 0.0938 0 0 6.95 KB
master AllCycleSimpleBody net472 49.1μs 72ns 279ns 1.31 0 0 8.33 KB
master AllCycleMoreComplexBody net6.0 78.4μs 55ns 213ns 0.117 0 0 9.51 KB
master AllCycleMoreComplexBody netcoreapp3.1 69.4μs 56.4ns 211ns 0.139 0 0 10.36 KB
master AllCycleMoreComplexBody net472 56.5μs 85.2ns 330ns 1.87 0.0283 0 11.85 KB
master ObjectExtractorSimpleBody net6.0 145ns 0.12ns 0.448ns 0.00395 0 0 280 B
master ObjectExtractorSimpleBody netcoreapp3.1 209ns 0.137ns 0.494ns 0.00369 0 0 272 B
master ObjectExtractorSimpleBody net472 171ns 0.0861ns 0.334ns 0.0446 0 0 281 B
master ObjectExtractorMoreComplexBody net6.0 3.04μs 2.64ns 9.86ns 0.0533 0 0 3.78 KB
master ObjectExtractorMoreComplexBody netcoreapp3.1 3.91μs 3.08ns 11.9ns 0.0507 0 0 3.69 KB
master ObjectExtractorMoreComplexBody net472 4.36μs 1.92ns 7.44ns 0.601 0.00656 0 3.8 KB
#6270 AllCycleSimpleBody net6.0 73.2μs 125ns 484ns 0.0747 0 0 6.01 KB
#6270 AllCycleSimpleBody netcoreapp3.1 63.1μs 65.6ns 245ns 0.0939 0 0 6.95 KB
#6270 AllCycleSimpleBody net472 49.2μs 44.1ns 165ns 1.32 0 0 8.34 KB
#6270 AllCycleMoreComplexBody net6.0 79.5μs 58.9ns 228ns 0.119 0 0 9.51 KB
#6270 AllCycleMoreComplexBody netcoreapp3.1 71.1μs 74.4ns 288ns 0.107 0 0 10.37 KB
#6270 AllCycleMoreComplexBody net472 55.6μs 42.8ns 160ns 1.86 0.0278 0 11.85 KB
#6270 ObjectExtractorSimpleBody net6.0 150ns 0.132ns 0.512ns 0.00392 0 0 280 B
#6270 ObjectExtractorSimpleBody netcoreapp3.1 209ns 0.267ns 0.999ns 0.00377 0 0 272 B
#6270 ObjectExtractorSimpleBody net472 165ns 0.099ns 0.383ns 0.0446 0 0 281 B
#6270 ObjectExtractorMoreComplexBody net6.0 3.12μs 2.03ns 7.6ns 0.0531 0 0 3.78 KB
#6270 ObjectExtractorMoreComplexBody netcoreapp3.1 3.87μs 2.76ns 9.96ns 0.0506 0 0 3.69 KB
#6270 ObjectExtractorMoreComplexBody net472 4.46μs 3.52ns 13.6ns 0.602 0.00666 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 38.2μs 26.2ns 102ns 0.454 0 0 32.4 KB
master EncodeArgs netcoreapp3.1 54.3μs 36.7ns 142ns 0.432 0 0 32.4 KB
master EncodeArgs net472 66.4μs 27.9ns 104ns 5.15 0.0661 0 32.5 KB
master EncodeLegacyArgs net6.0 76.2μs 407ns 2.11μs 0 0 0 2.14 KB
master EncodeLegacyArgs netcoreapp3.1 109μs 254ns 983ns 0 0 0 2.14 KB
master EncodeLegacyArgs net472 154μs 97.1ns 376ns 0.31 0 0 2.15 KB
#6270 EncodeArgs net6.0 37.4μs 23.7ns 88.7ns 0.45 0 0 32.4 KB
#6270 EncodeArgs netcoreapp3.1 54μs 44.6ns 167ns 0.44 0 0 32.4 KB
#6270 EncodeArgs net472 67.6μs 19ns 65.8ns 5.16 0.0675 0 32.5 KB
#6270 EncodeLegacyArgs net6.0 73μs 123ns 478ns 0 0 0 2.14 KB
#6270 EncodeLegacyArgs netcoreapp3.1 105μs 174ns 674ns 0 0 0 2.14 KB
#6270 EncodeLegacyArgs net472 154μs 154ns 597ns 0.308 0 0 2.15 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 185μs 60.9ns 236ns 0 0 0 2.44 KB
master RunWafRealisticBenchmark netcoreapp3.1 198μs 238ns 921ns 0 0 0 2.39 KB
master RunWafRealisticBenchmark net472 210μs 141ns 545ns 0.315 0 0 2.46 KB
master RunWafRealisticBenchmarkWithAttack net6.0 122μs 106ns 381ns 0 0 0 1.47 KB
master RunWafRealisticBenchmarkWithAttack netcoreapp3.1 130μs 155ns 598ns 0 0 0 1.46 KB
master RunWafRealisticBenchmarkWithAttack net472 138μs 42.5ns 153ns 0.208 0 0 1.49 KB
#6270 RunWafRealisticBenchmark net6.0 185μs 242ns 938ns 0 0 0 2.44 KB
#6270 RunWafRealisticBenchmark netcoreapp3.1 198μs 208ns 805ns 0 0 0 2.39 KB
#6270 RunWafRealisticBenchmark net472 211μs 221ns 856ns 0.314 0 0 2.46 KB
#6270 RunWafRealisticBenchmarkWithAttack net6.0 122μs 53.6ns 201ns 0 0 0 1.47 KB
#6270 RunWafRealisticBenchmarkWithAttack netcoreapp3.1 131μs 323ns 1.25μs 0 0 0 1.46 KB
#6270 RunWafRealisticBenchmarkWithAttack net472 139μs 108ns 418ns 0.207 0 0 1.49 KB
Benchmarks.Trace.Iast.StringAspectsBenchmark - Same speed ✔️ More allocations ⚠️

More allocations ⚠️ in #6270

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net6.0 253.95 KB 265.42 KB 11.47 KB 4.52%
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net472 272.91 KB 278.53 KB 5.62 KB 2.06%

Fewer allocations 🎉 in #6270

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑netcoreapp3.1 255.27 KB 252.41 KB -2.86 KB -1.12%
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark‑net472 60.49 KB 59.07 KB -1.42 KB -2.34%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StringConcatBenchmark net6.0 52.9μs 209ns 782ns 0 0 0 43.44 KB
master StringConcatBenchmark netcoreapp3.1 54.2μs 287ns 1.38μs 0 0 0 42.64 KB
master StringConcatBenchmark net472 38μs 165ns 616ns 0 0 0 60.49 KB
master StringConcatAspectBenchmark net6.0 295μs 4.71μs 43.7μs 0 0 0 253.95 KB
master StringConcatAspectBenchmark netcoreapp3.1 354μs 1.97μs 12.1μs 0 0 0 255.27 KB
master StringConcatAspectBenchmark net472 278μs 6.14μs 58.9μs 0 0 0 272.91 KB
#6270 StringConcatBenchmark net6.0 52.7μs 275ns 1.29μs 0 0 0 43.44 KB
#6270 StringConcatBenchmark netcoreapp3.1 62.4μs 777ns 7.65μs 0 0 0 42.64 KB
#6270 StringConcatBenchmark net472 37.3μs 80.7ns 291ns 0 0 0 59.07 KB
#6270 StringConcatAspectBenchmark net6.0 325μs 1.84μs 12.2μs 0 0 0 265.42 KB
#6270 StringConcatAspectBenchmark netcoreapp3.1 333μs 1.72μs 9.75μs 0 0 0 252.41 KB
#6270 StringConcatAspectBenchmark net472 243μs 1.19μs 5.03μs 0 0 0 278.53 KB

@andrewlock
Copy link
Member

andrewlock commented Nov 11, 2024

Benchmarks Report for tracer 🐌

Benchmarks for #6270 compared to master:

  • 3 benchmarks are faster, with geometric mean 1.334
  • 2 benchmarks have fewer allocations
  • 1 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 ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartStopWithChild net6.0 7.93μs 44.8ns 304ns 0.0162 0.00809 0 5.61 KB
master StartStopWithChild netcoreapp3.1 10.1μs 53.4ns 366ns 0.0157 0.00522 0 5.8 KB
master StartStopWithChild net472 16.3μs 64.2ns 249ns 1.04 0.307 0.0969 6.22 KB
#6270 StartStopWithChild net6.0 8.16μs 43.9ns 332ns 0.0238 0.0119 0 5.61 KB
#6270 StartStopWithChild netcoreapp3.1 10.1μs 55.6ns 334ns 0.0205 0.00513 0 5.81 KB
#6270 StartStopWithChild net472 16.5μs 31ns 120ns 1.04 0.309 0.0977 6.21 KB
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 528μs 380ns 1.42μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 657μs 292ns 1.09μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 859μs 402ns 1.39μs 0.428 0 0 3.3 KB
#6270 WriteAndFlushEnrichedTraces net6.0 481μs 177ns 662ns 0 0 0 2.7 KB
#6270 WriteAndFlushEnrichedTraces netcoreapp3.1 631μs 203ns 732ns 0 0 0 2.7 KB
#6270 WriteAndFlushEnrichedTraces net472 847μs 731ns 2.83μs 0.422 0 0 3.3 KB
Benchmarks.Trace.AspNetCoreBenchmark - Faster 🎉 Fewer allocations 🎉

Faster 🎉 in #6270

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑net6.0 1.399 202,124.91 144,480.59
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑netcoreapp3.1 1.357 221,377.45 163,131.60 several?

Fewer allocations 🎉 in #6270

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑netcoreapp3.1 20.89 KB 17.27 KB -3.62 KB -17.31%
Benchmarks.Trace.AspNetCoreBenchmark.SendRequest‑net6.0 18.73 KB 14.47 KB -4.26 KB -22.73%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendRequest net6.0 203μs 1.16μs 8.41μs 0.195 0 0 18.73 KB
master SendRequest netcoreapp3.1 222μs 1.31μs 12.5μs 0.208 0 0 20.89 KB
master SendRequest net472 0.00177ns 0.00122ns 0.00441ns 0 0 0 0 b
#6270 SendRequest net6.0 145μs 665ns 2.58μs 0.218 0 0 14.47 KB
#6270 SendRequest netcoreapp3.1 164μs 911ns 5.39μs 0.174 0 0 17.27 KB
#6270 SendRequest net472 0ns 0ns 0ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ More allocations ⚠️

More allocations ⚠️ in #6270

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑net6.0 41.55 KB 41.84 KB 285 B 0.69%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 569μs 2.64μs 10.6μs 0.563 0 0 41.55 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 687μs 3.43μs 14.5μs 0.334 0 0 41.89 KB
master WriteAndFlushEnrichedTraces net472 868μs 2.87μs 10.7μs 8.56 2.57 0.428 53.26 KB
#6270 WriteAndFlushEnrichedTraces net6.0 598μs 3.39μs 22.7μs 0.317 0 0 41.84 KB
#6270 WriteAndFlushEnrichedTraces netcoreapp3.1 694μs 3.32μs 13.3μs 0.359 0 0 41.76 KB
#6270 WriteAndFlushEnrichedTraces net472 864μs 3.28μs 12.7μs 8.39 2.52 0.419 53.29 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.27μs 1.08ns 4.05ns 0.014 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.75μs 1.44ns 5.37ns 0.0133 0 0 1.02 KB
master ExecuteNonQuery net472 2.07μs 1.94ns 7.25ns 0.157 0.00104 0 987 B
#6270 ExecuteNonQuery net6.0 1.29μs 1.79ns 6.91ns 0.0142 0 0 1.02 KB
#6270 ExecuteNonQuery netcoreapp3.1 1.67μs 1.34ns 5.18ns 0.0134 0 0 1.02 KB
#6270 ExecuteNonQuery net472 1.98μs 1.1ns 4.13ns 0.156 0.000988 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.19μs 0.53ns 1.98ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.55μs 2.29ns 8.89ns 0.0131 0 0 976 B
master CallElasticsearch net472 2.6μs 1.76ns 6.59ns 0.158 0 0 995 B
master CallElasticsearchAsync net6.0 1.33μs 0.365ns 1.32ns 0.0133 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.56μs 0.603ns 2.34ns 0.014 0 0 1.02 KB
master CallElasticsearchAsync net472 2.6μs 0.546ns 1.97ns 0.167 0 0 1.05 KB
#6270 CallElasticsearch net6.0 1.19μs 0.788ns 2.95ns 0.0138 0 0 976 B
#6270 CallElasticsearch netcoreapp3.1 1.64μs 0.889ns 3.44ns 0.013 0 0 976 B
#6270 CallElasticsearch net472 2.61μs 1.22ns 4.21ns 0.157 0 0 995 B
#6270 CallElasticsearchAsync net6.0 1.26μs 0.942ns 3.65ns 0.0134 0 0 952 B
#6270 CallElasticsearchAsync netcoreapp3.1 1.6μs 1.16ns 4.2ns 0.0134 0 0 1.02 KB
#6270 CallElasticsearchAsync net472 2.59μs 1.77ns 6.87ns 0.166 0 0 1.05 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.26μs 0.434ns 1.63ns 0.0132 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.62μs 1.23ns 4.61ns 0.0122 0 0 952 B
master ExecuteAsync net472 1.88μs 1.22ns 4.71ns 0.145 0 0 915 B
#6270 ExecuteAsync net6.0 1.28μs 0.514ns 1.92ns 0.0135 0 0 952 B
#6270 ExecuteAsync netcoreapp3.1 1.69μs 0.427ns 1.6ns 0.0127 0 0 952 B
#6270 ExecuteAsync net472 1.87μs 0.502ns 1.88ns 0.144 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 4.33μs 1.2ns 4.32ns 0.0325 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.38μs 1.53ns 5.73ns 0.0375 0 0 2.85 KB
master SendAsync net472 7.49μs 1.11ns 4ns 0.496 0 0 3.12 KB
#6270 SendAsync net6.0 4.34μs 2.34ns 8.76ns 0.0327 0 0 2.31 KB
#6270 SendAsync netcoreapp3.1 5.28μs 2.94ns 10.6ns 0.0371 0 0 2.85 KB
#6270 SendAsync net472 7.37μs 1.54ns 5.95ns 0.493 0 0 3.12 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 1.46μs 0.48ns 1.73ns 0.0229 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.09μs 1.23ns 4.77ns 0.023 0 0 1.64 KB
master EnrichedLog net472 2.71μs 1.59ns 6.16ns 0.25 0 0 1.57 KB
#6270 EnrichedLog net6.0 1.59μs 0.994ns 3.72ns 0.0231 0 0 1.64 KB
#6270 EnrichedLog netcoreapp3.1 2.2μs 0.988ns 3.56ns 0.0219 0 0 1.64 KB
#6270 EnrichedLog net472 2.61μs 1.97ns 7.09ns 0.249 0 0 1.57 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 121μs 185ns 715ns 0 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 124μs 239ns 925ns 0 0 0 4.28 KB
master EnrichedLog net472 152μs 111ns 416ns 0.684 0.228 0 4.46 KB
#6270 EnrichedLog net6.0 120μs 162ns 607ns 0 0 0 4.28 KB
#6270 EnrichedLog netcoreapp3.1 124μs 102ns 368ns 0.0628 0 0 4.28 KB
#6270 EnrichedLog net472 151μs 238ns 921ns 0.677 0.226 0 4.46 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 2.96μs 0.889ns 3.33ns 0.031 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.26μs 16.3ns 60.9ns 0.0289 0 0 2.2 KB
master EnrichedLog net472 4.94μs 1.02ns 3.82ns 0.32 0 0 2.02 KB
#6270 EnrichedLog net6.0 2.94μs 0.793ns 2.97ns 0.0309 0 0 2.2 KB
#6270 EnrichedLog netcoreapp3.1 4.23μs 1.13ns 4.39ns 0.0276 0 0 2.2 KB
#6270 EnrichedLog net472 4.85μs 2.11ns 8.16ns 0.319 0 0 2.02 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.47μs 0.453ns 1.63ns 0.0162 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.84μs 1.08ns 4.17ns 0.0155 0 0 1.14 KB
master SendReceive net472 2.17μs 0.769ns 2.98ns 0.183 0 0 1.16 KB
#6270 SendReceive net6.0 1.34μs 0.516ns 1.93ns 0.0161 0 0 1.14 KB
#6270 SendReceive netcoreapp3.1 1.72μs 0.531ns 1.99ns 0.0155 0 0 1.14 KB
#6270 SendReceive net472 2μs 1.57ns 6.07ns 0.183 0 0 1.16 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 2.61μs 0.941ns 3.64ns 0.0221 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.95μs 1.48ns 5.12ns 0.0217 0 0 1.65 KB
master EnrichedLog net472 4.32μs 1.75ns 6.55ns 0.324 0 0 2.04 KB
#6270 EnrichedLog net6.0 2.74μs 0.553ns 2.07ns 0.0219 0 0 1.6 KB
#6270 EnrichedLog netcoreapp3.1 3.84μs 2.15ns 8.31ns 0.0215 0 0 1.65 KB
#6270 EnrichedLog net472 4.43μs 2.42ns 8.39ns 0.322 0 0 2.04 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 397ns 0.217ns 0.841ns 0.00812 0 0 576 B
master StartFinishSpan netcoreapp3.1 559ns 0.447ns 1.73ns 0.00768 0 0 576 B
master StartFinishSpan net472 606ns 1.2ns 4.66ns 0.0917 0 0 578 B
master StartFinishScope net6.0 490ns 0.172ns 0.666ns 0.00987 0 0 696 B
master StartFinishScope netcoreapp3.1 765ns 0.77ns 2.98ns 0.00921 0 0 696 B
master StartFinishScope net472 857ns 0.977ns 3.78ns 0.104 0 0 658 B
#6270 StartFinishSpan net6.0 422ns 0.123ns 0.476ns 0.00809 0 0 576 B
#6270 StartFinishSpan netcoreapp3.1 549ns 0.325ns 1.26ns 0.00774 0 0 576 B
#6270 StartFinishSpan net472 634ns 0.424ns 1.64ns 0.0915 0 0 578 B
#6270 StartFinishScope net6.0 489ns 0.0989ns 0.357ns 0.00966 0 0 696 B
#6270 StartFinishScope netcoreapp3.1 708ns 0.334ns 1.29ns 0.0095 0 0 696 B
#6270 StartFinishScope net472 856ns 0.499ns 1.93ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #6270

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0 1.250 734.21 587.42

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 734ns 0.618ns 2.39ns 0.0099 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 942ns 0.844ns 3.27ns 0.00947 0 0 696 B
master RunOnMethodBegin net472 1.05μs 1.25ns 4.85ns 0.104 0 0 658 B
#6270 RunOnMethodBegin net6.0 588ns 0.251ns 0.941ns 0.00974 0 0 696 B
#6270 RunOnMethodBegin netcoreapp3.1 945ns 0.587ns 2.27ns 0.00941 0 0 696 B
#6270 RunOnMethodBegin net472 1.13μs 0.344ns 1.33ns 0.104 0 0 658 B

@andrewlock
Copy link
Member

Throughput/Crank Report ⚡

Throughput results for AspNetCoreSimpleController comparing the following branches/commits:

Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red.

Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards!

gantt
    title Throughput Linux x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6270) (10.971M)   : 0, 10971270
    master (10.993M)   : 0, 10993209
    benchmarks/2.9.0 (11.033M)   : 0, 11032866

    section Automatic
    This PR (6270) (7.063M)   : 0, 7063282
    master (7.203M)   : 0, 7203027
    benchmarks/2.9.0 (7.786M)   : 0, 7785853

    section Trace stats
    master (7.503M)   : 0, 7502500

    section Manual
    master (11.115M)   : 0, 11115249

    section Manual + Automatic
    This PR (6270) (6.544M)   : 0, 6544021
    master (6.650M)   : 0, 6649770

    section DD_TRACE_ENABLED=0
    master (10.379M)   : 0, 10378918

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6270) (9.573M)   : 0, 9572793
    master (9.396M)   : 0, 9395989
    benchmarks/2.9.0 (9.495M)   : 0, 9494821

    section Automatic
    This PR (6270) (6.473M)   : 0, 6473413
    master (6.432M)   : 0, 6432181

    section Trace stats
    master (6.826M)   : 0, 6826388

    section Manual
    master (9.596M)   : 0, 9595811

    section Manual + Automatic
    This PR (6270) (6.029M)   : 0, 6028500
    master (6.016M)   : 0, 6015725

    section DD_TRACE_ENABLED=0
    master (8.730M)   : 0, 8730305

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6270) (9.671M)   : 0, 9671411
    master (9.836M)   : 0, 9835977
    benchmarks/2.9.0 (10.020M)   : 0, 10019592

    section Automatic
    This PR (6270) (6.447M)   : 0, 6447211
    master (6.334M)   : 0, 6333662
    benchmarks/2.9.0 (7.255M)   : 0, 7255257

    section Trace stats
    master (7.012M)   : 0, 7011750

    section Manual
    master (9.898M)   : 0, 9897743

    section Manual + Automatic
    This PR (6270) (5.913M)   : 0, 5913219
    master (5.778M)   : 0, 5777929

    section DD_TRACE_ENABLED=0
    master (9.111M)   : 0, 9110736

Loading

Copy link
Contributor

@NachoEchevarria NachoEchevarria left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:asm-iast area:builds project files, build scripts, pipelines, versioning, releases, packages area:native-library Automatic instrumentation native C++ code (Datadog.Trace.ClrProfiler.Native) area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants