Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++][Parquet] Benchmark Dict Encoding for non-binary types #36297

Closed
mapleFU opened this issue Jun 26, 2023 · 0 comments · Fixed by #36298
Closed

[C++][Parquet] Benchmark Dict Encoding for non-binary types #36297

mapleFU opened this issue Jun 26, 2023 · 0 comments · Fixed by #36298

Comments

@mapleFU
Copy link
Member

mapleFU commented Jun 26, 2023

Describe the enhancement requested

Currently we only have Dictionary Encoding benchmarks for Binary types. So I'd like to add non-binary types dictionary encoding benchmarks.

Component(s)

C++, Parquet

pitrou pushed a commit that referenced this issue Jun 27, 2023
### Rationale for this change

Add benchmark for non-binary dict encoding

### What changes are included in this PR?

Add benchmark `BM_DictEncodingInt64`

### Are these changes tested?

no need

### Are there any user-facing changes?

no

* Closes: #36297

Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
@pitrou pitrou added this to the 13.0.0 milestone Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants