Skip to content

Commit c9fca0b

Browse files
authored
Add Parquet roundtrip benchmarks (#8956)
# Which issue does this PR close? - Closes #8955. # Rationale for this change Baseline for future improvements. # What changes are included in this PR? Adds new benchmarks for reading and writing. Currently uses a fixed number of row groups, pages, and rows. Cycles through data types and encodings. # Are these changes tested? N/A # Are there any user-facing changes? No
1 parent e9bb9f6 commit c9fca0b

File tree

2 files changed

+478
-0
lines changed

2 files changed

+478
-0
lines changed

parquet/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ harness = false
255255
name = "metadata"
256256
harness = false
257257

258+
[[bench]]
259+
name = "parquet_round_trip"
260+
required-features = ["arrow"]
261+
harness = false
262+
258263
[[bench]]
259264
name = "row_selector"
260265
harness = false

0 commit comments

Comments
 (0)