You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently started exploring BenchmarkDotNet and we would like to set it up in our CI workflow (JetBrains TeamCity).
We are mainly interested in CPU and memory consumption of certain code areas for a start in the performance testing journey; the idea is to report any regressions (yet to be precisely defined) found upon a commit push (or a range of commits), something like what it was reported by @adamsitnik at dotnet/runtime#59149 could be a great start for us.
Do you mind sharing with us how these issues are created?
One last question, is the CI integration still in your roadmap (cf. this comment)?