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

add jmh tests #1 #8

Merged
merged 4 commits into from
Jan 14, 2022
Merged

add jmh tests #1 #8

merged 4 commits into from
Jan 14, 2022

Conversation

mchernyakov
Copy link
Contributor

No description provided.

Mikhail Chernyakov added 2 commits January 14, 2022 14:29
if (mode.equals(ConcurrentLongLongMapBuilder.MapMode.BUSY_WAITING)) {
map = ConcurrentLongLongMapBuilder.newBuilder()
.withBuckets(16)
.withInitialCapacity(5_000_000)
Copy link
Contributor

Choose a reason for hiding this comment

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

  • should initialCapacity be equal to NUM_VALUES

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@mchernyakov mchernyakov merged commit c471e7c into master Jan 14, 2022
@mchernyakov mchernyakov deleted the JMH-tests branch January 14, 2022 14:38
@mchernyakov mchernyakov mentioned this pull request Jan 14, 2022
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.

None yet

2 participants