File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ when running the benchmarks. For example,
482
482
483
483
.. code-block :: bash
484
484
485
- $ libcxx/utils/libcxx-lit < build> libcxx/test/benchmarks/string.bench.cpp --show-all --param optimization=speed
485
+ $ libcxx/utils/libcxx-lit < build> libcxx/test/benchmarks/containers/ string.bench.cpp --show-all --param optimization=speed
486
486
487
487
Note that benchmarks are only dry-run when run via the ``check-cxx `` target since
488
488
we only want to make sure they don't rot. Do not rely on the results of benchmarks
@@ -504,7 +504,7 @@ more benchmarks, as usual:
504
504
.. code-block :: bash
505
505
506
506
$ cmake -S runtimes -B < build> [...]
507
- $ libcxx/utils/libcxx-lit < build> libcxx/test/benchmarks/string.bench.cpp --param optimization=speed
507
+ $ libcxx/utils/libcxx-lit < build> libcxx/test/benchmarks/containers/ string.bench.cpp --param optimization=speed
508
508
509
509
Then, get the consolidated benchmark output for that run using ``consolidate-benchmarks ``:
510
510
You can’t perform that action at this time.
0 commit comments