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

Multi-threaded tests for more data structures #14

Merged
merged 3 commits into from
Dec 7, 2023

Conversation

DNedic
Copy link
Owner

@DNedic DNedic commented Dec 7, 2023

This adds more multi-threaded tests for the Ring Buffer, Queue and the Bipartite Buffer, a tests README and parametrizes the multi-threaded tests in terms of elements transfered.

This should address #4 to the most part, I am still unsure how MPMC data structures would be tested.

@DNedic DNedic linked an issue Dec 7, 2023 that may be closed by this pull request
@DNedic DNedic merged commit 5c17b55 into main Dec 7, 2023
1 check passed
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.

README should mention C++20 is needed to run tests
1 participant