MathSharp icon indicating copy to clipboard operation
MathSharp copied to clipboard

[PROPOSAL] Adding a performance project to MathSharp

Open Kavignon opened this issue 6 years ago • 3 comments

Proposal:

To make sure there is no performance regression in the repository, having a benchmark project in the solution is a good first step. Then we can start from there adding some automation (CI) to make sure a PR won’t impact the code negatively.

I proposed using the NuGet BenchmarkDotNet which is pretty much an industry standard.

Kavignon avatar Aug 23 '19 22:08 Kavignon

seems useful, benchmark dot net is a given yeah. I'm away for a week but am happy to review any PRs to start work on this

john-h-k avatar Aug 24 '19 19:08 john-h-k

Will add a performance project in the solution and 1 or 2 benchmarks to get us started in here.

Kavignon avatar Aug 27 '19 13:08 Kavignon

Done here #41

Kavignon avatar Aug 30 '19 17:08 Kavignon