dotnet / dotnet/BenchmarkDotNet
Plugins for the most common Continuous Integration Systems
Open
enhancement
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 11
Description
I would like to start a discussion, it is not a complete vision yet.
Problem: in terms of Continuous Integration the software performance is usually ignored, or in best case it is not measured properly. Most developers do the profiling and optimizations when the clients start to complain. The performance is not considered and treated as a feature.
As a user I would like to know when code changes are decreasing performance.
The basic idea is to have the results of the benchmarks compared with previous results. If the difference is big enough, then the CI should go red as it would with a broken test.
Contributor guide
Assessment
This issue has not been assessed yet.