File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -531,6 +531,16 @@ Finally, use ``compare-benchmarks`` to compare both:
531
531
The ``compare-benchmarks `` script provides some useful options like creating a chart to easily visualize
532
532
differences in a browser window. Use ``compare-benchmarks --help `` for details.
533
533
534
+ Additionally, adding a comment of the following form to a libc++ PR will cause the specified benchmarks to be run
535
+ on our pre-commit CI infrastructure and the results to be reported in the PR by our CI system:
536
+
537
+ .. code-block ::
538
+
539
+ /libcxx-bot benchmark <path/to/benchmark1.bench.cpp> <path/to/benchmark2.bench.cpp> ...
540
+
541
+ Note that this is currently experimental and the results should not be relied upon too strongly, since
542
+ we do not have dedicated hardware to run the benchmarks on.
543
+
534
544
.. _`Google Benchmark` : https://github.com/google/benchmark
535
545
536
546
.. _testing-hardening-assertions :
You can’t perform that action at this time.
0 commit comments