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

Performance (regression) tests #522

Open
JohannesLichtenberger opened this issue Aug 24, 2022 · 4 comments
Open

Performance (regression) tests #522

JohannesLichtenberger opened this issue Aug 24, 2022 · 4 comments

Comments

@JohannesLichtenberger
Copy link
Member

We have to add performance regression tests.

Furthermore, we at first have to import and query large JSON files. It's not clear to me how usually these tests are automatically run as Github LSF might not even store really big files.

@mosheduminer
Copy link
Member

It might be worth generating them (in a determistic fashion) before the tests, rather than storing them.

@JohannesLichtenberger
Copy link
Member Author

They shouldn't fit in main memory, however, so they have to be stored at least directly in SirixDB

@mosheduminer
Copy link
Member

Right, but it should be possible to generate the file anyway though, right? Similar to xml/json stream processing.

@JohannesLichtenberger
Copy link
Member Author

Good point, we'd have generated deterministic data instead of real-world huge datasets, but maybe that's okay :-)

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

2 participants