[all-commits] [llvm/llvm-project] 8feb5b: [libc++] Add benchmarks for copy algorithms (#127328)

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Feb 20 05:24:55 PST 2025


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

  Changed paths:
    R libcxx/test/benchmarks/algorithms/copy.bench.cpp
    R libcxx/test/benchmarks/algorithms/copy_backward.bench.cpp
    A libcxx/test/benchmarks/algorithms/modifying/copy.bench.cpp
    A libcxx/test/benchmarks/algorithms/modifying/copy_backward.bench.cpp
    A libcxx/test/benchmarks/algorithms/modifying/copy_if.bench.cpp
    A libcxx/test/benchmarks/algorithms/modifying/copy_n.bench.cpp

  Log Message:
  -----------
  [libc++] Add benchmarks for copy algorithms (#127328)

This patch adds benchmarks for the copy family of algorithms (copy,
copy_n, copy_if, copy_backward).



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