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

Run CallTargetNativeTests on Windows #5754

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewlock
Copy link
Member

@andrewlock andrewlock commented Jul 1, 2024

Summary of changes

Runs the CallTargetNativeTests on Windows

Reason for change

We weren't running these on Windows, and we should be

Implementation details

Add the RunOnWindows trait. Longer term I want to reverse the role of this trait, i.e. we run on windows by default and you add RunOnWindows=False to disable that.

Test coverage

More now

Other details

I thought we had a bug related to ref structs here, but it appears to be a Schrödinger's bug Oops, no, there it is!

@andrewlock andrewlock added area:tests unit tests, integration tests area:call-target labels Jul 1, 2024
@andrewlock andrewlock requested review from a team as code owners July 1, 2024 09:16
@andrewlock
Copy link
Member Author

andrewlock commented Jul 1, 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 (5754) - mean (71ms)  : 68, 74
     .   : milestone, 71,
    master - mean (70ms)  : 67, 73
     .   : milestone, 70,

    section CallTarget+Inlining+NGEN
    This PR (5754) - mean (1,105ms)  : 1082, 1127
     .   : milestone, 1105,
    master - mean (1,100ms)  : 1084, 1117
     .   : milestone, 1100,

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

    section CallTarget+Inlining+NGEN
    This PR (5754) - mean (771ms)  : 756, 786
     .   : milestone, 771,
    master - mean (768ms)  : 747, 789
     .   : milestone, 768,

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

    section CallTarget+Inlining+NGEN
    This PR (5754) - mean (728ms)  : 709, 747
     .   : milestone, 728,
    master - mean (730ms)  : 715, 746
     .   : milestone, 730,

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

    section CallTarget+Inlining+NGEN
    This PR (5754) - mean (1,196ms)  : 1170, 1221
     .   : milestone, 1196,
    master - mean (1,198ms)  : 1169, 1227
     .   : milestone, 1198,

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

    section CallTarget+Inlining+NGEN
    This PR (5754) - mean (941ms)  : 925, 957
     .   : milestone, 941,
    master - mean (942ms)  : 923, 961
     .   : milestone, 942,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (5754) - mean (266ms)  : 261, 270
     .   : milestone, 266,
    master - mean (264ms)  : 262, 267
     .   : milestone, 264,

    section CallTarget+Inlining+NGEN
    This PR (5754) - mean (927ms)  : 910, 945
     .   : milestone, 927,
    master - mean (926ms)  : 905, 947
     .   : milestone, 926,

Loading

@andrewlock
Copy link
Member Author

andrewlock commented Jul 1, 2024

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 (5754) (11.161M)   : 0, 11160749
    master (10.927M)   : 0, 10927139
    benchmarks/2.9.0 (11.081M)   : 0, 11080577

    section Automatic
    This PR (5754) (7.191M)   : 0, 7190892
    master (7.322M)   : 0, 7322055
    benchmarks/2.9.0 (7.732M)   : 0, 7732233

    section Trace stats
    master (7.600M)   : 0, 7600325

    section Manual
    master (10.941M)   : 0, 10940627

    section Manual + Automatic
    This PR (5754) (6.785M)   : 0, 6785273
    master (6.568M)   : 0, 6568140

    section DD_TRACE_ENABLED=0
    master (10.242M)   : 0, 10242149

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5754) (9.399M)   : 0, 9398642
    master (9.577M)   : 0, 9577232
    benchmarks/2.9.0 (9.798M)   : 0, 9798067

    section Automatic
    This PR (5754) (6.483M)   : 0, 6483143
    master (6.625M)   : 0, 6625219

    section Trace stats
    master (6.872M)   : 0, 6872290

    section Manual
    master (9.590M)   : 0, 9589966

    section Manual + Automatic
    This PR (5754) (6.008M)   : 0, 6008487
    master (6.216M)   : 0, 6216360

    section DD_TRACE_ENABLED=0
    master (8.849M)   : 0, 8848858

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5754) (10.090M)   : 0, 10090148
    master (10.054M)   : 0, 10053618
    benchmarks/2.9.0 (10.067M)   : 0, 10067315

    section Automatic
    This PR (5754) (6.748M)   : 0, 6747593
    master (6.652M)   : 0, 6652460
    benchmarks/2.9.0 (7.552M)   : 0, 7552193

    section Trace stats
    master (7.361M)   : 0, 7361092

    section Manual
    master (9.980M)   : 0, 9980178

    section Manual + Automatic
    This PR (5754) (6.226M)   : 0, 6225657
    master (6.131M)   : 0, 6130507

    section DD_TRACE_ENABLED=0
    master (9.497M)   : 0, 9496505

Loading

@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Jul 1, 2024

Datadog Report

Branch report: andrew/ci/run-calltarget-native-tests-on-windows
Commit report: db4c431
Test service: dd-trace-dotnet

❌ 19 Failed (0 Known Flaky), 368202 Passed, 2074 Skipped, 15h 27m 56.19s Total Time

❌ Failed Tests (19)

This report shows up to 5 failed tests.

  • CallTargetBubbleUpExceptionIntegrations - Datadog.Trace.ClrProfiler.IntegrationTests.CallTargetNativeTests - Details

    Expand for error
     Expected exit code: 0, actual exit code: -532462766.
    
  • CategorizedCallTargetIntegrations - Datadog.Trace.ClrProfiler.IntegrationTests.CallTargetNativeTests - Details

    Expand for error
     Expected exit code: 0, actual exit code: -532462766.
    
  • ExtraIntegrations - Datadog.Trace.ClrProfiler.IntegrationTests.CallTargetNativeTests - Details

    Expand for error
     Expected exit code: 0, actual exit code: -532462766.
    
  • MethodAbstract - Datadog.Trace.ClrProfiler.IntegrationTests.CallTargetNativeTests - Details

    Expand for error
     Expected exit code: 0, actual exit code: -532462766.
    
  • MethodArgumentsInstrumentation - Datadog.Trace.ClrProfiler.IntegrationTests.CallTargetNativeTests - Details

    Expand for error
     Expected exit code: 0, actual exit code: -532462766.
    

@andrewlock
Copy link
Member Author

andrewlock commented Jul 1, 2024

Benchmarks Report for tracer 🐌

Benchmarks for #5754 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.133
  • All benchmarks have the same 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.53μs 42.2ns 277ns 0.0151 0.00753 0 5.42 KB
master StartStopWithChild netcoreapp3.1 9.92μs 56.6ns 404ns 0.0191 0.00954 0 5.62 KB
master StartStopWithChild net472 16μs 60.5ns 234ns 1.02 0.294 0.0953 6.06 KB
#5754 StartStopWithChild net6.0 7.71μs 42.8ns 278ns 0.0116 0.00773 0 5.43 KB
#5754 StartStopWithChild netcoreapp3.1 10μs 53.3ns 266ns 0.024 0.00958 0 5.62 KB
#5754 StartStopWithChild net472 16μs 55.2ns 214ns 1.02 0.295 0.101 6.07 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 469μs 485ns 1.88μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 647μs 255ns 988ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 832μs 592ns 2.29μs 0.414 0 0 3.3 KB
#5754 WriteAndFlushEnrichedTraces net6.0 481μs 206ns 769ns 0 0 0 2.7 KB
#5754 WriteAndFlushEnrichedTraces netcoreapp3.1 632μs 156ns 563ns 0 0 0 2.7 KB
#5754 WriteAndFlushEnrichedTraces net472 845μs 693ns 2.69μs 0.419 0 0 3.3 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 188μs 1.03μs 5.94μs 0.179 0 0 18.45 KB
master SendRequest netcoreapp3.1 215μs 1.21μs 8.31μs 0.207 0 0 20.61 KB
master SendRequest net472 0.00165ns 0.000752ns 0.00291ns 0 0 0 0 b
#5754 SendRequest net6.0 195μs 1.12μs 9.28μs 0.157 0 0 18.45 KB
#5754 SendRequest netcoreapp3.1 213μs 977ns 3.65μs 0.22 0 0 20.61 KB
#5754 SendRequest net472 0.000182ns 0.000182ns 0.000679ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 567μs 1.83μs 6.6μs 0.568 0 0 41.57 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 685μs 3.8μs 24.6μs 0.338 0 0 41.75 KB
master WriteAndFlushEnrichedTraces net472 867μs 3.69μs 14.3μs 8.19 2.59 0.431 53.25 KB
#5754 WriteAndFlushEnrichedTraces net6.0 552μs 2.22μs 8.31μs 0.556 0 0 41.61 KB
#5754 WriteAndFlushEnrichedTraces netcoreapp3.1 679μs 3.7μs 20.2μs 0.331 0 0 41.74 KB
#5754 WriteAndFlushEnrichedTraces net472 844μs 1.79μs 6.45μs 8.12 2.44 0.406 53.33 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.32μs 1.17ns 4.53ns 0.0146 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.75μs 1.47ns 5.71ns 0.0137 0 0 1.02 KB
master ExecuteNonQuery net472 2.11μs 2.72ns 10.5ns 0.156 0 0 987 B
#5754 ExecuteNonQuery net6.0 1.27μs 0.585ns 2.11ns 0.0146 0 0 1.02 KB
#5754 ExecuteNonQuery netcoreapp3.1 1.88μs 1.23ns 4.76ns 0.0131 0 0 1.02 KB
#5754 ExecuteNonQuery net472 2.1μs 1.43ns 5.17ns 0.156 0 0 987 B
Benchmarks.Trace.ElasticsearchBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #5754

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync‑net6.0 1.133 1,326.44 1,170.57

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.14μs 0.722ns 2.7ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.53μs 0.792ns 2.86ns 0.0133 0 0 976 B
master CallElasticsearch net472 2.53μs 1.42ns 5.33ns 0.158 0 0 995 B
master CallElasticsearchAsync net6.0 1.33μs 0.792ns 2.97ns 0.0132 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.64μs 2.77ns 10.3ns 0.0141 0 0 1.02 KB
master CallElasticsearchAsync net472 2.63μs 1.72ns 6.67ns 0.166 0 0 1.05 KB
#5754 CallElasticsearch net6.0 1.25μs 1.56ns 6.03ns 0.0139 0 0 976 B
#5754 CallElasticsearch netcoreapp3.1 1.53μs 0.919ns 3.56ns 0.013 0 0 976 B
#5754 CallElasticsearch net472 2.51μs 1.09ns 4.1ns 0.158 0 0 995 B
#5754 CallElasticsearchAsync net6.0 1.17μs 0.55ns 2.13ns 0.0135 0 0 952 B
#5754 CallElasticsearchAsync netcoreapp3.1 1.67μs 4.37ns 15.7ns 0.014 0 0 1.02 KB
#5754 CallElasticsearchAsync net472 2.57μs 1.01ns 3.91ns 0.167 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.29μs 0.716ns 2.68ns 0.0129 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.69μs 0.385ns 1.39ns 0.0126 0 0 952 B
master ExecuteAsync net472 1.68μs 0.982ns 3.8ns 0.145 0 0 915 B
#5754 ExecuteAsync net6.0 1.24μs 0.741ns 2.87ns 0.0133 0 0 952 B
#5754 ExecuteAsync netcoreapp3.1 1.59μs 0.727ns 2.82ns 0.0127 0 0 952 B
#5754 ExecuteAsync net472 1.83μs 1.05ns 4.06ns 0.145 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.12μs 0.931ns 3.48ns 0.0309 0 0 2.22 KB
master SendAsync netcoreapp3.1 5.1μs 1.31ns 5.07ns 0.038 0 0 2.76 KB
master SendAsync net472 7.8μs 2.47ns 9.55ns 0.499 0 0 3.15 KB
#5754 SendAsync net6.0 4.2μs 2.17ns 8.12ns 0.0315 0 0 2.22 KB
#5754 SendAsync netcoreapp3.1 5.08μs 1.11ns 3.85ns 0.0355 0 0 2.76 KB
#5754 SendAsync net472 7.74μs 1.59ns 5.93ns 0.496 0 0 3.15 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.54μs 0.587ns 2.2ns 0.0231 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.21μs 1.02ns 3.69ns 0.0221 0 0 1.64 KB
master EnrichedLog net472 2.56μs 1.08ns 4.19ns 0.249 0 0 1.57 KB
#5754 EnrichedLog net6.0 1.49μs 2.97ns 11.5ns 0.023 0 0 1.64 KB
#5754 EnrichedLog netcoreapp3.1 2.29μs 2.88ns 10.4ns 0.0216 0 0 1.64 KB
#5754 EnrichedLog net472 2.58μs 0.964ns 3.61ns 0.25 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 114μs 119ns 462ns 0.0573 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 118μs 391ns 1.51μs 0.0585 0 0 4.28 KB
master EnrichedLog net472 146μs 144ns 558ns 0.657 0.219 0 4.46 KB
#5754 EnrichedLog net6.0 114μs 131ns 506ns 0.0578 0 0 4.28 KB
#5754 EnrichedLog netcoreapp3.1 118μs 216ns 837ns 0.059 0 0 4.28 KB
#5754 EnrichedLog net472 146μs 92.8ns 347ns 0.66 0.22 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 3.21μs 0.952ns 3.56ns 0.0306 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.29μs 2.09ns 7.81ns 0.03 0 0 2.2 KB
master EnrichedLog net472 4.75μs 7.01ns 26.2ns 0.32 0 0 2.02 KB
#5754 EnrichedLog net6.0 2.98μs 0.583ns 2.1ns 0.0299 0 0 2.2 KB
#5754 EnrichedLog netcoreapp3.1 4.21μs 5.59ns 21.6ns 0.0294 0 0 2.2 KB
#5754 EnrichedLog net472 4.86μs 1.26ns 4.87ns 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.37μs 0.586ns 2.27ns 0.0165 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.77μs 1.1ns 4.26ns 0.0159 0 0 1.14 KB
master SendReceive net472 2.04μs 0.592ns 2.29ns 0.183 0 0 1.16 KB
#5754 SendReceive net6.0 1.28μs 0.511ns 1.91ns 0.016 0 0 1.14 KB
#5754 SendReceive netcoreapp3.1 1.76μs 0.781ns 3.02ns 0.015 0 0 1.14 KB
#5754 SendReceive net472 2.04μs 1.2ns 4.64ns 0.184 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.86μs 0.852ns 3.19ns 0.0228 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 4.05μs 3.07ns 11.9ns 0.0223 0 0 1.65 KB
master EnrichedLog net472 4.44μs 1.11ns 4.15ns 0.323 0 0 2.04 KB
#5754 EnrichedLog net6.0 2.73μs 1.01ns 3.8ns 0.0218 0 0 1.6 KB
#5754 EnrichedLog netcoreapp3.1 3.96μs 1.3ns 5.02ns 0.0217 0 0 1.65 KB
#5754 EnrichedLog net472 4.28μs 1.32ns 4.95ns 0.323 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 393ns 0.255ns 0.987ns 0.00811 0 0 576 B
master StartFinishSpan netcoreapp3.1 595ns 0.253ns 0.981ns 0.00782 0 0 576 B
master StartFinishSpan net472 598ns 0.889ns 3.33ns 0.0918 0 0 578 B
master StartFinishScope net6.0 530ns 0.321ns 1.24ns 0.00962 0 0 696 B
master StartFinishScope netcoreapp3.1 726ns 0.969ns 3.75ns 0.00944 0 0 696 B
master StartFinishScope net472 813ns 0.917ns 3.43ns 0.104 0 0 658 B
#5754 StartFinishSpan net6.0 400ns 0.233ns 0.902ns 0.00802 0 0 576 B
#5754 StartFinishSpan netcoreapp3.1 613ns 0.628ns 2.35ns 0.00778 0 0 576 B
#5754 StartFinishSpan net472 638ns 1.07ns 4.15ns 0.0915 0 0 578 B
#5754 StartFinishScope net6.0 478ns 0.387ns 1.5ns 0.00972 0 0 696 B
#5754 StartFinishScope netcoreapp3.1 661ns 0.742ns 2.87ns 0.00955 0 0 696 B
#5754 StartFinishScope net472 860ns 0.332ns 1.29ns 0.104 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 644ns 0.341ns 1.32ns 0.00978 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 1E+03ns 0.987ns 3.82ns 0.00962 0 0 696 B
master RunOnMethodBegin net472 1.12μs 1.29ns 4.99ns 0.104 0 0 658 B
#5754 RunOnMethodBegin net6.0 641ns 0.466ns 1.8ns 0.00965 0 0 696 B
#5754 RunOnMethodBegin netcoreapp3.1 973ns 0.592ns 2.29ns 0.00917 0 0 696 B
#5754 RunOnMethodBegin net472 1.15μs 0.992ns 3.84ns 0.104 0 0 658 B

@andrewlock andrewlock added the area:native-library Automatic instrumentation native C++ code (Datadog.Trace.ClrProfiler.Native) label Sep 3, 2024
@andrewlock andrewlock force-pushed the andrew/ci/run-calltarget-native-tests-on-windows branch from 85453d3 to 1811997 Compare September 3, 2024 08:40
@andrewlock andrewlock force-pushed the andrew/ci/run-calltarget-native-tests-on-windows branch from 1811997 to db4c431 Compare September 27, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:native-library Automatic instrumentation native C++ code (Datadog.Trace.ClrProfiler.Native) area:tests unit tests, integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants