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

Benchmark MLOps.NET #233

Open
Brett-Parker opened this issue Jul 25, 2020 · 3 comments
Open

Benchmark MLOps.NET #233

Brett-Parker opened this issue Jul 25, 2020 · 3 comments
Labels
Benchmark Performance benchmark hacktoberfest

Comments

@Brett-Parker
Copy link
Collaborator

Describe the solution you'd like
Add benchmarking to the MLOps.NET library

Additional context
Suggest benchmarkdotnet but happy to have other suggests too.

Looking for input on preferred ways to implement this and what sort of things we would want as a foundation.

@Brett-Parker
Copy link
Collaborator Author

Brett-Parker commented Jul 25, 2020

@aslotte I'd like to look into this. Looking for your guidance on what you would like for a foundation.

@aslotte
Copy link
Owner

aslotte commented Jul 25, 2020

That would be great @Brett-Parker!

Given that we want to run some of these as part of our CI pipeline, I think we'll want to keep benchmarking tests for different storage providers separate.

I suggest creating a new folder in the solution explorer called Benchmarks
Within that folder, start by creating a project for e.g. benchmarking SQLServer (or whichever storage provider you think is easiest). Maybe MLOps.NET.SQLServer.Benchmark

@aslotte
Copy link
Owner

aslotte commented Jul 25, 2020

I would then keep the benchmark tests grouped by catalogs as we do with the integration tests etc (e.g. ModelCatalogBenchmarks), just so it's easier to find :)

@aslotte aslotte added the Benchmark Performance benchmark label Jul 25, 2020
@Brett-Parker Brett-Parker removed their assignment Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance benchmark hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants