[libcxx-commits] [libcxx] 4474430 - [libc++][docs] Minor update to the benchmark documentation
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 19 11:02:41 PDT 2025
Author: Louis Dionne
Date: 2025-03-19T14:02:34-04:00
New Revision: 44744301e940cc4d15f0c2f4876e0fdaddc6855b
URL: https://github.com/llvm/llvm-project/commit/44744301e940cc4d15f0c2f4876e0fdaddc6855b
DIFF: https://github.com/llvm/llvm-project/commit/44744301e940cc4d15f0c2f4876e0fdaddc6855b.diff
LOG: [libc++][docs] Minor update to the benchmark documentation
Added:
Modified:
libcxx/docs/TestingLibcxx.rst
Removed:
################################################################################
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 4da7f3e85d291..9c2ac9edb6777 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -470,12 +470,9 @@ removed from the Standard. These tests should be written like:
Benchmarks
==========
-Libc++ contains benchmark tests separately from the test of the test suite.
-The benchmarks are written using the `Google Benchmark`_ library, a copy of which
-is stored in the libc++ repository.
-
-For more information about using the Google Benchmark library, see the
-`official documentation <https://github.com/google/benchmark>`_.
+Libc++'s test suite also contains benchmarks. The benchmarks are written using the `Google Benchmark`_
+library, a copy of which is stored in the LLVM monorepo. For more information about using the Google
+Benchmark library, see the `official documentation <https://github.com/google/benchmark>`_.
The benchmarks are located under ``libcxx/test/benchmarks``. Running a benchmark
works in the same way as running a test. Both the benchmarks and the tests share
More information about the libcxx-commits
mailing list