Skip to content
Open
199 changes: 194 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ bytes = "1.11.1"
bytesize = "2.3.1"
chrono = "0.4.45"
count-write = "0.1.0"
criterion = "0.5.1"
foldhash = "0.2.0"
futures = "0.3"
futures-util = "0.3.32"
Expand Down
5 changes: 5 additions & 0 deletions native-engine/datafusion-ext-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ sonic-rs = { workspace = true }
procfs = { workspace = true }

[dev-dependencies]
criterion = { workspace = true }
rand = { workspace = true }

[[bench]]
name = "join_hash_map"
harness = false
Loading
Loading