Add benchmarks crate by copying upstream DataFusion code - #73
Merged
Conversation
gabotechs
force-pushed
the
tpch
branch
2 times, most recently
from
August 8, 2025 11:39
06085b0 to
db7f0b0
Compare
gabotechs
changed the base branch from
main
to
gabrielmusat/extend-session-builder-trait
August 8, 2025 11:40
gabotechs
force-pushed
the
gabrielmusat/extend-session-builder-trait
branch
from
August 8, 2025 11:46
82a2c82 to
b7b62be
Compare
gabotechs
force-pushed
the
tpch
branch
2 times, most recently
from
August 8, 2025 11:49
7d264f1 to
12ab500
Compare
gabotechs
marked this pull request as ready for review
August 8, 2025 11:53
robtandy
approved these changes
Aug 8, 2025
robtandy
merged commit Aug 8, 2025
5a657a4
into
gabrielmusat/extend-session-builder-trait
3 checks passed
robtandy
pushed a commit
that referenced
this pull request
Aug 8, 2025
…text (#85) * Move all test utils to src/ and hide them behind an "integration" feature. This way, other crates and integration tests as well can use it * Extend the `SessionBuilder` trait to be able to operate not only at the `SessionStateBuilder` level, but also on `SessionState` and `SessionContext` * Add benchmarks crate by copying upstream DataFusion code (#73) * Add benchmarks crate by copying upstream DataFusion code * Wire-up distributed execution with tpch benchmarks (#86)
robtandy
pushed a commit
that referenced
this pull request
Aug 8, 2025
…ture (#84) * Move all test utils to src/ and hide them behind an "integration" feature. This way, other crates and integration tests as well can use it * Extend SessionBuilder trait to operate on SessionState and SessionContext (#85) * Move all test utils to src/ and hide them behind an "integration" feature. This way, other crates and integration tests as well can use it * Extend the `SessionBuilder` trait to be able to operate not only at the `SessionStateBuilder` level, but also on `SessionState` and `SessionContext` * Add benchmarks crate by copying upstream DataFusion code (#73) * Add benchmarks crate by copying upstream DataFusion code * Wire-up distributed execution with tpch benchmarks (#86)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds TPCH benchmarks by bringing a lot of upstream DataFusion code into this repo.
Steps for running benchmarks:
For now, this benchmarks do not run distributed, they run as in https://github.com/apache/datafusion