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

Temporarily disable profiler CppCheck #5389

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

andrewlock
Copy link
Member

Summary of changes

Temporarily disabled the profiler Cppcheck on Windows

Reason for change

The existing CppCheck version does not support macros that are currently in use, so it fails every single run.

Implementation details

Temporarily disable the job

Test coverage

Less

Other details

@gleocadie is going to look at reinstating this soon!

@andrewlock andrewlock added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Apr 3, 2024
@andrewlock andrewlock requested a review from a team as a code owner April 3, 2024 16:18
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Apr 3, 2024

Datadog Report

Branch report: andrew/ci/disable-profiler-static-tests
Commit report: 97e9458
Test service: dd-trace-dotnet

✅ 0 Failed, 304149 Passed, 1509 Skipped, 50m 50.38s Wall Time

@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 (5389) - mean (75ms)  : 64, 86
     .   : milestone, 75,
    master - mean (75ms)  : 65, 84
     .   : milestone, 75,

    section CallTarget+Inlining+NGEN
    This PR (5389) - mean (999ms)  : 971, 1028
     .   : milestone, 999,
    master - mean (1,004ms)  : 979, 1029
     .   : milestone, 1004,

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

    section CallTarget+Inlining+NGEN
    This PR (5389) - mean (714ms)  : 690, 737
     .   : milestone, 714,
    master - mean (723ms)  : 698, 747
     .   : milestone, 723,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (5389) - mean (95ms)  : 91, 98
     .   : milestone, 95,
    master - mean (95ms)  : 91, 99
     .   : milestone, 95,

    section CallTarget+Inlining+NGEN
    This PR (5389) - mean (672ms)  : 651, 693
     .   : milestone, 672,
    master - mean (676ms)  : 657, 695
     .   : milestone, 676,

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

    section CallTarget+Inlining+NGEN
    This PR (5389) - mean (1,079ms)  : 1061, 1096
     .   : milestone, 1079,
    master - mean (1,081ms)  : 1059, 1104
     .   : milestone, 1081,

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

    section CallTarget+Inlining+NGEN
    This PR (5389) - mean (881ms)  : 855, 906
     .   : milestone, 881,
    master - mean (875ms)  : 852, 899
     .   : milestone, 875,

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

    section CallTarget+Inlining+NGEN
    This PR (5389) - mean (854ms)  : 833, 876
     .   : milestone, 854,
    master - mean (862ms)  : 840, 885
     .   : milestone, 862,

Loading

@andrewlock
Copy link
Member Author

Benchmarks Report for tracer 🐌

Benchmarks for #5389 compared to master:

  • 2 benchmarks are faster, with geometric mean 1.206
  • 1 benchmarks are slower, with geometric mean 1.120
  • 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 8.9μs 49.2ns 291ns 0.022 0.0088 0 7.5 KB
master StartStopWithChild netcoreapp3.1 10.8μs 55ns 252ns 0.0373 0.0213 0.00533 7.59 KB
master StartStopWithChild net472 16.9μs 52.5ns 196ns 1.35 0.357 0.116 8.04 KB
#5389 StartStopWithChild net6.0 9.01μs 51.2ns 386ns 0.0225 0.00901 0 7.5 KB
#5389 StartStopWithChild netcoreapp3.1 10.6μs 58.6ns 361ns 0.0309 0.0155 0 7.6 KB
#5389 StartStopWithChild net472 16.9μs 75.7ns 293ns 1.36 0.362 0.109 8.06 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 483μs 547ns 2.12μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 606μs 323ns 1.25μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 820μs 234ns 877ns 0.411 0 0 3.3 KB
#5389 WriteAndFlushEnrichedTraces net6.0 453μs 219ns 847ns 0 0 0 2.7 KB
#5389 WriteAndFlushEnrichedTraces netcoreapp3.1 602μs 152ns 570ns 0 0 0 2.7 KB
#5389 WriteAndFlushEnrichedTraces net472 808μs 296ns 1.11μs 0.403 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 173μs 170ns 658ns 0.26 0 0 18.33 KB
master SendRequest netcoreapp3.1 194μs 249ns 964ns 0.193 0 0 20.49 KB
master SendRequest net472 0.000266ns 0.000143ns 0.000535ns 0 0 0 0 b
#5389 SendRequest net6.0 173μs 209ns 811ns 0.259 0 0 18.33 KB
#5389 SendRequest netcoreapp3.1 195μs 286ns 1.11μs 0.192 0 0 20.49 KB
#5389 SendRequest net472 0.000415ns 0.000207ns 0.0008ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ More allocations ⚠️

More allocations ⚠️ in #5389

Benchmark Base Allocated Diff Allocated Change Change %
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑netcoreapp3.1 41.61 KB 41.86 KB 242 B 0.58%

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 550μs 640ns 2.22μs 0.563 0 0 41.54 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 663μs 2.34μs 9.05μs 0.327 0 0 41.61 KB
master WriteAndFlushEnrichedTraces net472 878μs 3.69μs 13.3μs 8.25 2.6 0.434 53.26 KB
#5389 WriteAndFlushEnrichedTraces net6.0 540μs 541ns 2.1μs 0.539 0 0 41.6 KB
#5389 WriteAndFlushEnrichedTraces netcoreapp3.1 656μs 913ns 3.42μs 0.334 0 0 41.86 KB
#5389 WriteAndFlushEnrichedTraces net472 873μs 4.17μs 16.7μs 8.42 2.66 0.443 53.23 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.11μs 0.528ns 1.91ns 0.0111 0 0 784 B
master ExecuteNonQuery netcoreapp3.1 1.52μs 0.429ns 1.49ns 0.0105 0 0 784 B
master ExecuteNonQuery net472 1.81μs 0.473ns 1.77ns 0.118 0 0 746 B
#5389 ExecuteNonQuery net6.0 1.13μs 0.726ns 2.81ns 0.0107 0 0 784 B
#5389 ExecuteNonQuery netcoreapp3.1 1.46μs 0.87ns 3.25ns 0.0102 0 0 784 B
#5389 ExecuteNonQuery net472 1.87μs 0.841ns 3.26ns 0.118 0 0 746 B
Benchmarks.Trace.ElasticsearchBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #5389

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync‑netcoreapp3.1 1.120 1,638.43 1,834.28

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.37μs 1.79ns 6.69ns 0.0137 0 0 1.01 KB
master CallElasticsearch netcoreapp3.1 1.63μs 2.75ns 10.3ns 0.014 0 0 1.01 KB
master CallElasticsearch net472 2.39μs 0.879ns 3.29ns 0.162 0 0 1.02 KB
master CallElasticsearchAsync net6.0 1.37μs 0.953ns 3.57ns 0.0137 0 0 984 B
master CallElasticsearchAsync netcoreapp3.1 1.64μs 0.965ns 3.74ns 0.014 0 0 1.06 KB
master CallElasticsearchAsync net472 2.69μs 2.35ns 9.08ns 0.17 0 0 1.08 KB
#5389 CallElasticsearch net6.0 1.29μs 1.15ns 4.46ns 0.0142 0 0 1.01 KB
#5389 CallElasticsearch netcoreapp3.1 1.67μs 0.447ns 1.67ns 0.0133 0 0 1.01 KB
#5389 CallElasticsearch net472 2.64μs 0.952ns 3.56ns 0.161 0 0 1.02 KB
#5389 CallElasticsearchAsync net6.0 1.47μs 0.71ns 2.75ns 0.0135 0 0 984 B
#5389 CallElasticsearchAsync netcoreapp3.1 1.83μs 1.34ns 5.17ns 0.0147 0 0 1.06 KB
#5389 CallElasticsearchAsync net472 2.75μs 3.23ns 12.5ns 0.171 0.00138 0 1.08 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.36μs 0.623ns 2.41ns 0.0129 0 0 928 B
master ExecuteAsync netcoreapp3.1 1.68μs 0.877ns 3.28ns 0.0127 0 0 928 B
master ExecuteAsync net472 2.03μs 0.82ns 3.18ns 0.141 0 0 891 B
#5389 ExecuteAsync net6.0 1.34μs 0.491ns 1.84ns 0.0128 0 0 928 B
#5389 ExecuteAsync netcoreapp3.1 1.64μs 0.68ns 2.54ns 0.0123 0 0 928 B
#5389 ExecuteAsync net472 1.86μs 0.513ns 1.85ns 0.141 0 0 891 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.14μs 1.06ns 3.98ns 0.029 0 0 2.16 KB
master SendAsync netcoreapp3.1 5.21μs 1.79ns 6.44ns 0.0364 0 0 2.7 KB
master SendAsync net472 7.88μs 2.92ns 10.9ns 0.484 0 0 3.05 KB
#5389 SendAsync net6.0 4.13μs 1.8ns 6.72ns 0.029 0 0 2.16 KB
#5389 SendAsync netcoreapp3.1 5.09μs 1.16ns 4.18ns 0.0357 0 0 2.7 KB
#5389 SendAsync net472 7.7μs 2.79ns 10.8ns 0.484 0 0 3.05 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.44μs 0.794ns 3.07ns 0.0231 0 0 1.65 KB
master EnrichedLog netcoreapp3.1 2.23μs 0.823ns 3.08ns 0.0226 0 0 1.65 KB
master EnrichedLog net472 2.71μs 1.9ns 7.38ns 0.25 0 0 1.57 KB
#5389 EnrichedLog net6.0 1.44μs 0.574ns 2.07ns 0.023 0 0 1.65 KB
#5389 EnrichedLog netcoreapp3.1 2.3μs 0.994ns 3.72ns 0.0231 0 0 1.65 KB
#5389 EnrichedLog net472 2.81μs 2.12ns 8.22ns 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 35.1ns 136ns 0 0 0 4.23 KB
master EnrichedLog netcoreapp3.1 118μs 135ns 503ns 0 0 0 4.23 KB
master EnrichedLog net472 147μs 113ns 436ns 0.659 0.22 0 4.41 KB
#5389 EnrichedLog net6.0 112μs 277ns 1.07μs 0.0556 0 0 4.23 KB
#5389 EnrichedLog netcoreapp3.1 118μs 152ns 589ns 0.0587 0 0 4.23 KB
#5389 EnrichedLog net472 148μs 127ns 493ns 0.662 0.221 0 4.41 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.07μs 1.44ns 5.56ns 0.0307 0 0 2.21 KB
master EnrichedLog netcoreapp3.1 4.23μs 1.73ns 6.72ns 0.0296 0 0 2.21 KB
master EnrichedLog net472 5.02μs 2.02ns 7.84ns 0.321 0 0 2.02 KB
#5389 EnrichedLog net6.0 3.2μs 1.32ns 4.94ns 0.0306 0 0 2.21 KB
#5389 EnrichedLog netcoreapp3.1 4.31μs 1.89ns 7.07ns 0.0301 0 0 2.21 KB
#5389 EnrichedLog net472 4.98μs 1.89ns 7.06ns 0.32 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.5μs 0.596ns 2.23ns 0.0164 0 0 1.18 KB
master SendReceive netcoreapp3.1 1.79μs 1.67ns 6.26ns 0.0161 0 0 1.18 KB
master SendReceive net472 2.28μs 1.64ns 6.14ns 0.187 0 0 1.18 KB
#5389 SendReceive net6.0 1.41μs 0.706ns 2.73ns 0.0162 0 0 1.18 KB
#5389 SendReceive netcoreapp3.1 1.88μs 1.45ns 5.6ns 0.0159 0 0 1.18 KB
#5389 SendReceive net472 2.36μs 2.17ns 8.41ns 0.187 0 0 1.18 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.67μs 0.828ns 3.1ns 0.0213 0 0 1.55 KB
master EnrichedLog netcoreapp3.1 3.95μs 1.41ns 5.07ns 0.02 0 0 1.6 KB
master EnrichedLog net472 4.35μs 2.05ns 7.67ns 0.316 0 0 1.99 KB
#5389 EnrichedLog net6.0 2.85μs 1.13ns 4.37ns 0.0211 0 0 1.55 KB
#5389 EnrichedLog netcoreapp3.1 3.93μs 2.05ns 7.69ns 0.0218 0 0 1.6 KB
#5389 EnrichedLog net472 4.44μs 2.21ns 8.57ns 0.315 0 0 1.99 KB
Benchmarks.Trace.SpanBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #5389

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 1.213 561.97 463.29
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑netcoreapp3.1 1.199 775.82 647.16

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 562ns 1.54ns 5.96ns 0.00762 0 0 552 B
master StartFinishSpan netcoreapp3.1 777ns 2.36ns 9.13ns 0.00762 0 0 552 B
master StartFinishSpan net472 760ns 1.73ns 6.7ns 0.0878 0 0 554 B
master StartFinishScope net6.0 626ns 1.34ns 5.2ns 0.00931 0 0 672 B
master StartFinishScope netcoreapp3.1 903ns 1.49ns 5.78ns 0.009 0 0 672 B
master StartFinishScope net472 929ns 1.58ns 6.13ns 0.1 0 0 634 B
#5389 StartFinishSpan net6.0 463ns 0.637ns 2.38ns 0.00764 0 0 552 B
#5389 StartFinishSpan netcoreapp3.1 649ns 1.12ns 4.33ns 0.00743 0 0 552 B
#5389 StartFinishSpan net472 717ns 0.925ns 3.58ns 0.0877 0 0 554 B
#5389 StartFinishScope net6.0 590ns 0.802ns 3ns 0.00937 0 0 672 B
#5389 StartFinishScope netcoreapp3.1 894ns 1.15ns 4.46ns 0.00888 0 0 672 B
#5389 StartFinishScope net472 966ns 1.19ns 4.61ns 0.101 0 0 634 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 722ns 1.64ns 6.33ns 0.0094 0 0 672 B
master RunOnMethodBegin netcoreapp3.1 865ns 2.46ns 9.52ns 0.009 0 0 672 B
master RunOnMethodBegin net472 1.08μs 1.61ns 6.01ns 0.1 0 0 634 B
#5389 RunOnMethodBegin net6.0 705ns 0.962ns 3.73ns 0.00939 0 0 672 B
#5389 RunOnMethodBegin netcoreapp3.1 866ns 1.5ns 5.6ns 0.00919 0 0 672 B
#5389 RunOnMethodBegin net472 1.09μs 1.21ns 4.69ns 0.1 0 0 634 B

@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 (5389) (11.024M)   : 0, 11023623
    master (10.962M)   : 0, 10961969
    benchmarks/2.9.0 (11.269M)   : 0, 11269029

    section Automatic
    This PR (5389) (7.552M)   : 0, 7551623
    master (7.503M)   : 0, 7503453
    benchmarks/2.9.0 (8.101M)   : 0, 8100962

    section Trace stats
    This PR (5389) (7.879M)   : 0, 7879280
    master (7.826M)   : 0, 7826349

    section Manual
    This PR (5389) (9.737M)   : 0, 9736812
    master (9.540M)   : 0, 9539506

    section Manual + Automatic
    This PR (5389) (7.393M)   : 0, 7392599
    master (7.140M)   : 0, 7140240

    section Version Conflict
    This PR (5389) (6.552M)   : 0, 6552467
    master (6.410M)   : 0, 6410320

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5389) (9.603M)   : 0, 9602542
    master (9.499M)   : 0, 9498868
    benchmarks/2.9.0 (9.648M)   : 0, 9648037

    section Automatic
    This PR (5389) (6.699M)   : 0, 6699205
    master (6.660M)   : 0, 6660300

    section Trace stats
    This PR (5389) (6.955M)   : 0, 6955264
    master (6.866M)   : 0, 6865962

    section Manual
    This PR (5389) (8.362M)   : 0, 8361963
    master (8.166M)   : 0, 8166096

    section Manual + Automatic
    This PR (5389) (6.278M)   : 0, 6278332
    master (6.173M)   : 0, 6173243

    section Version Conflict
    This PR (5389) (5.738M)   : 0, 5738347
    master (5.579M)   : 0, 5578907

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5389) (8.693M)   : 0, 8692869
    master (8.681M)   : 0, 8681195
    benchmarks/2.9.0 (8.991M)   : 0, 8990879

    section Automatic
    This PR (5389) (6.196M)   : 0, 6196176
    master (6.080M)   : 0, 6080451
    benchmarks/2.9.0 (6.362M)   : 0, 6361714

    section Trace stats
    This PR (5389) (6.345M)   : 0, 6344635
    master (6.327M)   : 0, 6326606

    section Manual
    This PR (5389) (7.703M)   : 0, 7702943
    master (7.608M)   : 0, 7607508

    section Manual + Automatic
    This PR (5389) (5.941M)   : 0, 5941278
    master (5.829M)   : 0, 5829141

    section Version Conflict
    This PR (5389) (5.274M)   : 0, 5273972
    master (5.284M)   : 0, 5283582

Loading

@andrewlock andrewlock merged commit 865ab82 into master Apr 4, 2024
54 of 56 checks passed
@andrewlock andrewlock deleted the andrew/ci/disable-profiler-static-tests branch April 4, 2024 09:54
@github-actions github-actions bot added this to the vNext-v2 milestone Apr 4, 2024
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.

2 participants