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

test(python): Set up TPC-H benchmark tests #15908

Merged
merged 5 commits into from
Apr 30, 2024
Merged

test(python): Set up TPC-H benchmark tests #15908

merged 5 commits into from
Apr 30, 2024

Conversation

stinodego
Copy link
Contributor

@stinodego stinodego commented Apr 26, 2024

Changes

  • Add benchmark tests for the 22 TPC-H queries on a small scale factor (0.01).

I vendored only the compiled binary dbgen, instead of all files and folders that come with the TPC-H dbgen tool. That saves some clutter but this does not run under Windows. Can revisit later if desired.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars labels Apr 26, 2024
@stinodego stinodego marked this pull request as ready for review April 26, 2024 13:46
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.89%. Comparing base (4b23768) to head (d65c1ac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15908   +/-   ##
=======================================
  Coverage   80.89%   80.89%           
=======================================
  Files        1384     1384           
  Lines      178020   178020           
  Branches     3043     3043           
=======================================
+ Hits       144003   144008    +5     
+ Misses      33535    33530    -5     
  Partials      482      482           
Flag Coverage Δ
python 74.36% <ø> (+<0.01%) ⬆️
rust 78.02% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stinodego stinodego merged commit c9e786b into main Apr 30, 2024
14 checks passed
@stinodego stinodego deleted the tpch-bench branch April 30, 2024 16:27
@c-peters c-peters added the accepted Ready for implementation label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement python Related to Python Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants