push
github
perf: fix a clang warning for BPS tree perftest Clang warned about the getting the offset of a field in a structure with a non-standard layout because of a `std::unique_ptr` field in the `DummyAllocator` class. Let's simply replace it with a regular pointer. Closes #11122 NO_DOC=minor NO_TEST=minor NO_CHANGELOG=minor (cherry picked from commit 0a9258e2d)
68815 of 122065 branches covered (56.38%)
101479 of 116176 relevant lines covered (87.35%)
2191497.12 hits per line