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

Add more smoke testing for .NET 9 #6296

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andrewlock
Copy link
Member

@andrewlock andrewlock commented Nov 15, 2024

Summary of changes

  • Unskip the .NET 9 crashtracking tests by using workaround
  • Test more .NET 9 distros

Reason for change

We want to run smoke tests on supported distros

Implementation details

We had to disable the crash tracking tests for the .NET 9 smoke tests on debian x64 because they would hang (due to a bug in the runtime, not related to our instrumentation). That issue mentions that using --init solves the issue, so added that as a temporary fix and the crash tracking tests pass (so can unskip them)

Also added testing for

  • fedora:40 (x64 and arm64) - x64 is still using rc2 currently
  • rhel:8 and rhel:9
  • centos-stream:9 still using preview 7
  • opensuse:15

Test coverage

More now - did a full installer run here.

Other details

This doesn't cover all the supported distros, but it's a good start

@andrewlock andrewlock added area:builds project files, build scripts, pipelines, versioning, releases, packages area:tests unit tests, integration tests labels Nov 15, 2024
@andrewlock andrewlock requested a review from a team as a code owner November 15, 2024 15:18
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Nov 15, 2024

Datadog Report

Branch report: andrew/dotnet-9-crashtesting
Commit report: ed17c28
Test service: dd-trace-dotnet

✅ 0 Failed, 452545 Passed, 2727 Skipped, 19h 21m 18.44s Total Time

@andrewlock
Copy link
Member Author

andrewlock commented Nov 15, 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 (6296) - mean (73ms)  : 64, 81
     .   : milestone, 73,
    master - mean (72ms)  : 63, 81
     .   : milestone, 72,

    section CallTarget+Inlining+NGEN
    This PR (6296) - mean (1,114ms)  : 1090, 1138
     .   : milestone, 1114,
    master - mean (1,107ms)  : 1082, 1132
     .   : milestone, 1107,

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

    section CallTarget+Inlining+NGEN
    This PR (6296) - mean (802ms)  : 642, 961
     .   : milestone, 802,
    master - mean (770ms)  : 753, 786
     .   : milestone, 770,

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

    section CallTarget+Inlining+NGEN
    This PR (6296) - mean (734ms)  : 703, 765
     .   : milestone, 734,
    master - mean (725ms)  : 709, 741
     .   : milestone, 725,

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

    section CallTarget+Inlining+NGEN
    This PR (6296) - mean (1,212ms)  : 1186, 1238
     .   : milestone, 1212,
    master - mean (1,213ms)  : 1190, 1237
     .   : milestone, 1213,

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

    section CallTarget+Inlining+NGEN
    This PR (6296) - mean (939ms)  : 919, 959
     .   : milestone, 939,
    master - mean (945ms)  : 929, 960
     .   : milestone, 945,

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

    section CallTarget+Inlining+NGEN
    This PR (6296) - mean (923ms)  : 905, 941
     .   : milestone, 923,
    master - mean (930ms)  : 907, 952
     .   : milestone, 930,

Loading

@andrewlock andrewlock mentioned this pull request Nov 15, 2024
9 tasks
@andrewlock andrewlock marked this pull request as draft November 15, 2024 16:05
@andrewlock andrewlock marked this pull request as ready for review November 15, 2024 16:45
@andrewlock
Copy link
Member Author

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 (6296) (11.139M)   : 0, 11138520
    master (11.197M)   : 0, 11197381
    benchmarks/2.9.0 (11.033M)   : 0, 11032866

    section Automatic
    This PR (6296) (7.162M)   : 0, 7162275
    master (7.192M)   : 0, 7192384
    benchmarks/2.9.0 (7.786M)   : 0, 7785853

    section Trace stats
    master (7.476M)   : 0, 7475872

    section Manual
    master (11.271M)   : 0, 11270878

    section Manual + Automatic
    This PR (6296) (6.552M)   : 0, 6551980
    master (6.621M)   : 0, 6620931

    section DD_TRACE_ENABLED=0
    master (10.177M)   : 0, 10176556

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6296) (9.624M)   : 0, 9623501
    master (9.640M)   : 0, 9639769
    benchmarks/2.9.0 (9.495M)   : 0, 9494821

    section Automatic
    This PR (6296) (6.463M)   : 0, 6462638
    master (6.385M)   : 0, 6384570

    section Trace stats
    master (6.740M)   : 0, 6739552

    section Manual
    master (9.612M)   : 0, 9611974

    section Manual + Automatic
    This PR (6296) (6.024M)   : 0, 6024043
    master (5.891M)   : 0, 5890550

    section DD_TRACE_ENABLED=0
    master (8.839M)   : 0, 8838985

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6296) (9.683M)   : 0, 9683139
    master (10.121M)   : 0, 10120763
    benchmarks/2.9.0 (10.020M)   : 0, 10019592

    section Automatic
    This PR (6296) (6.118M)   : crit ,0, 6118148
    master (6.469M)   : 0, 6469072
    benchmarks/2.9.0 (7.255M)   : 0, 7255257

    section Trace stats
    master (6.864M)   : 0, 6863851

    section Manual
    master (9.854M)   : 0, 9854162

    section Manual + Automatic
    This PR (6296) (5.763M)   : 0, 5763353
    master (5.906M)   : 0, 5906154

    section DD_TRACE_ENABLED=0
    master (9.224M)   : 0, 9224050

Loading

@andrewlock
Copy link
Member Author

Benchmarks Report for tracer 🐌

Benchmarks for #6296 compared to master:

  • 2 benchmarks are faster, with geometric mean 1.157
  • 1 benchmarks are slower, with geometric mean 1.160
  • 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.95μs 43.2ns 245ns 0.0149 0.00746 0 5.61 KB
master StartStopWithChild netcoreapp3.1 9.93μs 56ns 367ns 0.0196 0.00981 0 5.8 KB
master StartStopWithChild net472 16.5μs 43.4ns 168ns 1.07 0.342 0.0894 6.21 KB
#6296 StartStopWithChild net6.0 7.84μs 43.3ns 284ns 0.0196 0.00785 0 5.61 KB
#6296 StartStopWithChild netcoreapp3.1 10.3μs 56.2ns 313ns 0.0205 0.0102 0 5.8 KB
#6296 StartStopWithChild net472 16.3μs 55ns 213ns 1.05 0.308 0.0972 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 507μs 240ns 930ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 644μs 270ns 1.01μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 858μs 288ns 1.04μs 0.428 0 0 3.3 KB
#6296 WriteAndFlushEnrichedTraces net6.0 464μs 361ns 1.4μs 0 0 0 2.7 KB
#6296 WriteAndFlushEnrichedTraces netcoreapp3.1 644μs 315ns 1.18μs 0 0 0 2.7 KB
#6296 WriteAndFlushEnrichedTraces net472 864μs 861ns 3.22μs 0.434 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 198μs 1.09μs 7.31μs 0.201 0 0 18.73 KB
master SendRequest netcoreapp3.1 215μs 1.22μs 9.23μs 0.217 0 0 20.89 KB
master SendRequest net472 0.00176ns 0.000556ns 0.00215ns 0 0 0 0 b
#6296 SendRequest net6.0 199μs 1.11μs 7.12μs 0.188 0 0 18.73 KB
#6296 SendRequest netcoreapp3.1 219μs 1.25μs 9.77μs 0.225 0 0 20.89 KB
#6296 SendRequest net472 0.000314ns 0.000295ns 0.00106ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ More allocations ⚠️

More allocations ⚠️ in #6296

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑netcoreapp3.1 41.63 KB 41.87 KB 240 B 0.58%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 585μs 2.74μs 10.2μs 0.566 0 0 41.72 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 674μs 2.36μs 9.13μs 0.331 0 0 41.63 KB
master WriteAndFlushEnrichedTraces net472 853μs 4.17μs 18.7μs 8.19 2.59 0.431 53.26 KB
#6296 WriteAndFlushEnrichedTraces net6.0 576μs 2.22μs 7.67μs 0.556 0 0 41.8 KB
#6296 WriteAndFlushEnrichedTraces netcoreapp3.1 694μs 3.4μs 15.2μs 0.342 0 0 41.87 KB
#6296 WriteAndFlushEnrichedTraces net472 893μs 4.28μs 16.6μs 8.21 2.28 0.456 53.28 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.29μs 1.17ns 4.54ns 0.0142 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.78μs 1.19ns 4.6ns 0.0133 0 0 1.02 KB
master ExecuteNonQuery net472 2.1μs 0.779ns 3.02ns 0.156 0.00105 0 987 B
#6296 ExecuteNonQuery net6.0 1.35μs 1.17ns 4.39ns 0.0143 0 0 1.02 KB
#6296 ExecuteNonQuery netcoreapp3.1 1.74μs 0.984ns 3.81ns 0.0139 0 0 1.02 KB
#6296 ExecuteNonQuery net472 2.01μs 1.04ns 3.74ns 0.156 0.00101 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.3μs 0.582ns 2.18ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.58μs 2.2ns 7.94ns 0.0132 0 0 976 B
master CallElasticsearch net472 2.61μs 1.12ns 4.19ns 0.157 0 0 995 B
master CallElasticsearchAsync net6.0 1.21μs 0.535ns 1.93ns 0.0133 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.64μs 0.892ns 3.34ns 0.014 0 0 1.02 KB
master CallElasticsearchAsync net472 2.59μs 1.59ns 6.16ns 0.167 0 0 1.05 KB
#6296 CallElasticsearch net6.0 1.24μs 0.642ns 2.49ns 0.0137 0 0 976 B
#6296 CallElasticsearch netcoreapp3.1 1.56μs 0.731ns 2.74ns 0.0132 0 0 976 B
#6296 CallElasticsearch net472 2.54μs 0.776ns 2.9ns 0.158 0 0 995 B
#6296 CallElasticsearchAsync net6.0 1.2μs 0.583ns 2.18ns 0.0133 0 0 952 B
#6296 CallElasticsearchAsync netcoreapp3.1 1.63μs 0.778ns 3.01ns 0.0138 0 0 1.02 KB
#6296 CallElasticsearchAsync net472 2.69μs 1.1ns 4.12ns 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.22μs 0.382ns 1.43ns 0.0136 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.57μs 1.31ns 5.08ns 0.0134 0 0 952 B
master ExecuteAsync net472 1.85μs 2.49ns 9.66ns 0.145 0 0 915 B
#6296 ExecuteAsync net6.0 1.23μs 1.04ns 3.91ns 0.0135 0 0 952 B
#6296 ExecuteAsync netcoreapp3.1 1.71μs 2.68ns 10ns 0.0127 0 0 952 B
#6296 ExecuteAsync net472 1.85μs 0.371ns 1.34ns 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.31μs 1.01ns 3.63ns 0.0316 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.4μs 4.82ns 18.7ns 0.0377 0 0 2.85 KB
master SendAsync net472 7.4μs 2.02ns 7.83ns 0.496 0 0 3.12 KB
#6296 SendAsync net6.0 4.31μs 2.63ns 9.47ns 0.0324 0 0 2.31 KB
#6296 SendAsync netcoreapp3.1 5.27μs 2.82ns 10.9ns 0.0395 0 0 2.85 KB
#6296 SendAsync net472 7.42μs 1.8ns 6.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.56μs 0.656ns 2.54ns 0.0233 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.23μs 0.808ns 3.13ns 0.0221 0 0 1.64 KB
master EnrichedLog net472 2.67μs 1.88ns 7.28ns 0.249 0 0 1.57 KB
#6296 EnrichedLog net6.0 1.59μs 1.68ns 5.81ns 0.0232 0 0 1.64 KB
#6296 EnrichedLog netcoreapp3.1 2.26μs 1.4ns 5.44ns 0.0225 0 0 1.64 KB
#6296 EnrichedLog net472 2.45μs 1.26ns 4.54ns 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 119μs 144ns 556ns 0.0587 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 124μs 151ns 585ns 0 0 0 4.28 KB
master EnrichedLog net472 152μs 95.8ns 371ns 0.683 0.228 0 4.46 KB
#6296 EnrichedLog net6.0 121μs 169ns 632ns 0.0614 0 0 4.28 KB
#6296 EnrichedLog netcoreapp3.1 123μs 219ns 850ns 0 0 0 4.28 KB
#6296 EnrichedLog net472 151μs 85.2ns 330ns 0.675 0.225 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.1μs 0.94ns 3.64ns 0.0311 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.12μs 3ns 11.6ns 0.0286 0 0 2.2 KB
master EnrichedLog net472 4.82μs 1.33ns 4.98ns 0.319 0 0 2.02 KB
#6296 EnrichedLog net6.0 2.98μs 0.489ns 1.83ns 0.0299 0 0 2.2 KB
#6296 EnrichedLog netcoreapp3.1 4.18μs 1.57ns 6.09ns 0.0292 0 0 2.2 KB
#6296 EnrichedLog net472 4.79μs 2.2ns 8.51ns 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.35μs 0.681ns 2.64ns 0.0162 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.77μs 2.44ns 9.46ns 0.0153 0 0 1.14 KB
master SendReceive net472 2.03μs 1.47ns 5.7ns 0.183 0 0 1.16 KB
#6296 SendReceive net6.0 1.34μs 0.448ns 1.74ns 0.016 0 0 1.14 KB
#6296 SendReceive netcoreapp3.1 1.82μs 1.04ns 3.89ns 0.0153 0 0 1.14 KB
#6296 SendReceive net472 2.17μs 0.552ns 2.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.73μs 0.684ns 2.65ns 0.0219 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.95μs 2.19ns 8.49ns 0.0218 0 0 1.65 KB
master EnrichedLog net472 4.47μs 2.07ns 7.76ns 0.322 0 0 2.04 KB
#6296 EnrichedLog net6.0 2.65μs 1.13ns 4.36ns 0.0226 0 0 1.6 KB
#6296 EnrichedLog netcoreapp3.1 4.04μs 1.64ns 6.33ns 0.0222 0 0 1.65 KB
#6296 EnrichedLog net472 4.39μs 2.85ns 10.7ns 0.324 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6296

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net472 1.160 604.71 701.26

Faster 🎉 in #6296

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net6.0 1.186 576.22 485.97
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net472 1.128 920.49 815.89

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 466ns 0.378ns 1.46ns 0.00815 0 0 576 B
master StartFinishSpan netcoreapp3.1 557ns 0.32ns 1.15ns 0.00781 0 0 576 B
master StartFinishSpan net472 605ns 0.514ns 1.99ns 0.0917 0 0 578 B
master StartFinishScope net6.0 576ns 0.471ns 1.82ns 0.00984 0 0 696 B
master StartFinishScope netcoreapp3.1 708ns 0.97ns 3.76ns 0.00927 0 0 696 B
master StartFinishScope net472 920ns 0.712ns 2.76ns 0.104 0 0 658 B
#6296 StartFinishSpan net6.0 464ns 0.543ns 2.1ns 0.0081 0 0 576 B
#6296 StartFinishSpan netcoreapp3.1 615ns 1.29ns 4.84ns 0.00769 0 0 576 B
#6296 StartFinishSpan net472 701ns 0.844ns 3.27ns 0.0915 0 0 578 B
#6296 StartFinishScope net6.0 486ns 0.148ns 0.534ns 0.00974 0 0 696 B
#6296 StartFinishScope netcoreapp3.1 720ns 0.649ns 2.51ns 0.00937 0 0 696 B
#6296 StartFinishScope net472 817ns 1.73ns 6.48ns 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 645ns 0.482ns 1.87ns 0.00977 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 880ns 0.617ns 2.23ns 0.00929 0 0 696 B
master RunOnMethodBegin net472 1.21μs 1.17ns 4.52ns 0.105 0 0 658 B
#6296 RunOnMethodBegin net6.0 642ns 0.455ns 1.7ns 0.00971 0 0 696 B
#6296 RunOnMethodBegin netcoreapp3.1 877ns 0.781ns 3.03ns 0.00908 0 0 696 B
#6296 RunOnMethodBegin net472 1.1μs 1.48ns 5.74ns 0.104 0 0 658 B

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 area:tests unit tests, integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants