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

CODECRAFT-36 fix memory mgr performance tests #14

Merged
merged 20 commits into from
Oct 2, 2024

Conversation

anton-matosov
Copy link
Owner

@anton-matosov anton-matosov commented Sep 8, 2024

Changes

Add performance-tests suite to cmake build
Move unit_tests/managers.h to new tests_shared library to make managers definitions available to performance tests
Fix all build issues in performance-tests suite
Get rid of stdafx files and use correct includes in each cpp file
Rework math tests to report time properly
Remove boost_serialization tests as they are irrelevant to memory managers
Add performance tests to CTest in, limit to Release, RelWithDebInfo, MinSizeRel configurations

Known issues

boost::interprocess tests fail with bad_alloc and are disabled for now

Copy link
Owner Author

@anton-matosov anton-matosov left a comment

Choose a reason for hiding this comment

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

self review. LGTM

@anton-matosov anton-matosov merged commit 24b6be1 into master Oct 2, 2024
6 checks passed
@anton-matosov anton-matosov deleted the CODECRAFT-36-Fix-memory-mgr-performance-tests branch October 2, 2024 02:13
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.

1 participant