[all-commits] [llvm/llvm-project] a6093d: [libc++] Explicitly mention vector_bool in the nam...

Louis Dionne via All-commits all-commits at lists.llvm.org
Sat Feb 15 05:56:42 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6093d30348d7116b1112f7532743fda50258d67
      https://github.com/llvm/llvm-project/commit/a6093d30348d7116b1112f7532743fda50258d67
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-02-15 (Sat, 15 Feb 2025)

  Changed paths:
    M libcxx/test/benchmarks/algorithms/fill.bench.cpp
    M libcxx/test/benchmarks/algorithms/ranges_contains.bench.cpp

  Log Message:
  -----------
  [libc++] Explicitly mention vector_bool in the name of benchmarks (#127313)

We have some benchmarks that were benchmarking very specific
functionality, namely the optimizations in vector<bool>::iterator. Call
this out in the benchmarks by renaming them appropriately. In the future
we will also increase the coverage of these benchmarks to test other
containers.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list