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

Using SQLite database to store approved/received results #139

Open
nlohmann opened this issue Mar 18, 2023 · 0 comments
Open

Using SQLite database to store approved/received results #139

nlohmann opened this issue Mar 18, 2023 · 0 comments

Comments

@nlohmann
Copy link

As follow up to #137, we see enormous performance issues as the number of tests that create output files grows over 100k files. Such a large number of files become unmanageable when working with Git.

I am thinking about writing the results to an SQLite database instead of individual files. I hope to achieve this with this framework and wonder what would be the best extension point to use for this. Is there a concept of using a different mechanism to store results already?

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

No branches or pull requests

1 participant