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

Replace re-directed dotnet-install.ps1 #5759

Closed
wants to merge 2 commits into from

Conversation

andrewlock
Copy link
Member

@andrewlock andrewlock commented Jul 1, 2024

Summary of changes

Replace current URL for dotnet-install.ps1 to use the raw GitHub content

Reason for change

https://dotnet.microsoft.com is down, which breaks this download, so using the URL it redirects to

Implementation details

Use the direct GitHub link instead

Test coverage

This is the test

Other details

dotnet/runtime#104230

When I'm feeling stronger, we can download this ahead of time and update all the docker images and VMs too...

@andrewlock andrewlock added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Jul 1, 2024
@andrewlock andrewlock requested a review from a team as a code owner July 1, 2024 15:44
@lucaspimentel lucaspimentel changed the title Replace re-directed dotnet-install.ps1 Replace re-directed dotnet-install.ps1 Jul 1, 2024
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Jul 1, 2024

Datadog Report

Branch report: andrew/ci/replace-dotnet-install-links
Commit report: 173bb33
Test service: dd-trace-dotnet

❌ 4 Failed (0 Known Flaky), 340175 Passed, 1613 Skipped, 14h 12m 55.99s Total Time

❌ Failed Tests (4)

  • TestRaspRequest - Datadog.Trace.Security.IntegrationTests.Rasp.AspNetCore5RaspEnabledIastDisabled - Details

    Expand for error
     Expected collection to contain at least 1 item(s) because we want to ensure that we don't timeout while waiting for spans from the mock tracer agent, but found 0: {empty}.
    
  • TestRaspRequest - Datadog.Trace.Security.IntegrationTests.Rasp.AspNetCore5RaspEnabledIastDisabled - Details

    Expand for error
     Expected collection to contain at least 1 item(s) because we want to ensure that we don't timeout while waiting for spans from the mock tracer agent, but found 0: {empty}.
    
  • TestRaspRequest - Datadog.Trace.Security.IntegrationTests.Rasp.AspNetCore5RaspEnabledIastDisabled - Details

    Expand for error
     Expected collection to contain at least 1 item(s) because we want to ensure that we don't timeout while waiting for spans from the mock tracer agent, but found 0: {empty}.
    
  • TestRaspRequestSqlInBody - Datadog.Trace.Security.IntegrationTests.Rasp.AspNetCore5RaspEnabledIastDisabled - Details

    Expand for error
     Unable to determine port application is listening on
    

@andrewlock
Copy link
Member Author

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 (5759) - mean (71ms)  : 65, 78
     .   : milestone, 71,
    master - mean (74ms)  : 62, 85
     .   : milestone, 74,

    section CallTarget+Inlining+NGEN
    This PR (5759) - mean (900ms)  : 875, 925
     .   : milestone, 900,
    master - mean (945ms)  : 815, 1075
     .   : milestone, 945,

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

    section CallTarget+Inlining+NGEN
    This PR (5759) - mean (635ms)  : 614, 656
     .   : milestone, 635,
    master - mean (741ms)  : 650, 832
     .   : milestone, 741,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (5759) - mean (94ms)  : 90, 97
     .   : milestone, 94,
    master - mean (122ms)  : 119, 125
     .   : milestone, 122,

    section CallTarget+Inlining+NGEN
    This PR (5759) - mean (591ms)  : 571, 611
     .   : milestone, 591,
    master - mean (671ms)  : 495, 848
     .   : milestone, 671,

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

    section CallTarget+Inlining+NGEN
    This PR (5759) - mean (1,002ms)  : 977, 1027
     .   : milestone, 1002,
    master - mean (1,001ms)  : 974, 1028
     .   : milestone, 1001,

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

    section CallTarget+Inlining+NGEN
    This PR (5759) - mean (817ms)  : 787, 847
     .   : milestone, 817,
    master - mean (823ms)  : 798, 849
     .   : milestone, 823,

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

    section CallTarget+Inlining+NGEN
    This PR (5759) - mean (807ms)  : 779, 835
     .   : milestone, 807,
    master - mean (809ms)  : 780, 839
     .   : milestone, 809,

Loading

@andrewlock
Copy link
Member Author

Throughput/Crank Report:zap:

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 (5759) (11.571M)   : 0, 11571038
    master (11.842M)   : 0, 11842369
    benchmarks/2.9.0 (12.049M)   : 0, 12048905

    section Automatic
    This PR (5759) (7.769M)   : 0, 7768600
    master (7.999M)   : 0, 7998666
    benchmarks/2.9.0 (8.464M)   : 0, 8463997

    section Trace stats
    master (8.337M)   : 0, 8336641

    section Manual
    This PR (5759) (9.957M)   : 0, 9957383
    master (10.173M)   : 0, 10173108

    section Manual + Automatic
    This PR (5759) (7.254M)   : 0, 7253620
    master (7.350M)   : 0, 7349541

    section Version Conflict
    master (6.703M)   : 0, 6702940

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5759) (9.611M)   : 0, 9610718
    master (9.512M)   : 0, 9511621
    benchmarks/2.9.0 (9.590M)   : 0, 9590349

    section Automatic
    This PR (5759) (6.482M)   : 0, 6482339
    master (6.515M)   : 0, 6515399

    section Trace stats
    master (6.862M)   : 0, 6861752

    section Manual
    This PR (5759) (8.338M)   : 0, 8337696
    master (8.299M)   : 0, 8298527

    section Manual + Automatic
    This PR (5759) (6.166M)   : 0, 6165997
    master (6.262M)   : 0, 6262373

    section Version Conflict
    master (5.588M)   : 0, 5588112

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5759) (10.160M)   : 0, 10160398
    master (10.162M)   : 0, 10161696
    benchmarks/2.9.0 (10.465M)   : 0, 10465033

    section Automatic
    This PR (5759) (7.110M)   : 0, 7110075
    master (7.293M)   : 0, 7293498
    benchmarks/2.9.0 (7.635M)   : 0, 7635248

    section Trace stats
    master (7.497M)   : 0, 7496532

    section Manual
    This PR (5759) (8.778M)   : crit ,0, 8778087
    master (9.243M)   : 0, 9243291

    section Manual + Automatic
    This PR (5759) (6.710M)   : 0, 6709696
    master (6.976M)   : 0, 6975655

    section Version Conflict
    master (6.267M)   : 0, 6266553

Loading

@andrewlock
Copy link
Member Author

Benchmarks Report for tracer 🐌

Benchmarks for #5759 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.138
  • 2 benchmarks are slower, with geometric mean 1.127
  • 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.84μs 43.5ns 292ns 0.019 0.00762 0 5.42 KB
master StartStopWithChild netcoreapp3.1 10μs 51.7ns 243ns 0.0203 0.0102 0 5.62 KB
master StartStopWithChild net472 16.1μs 53.4ns 207ns 1.02 0.314 0.0943 6.08 KB
#5759 StartStopWithChild net6.0 7.9μs 44.3ns 297ns 0.0115 0.00769 0 5.43 KB
#5759 StartStopWithChild netcoreapp3.1 9.85μs 54.8ns 338ns 0.0143 0.00475 0 5.62 KB
#5759 StartStopWithChild net472 16μs 49.3ns 184ns 1.02 0.299 0.0968 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 487μs 415ns 1.61μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 633μs 314ns 1.22μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 817μs 197ns 764ns 0.408 0 0 3.3 KB
#5759 WriteAndFlushEnrichedTraces net6.0 480μs 326ns 1.26μs 0 0 0 2.7 KB
#5759 WriteAndFlushEnrichedTraces netcoreapp3.1 635μs 241ns 902ns 0 0 0 2.7 KB
#5759 WriteAndFlushEnrichedTraces net472 823μs 220ns 761ns 0.408 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 174μs 341ns 1.32μs 0.173 0 0 18.45 KB
master SendRequest netcoreapp3.1 191μs 324ns 1.26μs 0.191 0 0 20.61 KB
master SendRequest net472 0.000406ns 0.000256ns 0.000992ns 0 0 0 0 b
#5759 SendRequest net6.0 170μs 112ns 419ns 0.255 0 0 18.45 KB
#5759 SendRequest netcoreapp3.1 191μs 241ns 934ns 0.19 0 0 20.61 KB
#5759 SendRequest net472 0.000115ns 6.29E‑05ns 0.000218ns 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 544μs 341ns 1.28μs 0.543 0 0 41.62 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 650μs 1.71μs 6.63μs 0.327 0 0 41.7 KB
master WriteAndFlushEnrichedTraces net472 854μs 4.15μs 17.1μs 8.33 2.5 0.417 53.25 KB
#5759 WriteAndFlushEnrichedTraces net6.0 542μs 862ns 3.34μs 0.551 0 0 41.6 KB
#5759 WriteAndFlushEnrichedTraces netcoreapp3.1 650μs 1.25μs 4.84μs 0.327 0 0 41.58 KB
#5759 WriteAndFlushEnrichedTraces net472 850μs 3.95μs 15.3μs 8.17 2.45 0.408 53.25 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 0.623ns 2.41ns 0.0138 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.62μs 1.04ns 4.02ns 0.0139 0 0 1.02 KB
master ExecuteNonQuery net472 1.94μs 3.21ns 12.4ns 0.157 0 0 987 B
#5759 ExecuteNonQuery net6.0 1.23μs 0.56ns 2.17ns 0.0142 0 0 1.02 KB
#5759 ExecuteNonQuery netcoreapp3.1 1.69μs 0.692ns 2.68ns 0.0135 0 0 1.02 KB
#5759 ExecuteNonQuery net472 1.98μs 4.87ns 18.9ns 0.156 0 0 987 B
Benchmarks.Trace.ElasticsearchBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #5759

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync‑net6.0 1.131 1,275.94 1,443.59

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.24μs 0.458ns 1.78ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.51μs 0.45ns 1.62ns 0.0128 0 0 976 B
master CallElasticsearch net472 2.64μs 1.83ns 6.84ns 0.157 0 0 995 B
master CallElasticsearchAsync net6.0 1.28μs 0.653ns 2.44ns 0.0134 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.73μs 3.48ns 13.5ns 0.0137 0 0 1.02 KB
master CallElasticsearchAsync net472 2.5μs 1.43ns 5.34ns 0.166 0 0 1.05 KB
#5759 CallElasticsearch net6.0 1.31μs 0.639ns 2.47ns 0.0138 0 0 976 B
#5759 CallElasticsearch netcoreapp3.1 1.6μs 0.631ns 2.44ns 0.0129 0 0 976 B
#5759 CallElasticsearch net472 2.57μs 2.18ns 8.44ns 0.157 0 0 995 B
#5759 CallElasticsearchAsync net6.0 1.44μs 0.686ns 2.66ns 0.0129 0 0 952 B
#5759 CallElasticsearchAsync netcoreapp3.1 1.65μs 1.58ns 5.9ns 0.0141 0 0 1.02 KB
#5759 CallElasticsearchAsync net472 2.64μs 1.02ns 3.52ns 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.26μs 0.528ns 2.05ns 0.0132 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.73μs 5.54ns 21.5ns 0.013 0 0 952 B
master ExecuteAsync net472 1.84μs 0.645ns 2.5ns 0.145 0 0 915 B
#5759 ExecuteAsync net6.0 1.29μs 0.852ns 3.19ns 0.0134 0 0 952 B
#5759 ExecuteAsync netcoreapp3.1 1.62μs 0.606ns 2.19ns 0.0122 0 0 952 B
#5759 ExecuteAsync net472 1.83μs 1.01ns 3.89ns 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.18μs 1.82ns 6.81ns 0.0314 0 0 2.22 KB
master SendAsync netcoreapp3.1 5.01μs 2.42ns 9.36ns 0.0379 0 0 2.76 KB
master SendAsync net472 7.71μs 8.49ns 32.9ns 0.498 0 0 3.15 KB
#5759 SendAsync net6.0 4.18μs 1.21ns 4.18ns 0.0313 0 0 2.22 KB
#5759 SendAsync netcoreapp3.1 5.02μs 2.17ns 8.41ns 0.0377 0 0 2.76 KB
#5759 SendAsync net472 7.58μs 1.4ns 5.23ns 0.497 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.45μs 0.588ns 2.2ns 0.0231 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.23μs 1.75ns 6.79ns 0.0223 0 0 1.64 KB
master EnrichedLog net472 2.53μs 1.43ns 5.37ns 0.249 0 0 1.57 KB
#5759 EnrichedLog net6.0 1.51μs 0.628ns 2.35ns 0.0232 0 0 1.64 KB
#5759 EnrichedLog netcoreapp3.1 2.07μs 0.783ns 2.71ns 0.0217 0 0 1.64 KB
#5759 EnrichedLog net472 2.57μs 1.04ns 4.04ns 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 112μs 63.9ns 239ns 0 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 118μs 134ns 502ns 0 0 0 4.28 KB
master EnrichedLog net472 146μs 95.7ns 358ns 0.658 0.219 0 4.46 KB
#5759 EnrichedLog net6.0 117μs 158ns 613ns 0.0563 0 0 4.28 KB
#5759 EnrichedLog netcoreapp3.1 121μs 230ns 830ns 0.0606 0 0 4.28 KB
#5759 EnrichedLog net472 147μs 57.7ns 223ns 0.659 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 2.98μs 2.08ns 8.05ns 0.0313 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.28μs 2.74ns 10.3ns 0.0278 0 0 2.2 KB
master EnrichedLog net472 4.82μs 2.66ns 10.3ns 0.319 0 0 2.02 KB
#5759 EnrichedLog net6.0 3.01μs 1.47ns 5.69ns 0.03 0 0 2.2 KB
#5759 EnrichedLog netcoreapp3.1 4.25μs 1.15ns 4.29ns 0.0302 0 0 2.2 KB
#5759 EnrichedLog net472 4.76μs 4.33ns 16.2ns 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.3μs 0.483ns 1.87ns 0.0162 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.72μs 1.1ns 4.25ns 0.0156 0 0 1.14 KB
master SendReceive net472 2.09μs 1.32ns 5.13ns 0.183 0 0 1.16 KB
#5759 SendReceive net6.0 1.27μs 1.1ns 4.13ns 0.0159 0 0 1.14 KB
#5759 SendReceive netcoreapp3.1 1.73μs 0.7ns 2.71ns 0.0149 0 0 1.14 KB
#5759 SendReceive net472 2.08μs 0.526ns 1.9ns 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.82μs 0.832ns 3.22ns 0.0227 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.99μs 3.08ns 11.9ns 0.022 0 0 1.65 KB
master EnrichedLog net472 4.46μs 2.9ns 11.2ns 0.322 0 0 2.04 KB
#5759 EnrichedLog net6.0 2.76μs 0.499ns 1.87ns 0.0221 0 0 1.6 KB
#5759 EnrichedLog netcoreapp3.1 3.92μs 1.67ns 6.26ns 0.0216 0 0 1.65 KB
#5759 EnrichedLog net472 4.27μs 2.25ns 8.71ns 0.324 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #5759

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 1.122 391.51 439.30

Faster 🎉 in #5759

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net6.0 1.138 549.73 483.21

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 391ns 0.306ns 1.19ns 0.00814 0 0 576 B
master StartFinishSpan netcoreapp3.1 585ns 0.328ns 1.18ns 0.00798 0 0 576 B
master StartFinishSpan net472 707ns 0.37ns 1.39ns 0.0916 0 0 578 B
master StartFinishScope net6.0 550ns 0.307ns 1.19ns 0.00963 0 0 696 B
master StartFinishScope netcoreapp3.1 742ns 0.806ns 2.91ns 0.00932 0 0 696 B
master StartFinishScope net472 868ns 0.845ns 3.27ns 0.104 0 0 658 B
#5759 StartFinishSpan net6.0 439ns 0.111ns 0.43ns 0.00813 0 0 576 B
#5759 StartFinishSpan netcoreapp3.1 593ns 0.354ns 1.37ns 0.00766 0 0 576 B
#5759 StartFinishSpan net472 648ns 0.817ns 3.16ns 0.0917 0 0 578 B
#5759 StartFinishScope net6.0 483ns 0.0936ns 0.35ns 0.00972 0 0 696 B
#5759 StartFinishScope netcoreapp3.1 672ns 0.39ns 1.35ns 0.00947 0 0 696 B
#5759 StartFinishScope net472 849ns 0.416ns 1.61ns 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 634ns 0.122ns 0.455ns 0.00984 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 912ns 2.94ns 11.4ns 0.0092 0 0 696 B
master RunOnMethodBegin net472 1.06μs 0.971ns 3.76ns 0.104 0 0 658 B
#5759 RunOnMethodBegin net6.0 578ns 0.264ns 1.02ns 0.00968 0 0 696 B
#5759 RunOnMethodBegin netcoreapp3.1 895ns 0.194ns 0.698ns 0.00928 0 0 696 B
#5759 RunOnMethodBegin net472 1.11μs 0.203ns 0.785ns 0.104 0 0 658 B

@andrewlock
Copy link
Member Author

Superseded by #5770

@andrewlock andrewlock closed this Jul 3, 2024
@andrewlock andrewlock deleted the andrew/ci/replace-dotnet-install-links branch July 3, 2024 17:30
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.

None yet

2 participants