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

SlottedArrayBenchmarks.Hash_collisions uses a fixed size to make it comparable #347

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

Scooletz
Copy link
Contributor

@Scooletz Scooletz commented Jun 7, 2024

This PR changes one of the benchmarks to make it fixed size, so that the latter optimizations are comparable (see: #341 for example). It also sets the assertion so only the values that are set are searched for (no looping over various keys).

Copy link

github-actions bot commented Jun 7, 2024

Code Coverage

Package Line Rate Branch Rate Health
Paprika 85% 79%
Summary 85% (3913 / 4617) 79% (1233 / 1570)

Minimum allowed line rate is 75%

@Scooletz Scooletz requested a review from AryanGodara June 7, 2024 14:19
Copy link
Contributor

@AryanGodara AryanGodara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 😎
Ready for merge

@Scooletz Scooletz marked this pull request as ready for review June 7, 2024 14:28
@Scooletz Scooletz merged commit fd332bb into main Jun 7, 2024
2 checks passed
@Scooletz Scooletz deleted the slotted-array-collision-benchmark-fixed-size branch June 7, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants