Skip to content

Commit

Permalink
Add benchmark for SortExec (apache#5284)
Browse files Browse the repository at this point in the history
* add bench for SortExec

* fix preserve partitioning case to run every partition instead of just first

* clippy warning
  • Loading branch information
jaylmiller authored and jiangzhx committed Feb 24, 2023
1 parent 5ff0c2c commit 728703a
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ required-features = ["jit"]
harness = false
name = "merge"

[[bench]]
harness = false
name = "sort"

[[test]]
harness = false
name = "sqllogictests"
Expand Down
Loading

0 comments on commit 728703a

Please sign in to comment.