[libcxx-commits] [libcxx] [libc++][NFC] Move the lower_bound/upper_bound benchmark to the sorting directory (PR #207215)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 2 09:06:35 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
<details>
<summary>Changes</summary>
These algorithms are not under [nonmodifying], they are under [sorting] in the Standard.
---
Full diff: https://github.com/llvm/llvm-project/pull/207215.diff
1 Files Affected:
- (renamed) libcxx/test/benchmarks/algorithms/sorting/lower_upper_bound.bench.cpp ()
``````````diff
diff --git a/libcxx/test/benchmarks/algorithms/nonmodifying/lower_upper_bound.bench.cpp b/libcxx/test/benchmarks/algorithms/sorting/lower_upper_bound.bench.cpp
similarity index 100%
rename from libcxx/test/benchmarks/algorithms/nonmodifying/lower_upper_bound.bench.cpp
rename to libcxx/test/benchmarks/algorithms/sorting/lower_upper_bound.bench.cpp
``````````
</details>
https://github.com/llvm/llvm-project/pull/207215
More information about the libcxx-commits
mailing list