-
Notifications
You must be signed in to change notification settings - Fork 26
Add streaming benchmark validator #760
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
base: main
Are you sure you want to change the base?
Add streaming benchmark validator #760
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
One challenge with running this in CI is the data. We could use |
|
/ok to test 4093bf2 |
| - ucxx==0.48.*,>=0.0.0a0 | ||
| - valgrind | ||
| - pip: | ||
| - tpchgen-cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to help contribute conda-forge packages of this.
madsbk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @TomAugspurger !
This adds a CLI validator for our streaming benchmarks. Our expected results come from running a SQL query against the data with DuckDB. The actual results comes from running the C++ binary.
488c8a7 has the validator changes.
2fc29d3 is a preliminary commit that updates our pre-commit config to validate our python files under
ci/, along with the changes to get the current scripts passing.