Skip to content

Commit 4474430

Browse files
committed
[libc++][docs] Minor update to the benchmark documentation
1 parent 053a714 commit 4474430

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

libcxx/docs/TestingLibcxx.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -470,12 +470,9 @@ removed from the Standard. These tests should be written like:
470470
Benchmarks
471471
==========
472472

473-
Libc++ contains benchmark tests separately from the test of the test suite.
474-
The benchmarks are written using the `Google Benchmark`_ library, a copy of which
475-
is stored in the libc++ repository.
476-
477-
For more information about using the Google Benchmark library, see the
478-
`official documentation <https://github.com/google/benchmark>`_.
473+
Libc++'s test suite also contains benchmarks. The benchmarks are written using the `Google Benchmark`_
474+
library, a copy of which is stored in the LLVM monorepo. For more information about using the Google
475+
Benchmark library, see the `official documentation <https://github.com/google/benchmark>`_.
479476

480477
The benchmarks are located under ``libcxx/test/benchmarks``. Running a benchmark
481478
works in the same way as running a test. Both the benchmarks and the tests share

0 commit comments

Comments
 (0)