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

Microsoft.Data.Sqlite: Lazy all the things! #20150

Merged
merged 1 commit into from
Mar 3, 2020
Merged

Microsoft.Data.Sqlite: Lazy all the things! #20150

merged 1 commit into from
Mar 3, 2020

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Mar 3, 2020

Fixes #17271

@sebastienros
Copy link
Member

Looks good ... Is there a benchmark we should follow after that to look for some improvements?

@bricelam
Copy link
Contributor Author

bricelam commented Mar 3, 2020

@sebastienros Not that I know of, I think @roji is going to look at expanding our perf test suite sometime during 5.0.

@bricelam bricelam merged commit fcc17e8 into dotnet:master Mar 3, 2020
@bricelam bricelam deleted the lazy branch March 3, 2020 23:56
@roji
Copy link
Member

roji commented Mar 4, 2020

All our microbenchmarks in the dashboard run over Microsoft.Data.Sqlite, so we may see some impact there. But we can also consider doing some ADO-level microbenchmarks as well, at some point I was discussing the idea of a "standardized" ADO benchmark suite with @bgrainger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Perf] SqliteConnection lazy initialization
4 participants