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

Improve BenchmarkDecimalAggregation #13939

Conversation

lukasz-stec
Copy link
Member

Description

Add cases for small, big and mixed decimals,
and for in order and random group ids to
differentiate between normal and disabled aggregation cases.
Add benchmarks for evaluate and deserialize
to focus on decimal serializer performance.

Is this change a fix, improvement, new feature, refactoring, or other?

improvement

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

core query engine benchmark (BenchmarkDecimalAggregation)

How would you describe this change to a non-technical end user or system administrator?

improve micro benchmark for decimal aggregation

Related issues, pull requests, and links

Documentation

( X) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

( X) No release notes entries required.
( ) Release notes entries required with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

Add cases for small, big and mixed decimals,
and for in order and random group ids to
differentiate between normal and disabled aggregation cases.
Add benchmarks for evaluate and deserialize
to focus on decimal serializer performance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry performance
Development

Successfully merging this pull request may close these issues.

1 participant