[all-commits] [llvm/llvm-project] 410754: [libc++] Add benchmarks for partitioning algorithm...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Mar 24 09:25:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 410754410fbafa9c642e3ab05d0cad1eeb456432
      https://github.com/llvm/llvm-project/commit/410754410fbafa9c642e3ab05d0cad1eeb456432
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-03-24 (Mon, 24 Mar 2025)

  Changed paths:
    M libcxx/include/module.modulemap
    R libcxx/test/benchmarks/algorithms/algorithms.partition_point.bench.cpp
    A libcxx/test/benchmarks/algorithms/partitions/is_partitioned.bench.cpp
    A libcxx/test/benchmarks/algorithms/partitions/partition.bench.cpp
    A libcxx/test/benchmarks/algorithms/partitions/partition_copy.bench.cpp
    A libcxx/test/benchmarks/algorithms/partitions/partition_point.bench.cpp
    A libcxx/test/benchmarks/algorithms/partitions/stable_partition.bench.cpp

  Log Message:
  -----------
  [libc++] Add benchmarks for partitioning algorithms (#127324)

This patch adds benchmarks for std::partition, is_partitioned, etc and
their ranges:: variants.



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