File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -470,12 +470,9 @@ removed from the Standard. These tests should be written like:
470
470
Benchmarks
471
471
==========
472
472
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 >`_.
479
476
480
477
The benchmarks are located under ``libcxx/test/benchmarks ``. Running a benchmark
481
478
works in the same way as running a test. Both the benchmarks and the tests share
You can’t perform that action at this time.
0 commit comments