Move allocation benchmark from example/ to bench/#223
Move allocation benchmark from example/ to bench/#223sgerbino merged 1 commit intocppalliance:developfrom
Conversation
The frame recycling allocator benchmark belongs with the other benchmarks. Build it as a separate target (boost_capy_bench_allocation) since it has its own main(). Mimalloc support remains conditional on BUILD_SHARED_LIBS.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (3)
📝 WalkthroughWalkthroughThis pull request removes the allocation example from the build system by deleting the CMake subdirectory reference in the example build configuration and removing both the CMake and Jam build scripts for the allocation example executable. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
An automated preview of the documentation is available at https://223.capy.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-03-09 22:41:46 UTC |
|
GCOVR code coverage report https://223.capy.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-03-09 22:54:10 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #223 +/- ##
===========================================
+ Coverage 92.14% 92.39% +0.24%
===========================================
Files 77 81 +4
Lines 4534 4652 +118
===========================================
+ Hits 4178 4298 +120
+ Misses 356 354 -2 see 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
The frame recycling allocator benchmark belongs with the other benchmarks. Build it as a separate target (boost_capy_bench_allocation) since it has its own main(). Mimalloc support remains conditional on BUILD_SHARED_LIBS.
Summary by CodeRabbit