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

[Test Package Versions Bump] Updating package versions #5338

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Updates the package versions for integration tests.

@github-actions github-actions bot requested review from a team as code owners March 22, 2024 10:07
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Mar 22, 2024

Datadog Report

Branch report: bot/test-package-versions-bump
Commit report: dcc7987
Test service: dd-trace-dotnet

✅ 0 Failed, 332357 Passed, 1589 Skipped, 43m 45.94s Wall Time
❄️ 1 New Flaky

New Flaky Tests (1)

  • TestIastXpathInjectionRequest - Datadog.Trace.Security.IntegrationTests.Iast.AspNetCore5IastTestsFullSamplingIastEnabled - Last Failure

    Expand for error
     Results do not match.
     Differences:
     Received: Iast.XpathInjection.AspNetCore5.IastEnabled.received.txt
     Verified: Iast.XpathInjection.AspNetCore5.IastEnabled.verified.txt
     Received Content:
     [
       {
         TraceId: Id_1,
         SpanId: Id_2,
         Name: aspnet_core.request,
     ...
    

@andrewlock
Copy link
Member

andrewlock commented Mar 22, 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 (5338) - mean (74ms)  : 64, 83
     .   : milestone, 74,
    master - mean (75ms)  : 67, 83
     .   : milestone, 75,

    section CallTarget+Inlining+NGEN
    This PR (5338) - mean (1,005ms)  : 985, 1025
     .   : milestone, 1005,
    master - mean (1,012ms)  : 989, 1035
     .   : milestone, 1012,

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

    section CallTarget+Inlining+NGEN
    This PR (5338) - mean (721ms)  : 701, 740
     .   : milestone, 721,
    master - mean (729ms)  : 709, 750
     .   : milestone, 729,

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

    section CallTarget+Inlining+NGEN
    This PR (5338) - mean (679ms)  : 657, 701
     .   : milestone, 679,
    master - mean (684ms)  : 662, 705
     .   : milestone, 684,

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

    section CallTarget+Inlining+NGEN
    This PR (5338) - mean (1,084ms)  : 1064, 1104
     .   : milestone, 1084,
    master - mean (1,079ms)  : 1056, 1102
     .   : milestone, 1079,

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

    section CallTarget+Inlining+NGEN
    This PR (5338) - mean (875ms)  : 851, 899
     .   : milestone, 875,
    master - mean (874ms)  : 844, 905
     .   : milestone, 874,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (5338) - mean (261ms)  : 257, 264
     .   : milestone, 261,
    master - mean (260ms)  : 256, 264
     .   : milestone, 260,

    section CallTarget+Inlining+NGEN
    This PR (5338) - mean (860ms)  : 830, 890
     .   : milestone, 860,
    master - mean (855ms)  : 836, 875
     .   : milestone, 855,

Loading

@andrewlock
Copy link
Member

andrewlock commented Mar 22, 2024

Benchmarks Report for tracer 🐌

Benchmarks for #5338 compared to master:

  • 2 benchmarks are faster, with geometric mean 1.179
  • 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 9.1μs 51ns 349ns 0.0311 0.0133 0.00445 7.51 KB
master StartStopWithChild netcoreapp3.1 10.8μs 54.4ns 308ns 0.0386 0.0166 0 7.6 KB
master StartStopWithChild net472 17.2μs 45.8ns 171ns 1.35 0.332 0.119 8.04 KB
#5338 StartStopWithChild net6.0 8.57μs 45.4ns 222ns 0.0216 0.00864 0 7.5 KB
#5338 StartStopWithChild netcoreapp3.1 10.8μs 58.7ns 337ns 0.0164 0.00548 0 7.6 KB
#5338 StartStopWithChild net472 16.8μs 40.5ns 157ns 1.37 0.352 0.117 8.04 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 447μs 330ns 1.28μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 617μs 97.7ns 352ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 818μs 1.97μs 6.84μs 0.408 0 0 3.3 KB
#5338 WriteAndFlushEnrichedTraces net6.0 460μs 236ns 883ns 0 0 0 2.7 KB
#5338 WriteAndFlushEnrichedTraces netcoreapp3.1 621μs 204ns 790ns 0 0 0 2.7 KB
#5338 WriteAndFlushEnrichedTraces net472 814μs 278ns 1μs 0.406 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 171μs 156ns 602ns 0.171 0 0 18.33 KB
master SendRequest netcoreapp3.1 189μs 324ns 1.26μs 0.188 0 0 20.49 KB
master SendRequest net472 0.00129ns 0.000366ns 0.00137ns 0 0 0 0 b
#5338 SendRequest net6.0 171μs 173ns 670ns 0.254 0 0 18.33 KB
#5338 SendRequest netcoreapp3.1 193μs 147ns 549ns 0.194 0 0 20.49 KB
#5338 SendRequest net472 0.000428ns 0.000239ns 0.000926ns 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 548μs 194ns 701ns 0.539 0 0 41.61 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 657μs 1.76μs 6.82μs 0.326 0 0 41.68 KB
master WriteAndFlushEnrichedTraces net472 847μs 2.6μs 9.74μs 8.13 2.57 0.428 53.25 KB
#5338 WriteAndFlushEnrichedTraces net6.0 528μs 222ns 768ns 0.543 0 0 41.46 KB
#5338 WriteAndFlushEnrichedTraces netcoreapp3.1 658μs 514ns 1.78μs 0.322 0 0 41.74 KB
#5338 WriteAndFlushEnrichedTraces net472 845μs 3.06μs 11.8μs 8.28 2.48 0.414 53.24 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.22μs 0.302ns 1.09ns 0.011 0 0 784 B
master ExecuteNonQuery netcoreapp3.1 1.51μs 0.681ns 2.64ns 0.0107 0 0 784 B
master ExecuteNonQuery net472 1.73μs 0.669ns 2.5ns 0.118 0 0 746 B
#5338 ExecuteNonQuery net6.0 1.27μs 0.81ns 3.14ns 0.0109 0 0 784 B
#5338 ExecuteNonQuery netcoreapp3.1 1.48μs 0.733ns 2.74ns 0.0104 0 0 784 B
#5338 ExecuteNonQuery net472 1.75μs 1.6ns 6.2ns 0.118 0 0 746 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.4μs 1.72ns 6.65ns 0.014 0 0 1.01 KB
master CallElasticsearch netcoreapp3.1 1.56μs 0.895ns 3.35ns 0.0133 0 0 1.01 KB
master CallElasticsearch net472 2.56μs 1.23ns 4.58ns 0.161 0 0 1.02 KB
master CallElasticsearchAsync net6.0 1.31μs 1.4ns 5.25ns 0.0138 0 0 984 B
master CallElasticsearchAsync netcoreapp3.1 1.76μs 1.41ns 5.28ns 0.0147 0 0 1.06 KB
master CallElasticsearchAsync net472 2.61μs 1.07ns 4ns 0.171 0 0 1.08 KB
#5338 CallElasticsearch net6.0 1.35μs 0.544ns 2.04ns 0.0142 0 0 1.01 KB
#5338 CallElasticsearch netcoreapp3.1 1.55μs 0.527ns 2.04ns 0.014 0 0 1.01 KB
#5338 CallElasticsearch net472 2.52μs 0.767ns 2.77ns 0.161 0 0 1.02 KB
#5338 CallElasticsearchAsync net6.0 1.38μs 0.807ns 3.02ns 0.0138 0 0 984 B
#5338 CallElasticsearchAsync netcoreapp3.1 1.69μs 0.626ns 2.34ns 0.0143 0 0 1.06 KB
#5338 CallElasticsearchAsync net472 2.54μs 1.48ns 5.55ns 0.171 0 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.39μs 0.987ns 3.82ns 0.0132 0 0 928 B
master ExecuteAsync netcoreapp3.1 1.59μs 1.38ns 5.34ns 0.0127 0 0 928 B
master ExecuteAsync net472 1.92μs 2.6ns 9.72ns 0.141 0 0 891 B
#5338 ExecuteAsync net6.0 1.47μs 1.92ns 7.17ns 0.0131 0 0 928 B
#5338 ExecuteAsync netcoreapp3.1 1.69μs 1.36ns 5.29ns 0.0119 0 0 928 B
#5338 ExecuteAsync net472 1.86μs 1.3ns 4.68ns 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.27μs 2ns 7.47ns 0.0301 0 0 2.16 KB
master SendAsync netcoreapp3.1 5.04μs 2.5ns 9.35ns 0.0352 0 0 2.7 KB
master SendAsync net472 7.69μs 4.27ns 15.4ns 0.483 0 0 3.05 KB
#5338 SendAsync net6.0 4.21μs 3.31ns 12.8ns 0.0295 0 0 2.16 KB
#5338 SendAsync netcoreapp3.1 5.04μs 3.16ns 11.4ns 0.0354 0 0 2.7 KB
#5338 SendAsync net472 7.81μs 2.16ns 7.79ns 0.482 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.58μs 0.757ns 2.83ns 0.0232 0 0 1.65 KB
master EnrichedLog netcoreapp3.1 2.35μs 1.2ns 4.17ns 0.0224 0 0 1.65 KB
master EnrichedLog net472 2.7μs 2.84ns 10.6ns 0.249 0 0 1.57 KB
#5338 EnrichedLog net6.0 1.53μs 0.816ns 2.94ns 0.0231 0 0 1.65 KB
#5338 EnrichedLog netcoreapp3.1 2.37μs 1.43ns 4.95ns 0.0225 0 0 1.65 KB
#5338 EnrichedLog net472 2.73μs 2.08ns 7.52ns 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 115μs 256ns 990ns 0 0 0 4.23 KB
master EnrichedLog netcoreapp3.1 118μs 169ns 654ns 0 0 0 4.23 KB
master EnrichedLog net472 147μs 115ns 429ns 0.662 0.221 0 4.41 KB
#5338 EnrichedLog net6.0 114μs 250ns 935ns 0.0565 0 0 4.23 KB
#5338 EnrichedLog netcoreapp3.1 118μs 202ns 782ns 0.0605 0 0 4.23 KB
#5338 EnrichedLog net472 148μs 211ns 817ns 0.663 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.11μs 2.56ns 9.91ns 0.0309 0 0 2.21 KB
master EnrichedLog netcoreapp3.1 4.31μs 2.82ns 10.9ns 0.03 0 0 2.21 KB
master EnrichedLog net472 5.07μs 3.55ns 13.3ns 0.321 0 0 2.02 KB
#5338 EnrichedLog net6.0 3.1μs 2ns 7.47ns 0.0311 0 0 2.21 KB
#5338 EnrichedLog netcoreapp3.1 4.31μs 1.04ns 3.61ns 0.0281 0 0 2.21 KB
#5338 EnrichedLog net472 5.01μs 6.77ns 26.2ns 0.321 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.4μs 3.81ns 13.7ns 0.016 0 0 1.18 KB
master SendReceive netcoreapp3.1 1.85μs 0.53ns 2.05ns 0.0157 0 0 1.18 KB
master SendReceive net472 2.25μs 2.4ns 9.31ns 0.187 0 0 1.18 KB
#5338 SendReceive net6.0 1.36μs 3.1ns 11.6ns 0.0165 0 0 1.18 KB
#5338 SendReceive netcoreapp3.1 1.77μs 2.33ns 8.71ns 0.0161 0 0 1.18 KB
#5338 SendReceive net472 2.34μs 3.99ns 14.4ns 0.186 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.74μs 0.957ns 3.58ns 0.0219 0 0 1.55 KB
master EnrichedLog netcoreapp3.1 3.91μs 1.76ns 6.8ns 0.022 0 0 1.6 KB
master EnrichedLog net472 4.43μs 2.91ns 11.3ns 0.316 0 0 1.99 KB
#5338 EnrichedLog net6.0 2.78μs 0.751ns 2.81ns 0.0209 0 0 1.55 KB
#5338 EnrichedLog netcoreapp3.1 3.84μs 1.06ns 3.95ns 0.021 0 0 1.6 KB
#5338 EnrichedLog net472 4.42μs 3.51ns 13.6ns 0.314 0 0 1.99 KB
Benchmarks.Trace.SpanBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #5338

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑netcoreapp3.1 1.191 904.66 759.67
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net6.0 1.167 635.86 545.08

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 559ns 0.422ns 1.58ns 0.00768 0 0 552 B
master StartFinishSpan netcoreapp3.1 727ns 1.79ns 6.93ns 0.00751 0 0 552 B
master StartFinishSpan net472 766ns 0.733ns 2.84ns 0.0879 0 0 554 B
master StartFinishScope net6.0 636ns 0.549ns 2.13ns 0.00953 0 0 672 B
master StartFinishScope netcoreapp3.1 905ns 0.766ns 2.97ns 0.00898 0 0 672 B
master StartFinishScope net472 1E+03ns 0.934ns 3.62ns 0.1 0 0 634 B
#5338 StartFinishSpan net6.0 530ns 0.619ns 2.4ns 0.00776 0 0 552 B
#5338 StartFinishSpan netcoreapp3.1 736ns 0.773ns 2.89ns 0.0075 0 0 552 B
#5338 StartFinishSpan net472 767ns 0.934ns 3.62ns 0.0879 0 0 554 B
#5338 StartFinishScope net6.0 544ns 0.831ns 3.11ns 0.00931 0 0 672 B
#5338 StartFinishScope netcoreapp3.1 760ns 1.33ns 4.98ns 0.00878 0 0 672 B
#5338 StartFinishScope net472 1.01μs 1.02ns 3.95ns 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 620ns 0.34ns 1.32ns 0.00955 0 0 672 B
master RunOnMethodBegin netcoreapp3.1 932ns 0.609ns 2.36ns 0.0092 0 0 672 B
master RunOnMethodBegin net472 1.13μs 0.751ns 2.91ns 0.1 0 0 634 B
#5338 RunOnMethodBegin net6.0 629ns 0.592ns 2.29ns 0.00926 0 0 672 B
#5338 RunOnMethodBegin netcoreapp3.1 975ns 0.958ns 3.58ns 0.00904 0 0 672 B
#5338 RunOnMethodBegin net472 1.05μs 1.17ns 4.54ns 0.1 0 0 634 B

@andrewlock
Copy link
Member

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 (5338) (11.150M)   : 0, 11150382
    master (11.411M)   : 0, 11411178
    benchmarks/2.9.0 (10.973M)   : 0, 10972668

    section Automatic
    This PR (5338) (7.580M)   : 0, 7580389
    master (7.859M)   : 0, 7859423
    benchmarks/2.9.0 (7.971M)   : 0, 7971440

    section Trace stats
    This PR (5338) (8.013M)   : 0, 8013128
    master (8.134M)   : 0, 8134073

    section Manual
    This PR (5338) (9.607M)   : 0, 9606711
    master (9.798M)   : 0, 9798189

    section Manual + Automatic
    This PR (5338) (7.161M)   : 0, 7160562
    master (7.190M)   : 0, 7189592

    section Version Conflict
    This PR (5338) (6.493M)   : 0, 6492507
    master (6.720M)   : 0, 6719891

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5338) (9.705M)   : 0, 9705306
    master (9.571M)   : 0, 9570918
    benchmarks/2.9.0 (9.671M)   : 0, 9670561

    section Automatic
    This PR (5338) (6.596M)   : 0, 6595923
    master (6.602M)   : 0, 6602249

    section Trace stats
    This PR (5338) (6.809M)   : 0, 6808977
    master (6.799M)   : 0, 6798848

    section Manual
    This PR (5338) (8.314M)   : 0, 8314347
    master (8.239M)   : 0, 8239331

    section Manual + Automatic
    This PR (5338) (6.284M)   : 0, 6284013
    master (6.238M)   : 0, 6237897

    section Version Conflict
    This PR (5338) (5.805M)   : 0, 5804502
    master (5.738M)   : 0, 5738020

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5338) (9.858M)   : 0, 9857819
    master (9.679M)   : 0, 9678812
    benchmarks/2.9.0 (9.723M)   : 0, 9723215

    section Automatic
    This PR (5338) (6.929M)   : 0, 6929114
    master (6.883M)   : 0, 6882686
    benchmarks/2.9.0 (7.095M)   : 0, 7094697

    section Trace stats
    This PR (5338) (7.178M)   : 0, 7177594
    master (7.322M)   : 0, 7322242

    section Manual
    This PR (5338) (8.689M)   : 0, 8689317
    master (8.455M)   : 0, 8454868

    section Manual + Automatic
    This PR (5338) (6.668M)   : 0, 6667952
    master (6.596M)   : 0, 6595880

    section Version Conflict
    This PR (5338) (5.975M)   : 0, 5975007
    master (5.971M)   : 0, 5970564

Loading
gantt
    title Throughput Linux x64 (ASM) (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    benchmarks/2.9.0 (20.689M)   : 0, 20689363

    section No attack
    benchmarks/2.9.0 (20.448M)   : 0, 20448059

    section Attack
    benchmarks/2.9.0 (17.167M)   : 0, 17166673

Loading

@andrewlock andrewlock force-pushed the bot/test-package-versions-bump branch from 528dec3 to dcc7987 Compare March 22, 2024 11:57
Copy link
Member

@andrewlock andrewlock left a comment

Choose a reason for hiding this comment

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

xunit tests need fixing but otherwise LGTM

Comment on lines +256 to 257
<!-- Latest package https://www.nuget.org/packages/xunit/2.7.0 -->
<PackageReference Include="xunit" Version="2.6.6" />
Copy link
Member

Choose a reason for hiding this comment

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

I excluded the xunit update, because it's not currently working (likely requires a test SDK update)

@andrewlock andrewlock merged commit c210105 into master Mar 22, 2024
54 of 56 checks passed
@andrewlock andrewlock deleted the bot/test-package-versions-bump branch March 22, 2024 14:07
@github-actions github-actions bot added this to the vNext milestone Mar 22, 2024
@andrewlock andrewlock modified the milestones: vNext, vNext-v2 Apr 17, 2024
@andrewlock andrewlock added area:test-apps apps used to test integrations area:dependabot dependabot updates labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dependabot dependabot updates area:test-apps apps used to test integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant