dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
700 stars 272 forks source link

Tracking missed regressions from auto-filing #2257

Open DrewScoggins opened 2 years ago

DrewScoggins commented 2 years ago

As I work through these investigations I will update this issue, and link to any issues that are opened as a result.

Regressions

By design

Need to investigate why this was missed.

Investigation in progress

This is almost certainly related to either the hardware in the lab, or the difference in executing the test code (SDK vs CoreRun)

  • [ ] System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarOperatorBenchmark, System.Numerics.Tests.Perf_Matrix4x4.Transpose, > System.Numerics.Tests.Perf_Matrix4x4.NegateBenchmark, System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarBenchmark

This regression was found, https://github.com/dotnet/runtime/issues/59415, but these particular benchmarks were not also flagged as part of the regression. I will take a look at what happened, and why these were not included.

These will need to be investigated

DrewScoggins commented 2 years ago

@adamsitnik @danmoseley @AndyAyersMS @kunalspathak