[libcxx-commits] [libcxx] [libc++] Rename vector<bool> benchmarks for consistency with other vector benchmarks (PR #181178)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 9 05:15:02 PDT 2026


================
@@ -34,7 +34,7 @@ static void BM_vector_bool_move_ctor_alloc_equal(benchmark::State& state) {
   }
 }
 BENCHMARK(BM_vector_bool_move_ctor_alloc_equal)
-    ->Name("vector<bool>(vector<bool>&&, const allocator_type&) (equal allocators)");
+    ->Name("std::vector<bool>::ctor(vector<bool>&&, allocator) (equal allocators)");
----------------
philnik777 wrote:

I don't think the logic above applies to the `allocator` here.

https://github.com/llvm/llvm-project/pull/181178


More information about the libcxx-commits mailing list