Skip to content

Commit cdde1fe

Browse files
author
Qiwei Huang
committed
bench(parquet): split materialization policy benchmark
1 parent ac18680 commit cdde1fe

3 files changed

Lines changed: 2457 additions & 509 deletions

File tree

parquet/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ name = "arrow_reader_row_filter"
245245
required-features = ["arrow", "async"]
246246
harness = false
247247

248+
[[bench]]
249+
name = "arrow_reader_materialization_policy"
250+
required-features = ["arrow", "async"]
251+
harness = false
252+
248253
[[bench]]
249254
name = "arrow_reader_clickbench"
250255
required-features = ["arrow", "async", "object_store"]

0 commit comments

Comments
 (0)