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

[CHORE] Add parquet benchmarking #1151

Merged
merged 4 commits into from
Jul 12, 2023
Merged

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Jul 12, 2023

Summary

Adds Parquet benchmarking using pytest-benchmark

See: benchmarking/parquet/README.md for instructions.

Screenshots

Some screenshots of the benchmarks in action:

Benchmarking just Daft, grouped by the benchmarking "suite" (e.g. increasing number of rowgroups):

pytest benchmarking/parquet/ --benchmark-only --benchmark-group-by=group -k daft
image

Benchmarking Daft against other tools (grouped by Parquet file):

pytest benchmarking/parquet/ --benchmark-only --benchmark-group-by=param:path
image

Running with memray enabled:

If you want to see how all these tools perform in terms of peak memory usage as well

pytest benchmarking/parquet/ --benchmark-only --benchmark-group-by=param:path --memray
image

@github-actions github-actions bot added the chore label Jul 12, 2023
Base automatically changed from jay/cleanup-integration-test-io-fixtures to main July 12, 2023 05:47
@jaychia jaychia force-pushed the jay/parquet-io-integration-tests branch from 29ce087 to d5619d8 Compare July 12, 2023 09:04
@jaychia jaychia enabled auto-merge (squash) July 12, 2023 09:47
@jaychia jaychia merged commit eea586d into main Jul 12, 2023
@jaychia jaychia deleted the jay/parquet-io-integration-tests branch July 12, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant