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

Create perf tests with BenckmarkDotNet #13

Open
realvizu opened this issue Mar 14, 2017 · 0 comments
Open

Create perf tests with BenckmarkDotNet #13

realvizu opened this issue Mar 14, 2017 · 0 comments

Comments

@realvizu
Copy link
Owner

realvizu commented Mar 14, 2017

Create perf tests with BecnhmarkDotNet that we can use to detect performance degradation when implementing new features.

Questions:

  • What should be the subject of the benchmarks?
    • A real-life codebase would be preferred to some synthetic (generated) test subject. Also, it should be stable, eg. a concrete version of a project on GitHub?
    • Eg. a concrete former version of NsDepCop itself?
  • What would be the benchmarking process?
    • I guess only those benchmars can be compared that were executed on the same machine. So if someone implements a new feature that is a potential perf. hit, then he should execute a benchmark with and without the new feature?
@realvizu realvizu added the test label Mar 14, 2017
@realvizu realvizu changed the title Try benchmarkdotnet for perf testing Create perf tests with BenckmarkDotNet Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant