Skip to content

Commit 1f15130

Browse files
authored
Add arrow_reader_clickbench benchmark (#7470)
* Add arrow_reader_clickbench * update comments, fix Q1 bug * Polish comments * fix typo
1 parent 8dbca1e commit 1f15130

File tree

3 files changed

+888
-0
lines changed

3 files changed

+888
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ $RECYCLE.BIN/
9797
# Python virtual env in parquet crate
9898
parquet/pytest/venv/
9999
__pycache__/
100+
101+
# Parquet file from arrow_reader_clickbench
102+
hits_1.parquet

parquet/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ name = "arrow_reader_row_filter"
216216
required-features = ["arrow", "async"]
217217
harness = false
218218

219+
[[bench]]
220+
name = "arrow_reader_clickbench"
221+
required-features = ["arrow", "async"]
222+
harness = false
223+
219224
[[bench]]
220225
name = "compression"
221226
required-features = ["experimental", "default"]

0 commit comments

Comments
 (0)