Skip to content

Commit

Permalink
Merge pull request #326 from lincc-frameworks/delucchi-cmu-patch-1
Browse files Browse the repository at this point in the history
Update ci_benchmarking.rst
  • Loading branch information
delucchi-cmu authored Dec 8, 2023
2 parents 4f4e196 + 3e24293 commit 5031dda
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/practices/ci_benchmarking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Having benchmarks for several revisions, you can find them and compare them with

.. code:: bash
>>asv show
>> asv show
Commits with results:
Machine : XPS8104-L
Expand All @@ -140,6 +140,12 @@ The commands use a very flexible and powerful syntax which allows to specify a r
of commits and even tags. For more information visit ASV's
`Benchmarking section <https://asv.readthedocs.io/en/stable/using.html#benchmarking>`_.

If your benchmark fails, you can re-run and find more information with the following:

.. code:: bash
>> asv run --show-stderr
Since you've had to create many commits while working on benchmarks, be sure
to squash before merging to main!

Expand All @@ -165,4 +171,4 @@ Demo
Project ``benchmarking-asv`` showcases the integration with these workflows.

* `Repository <https://github.com/lincc-frameworks/benchmarking-asv>`_
* `Dashboard <https://lincc-frameworks.github.io/benchmarking-asv>`_
* `Dashboard <https://lincc-frameworks.github.io/benchmarking-asv>`_

0 comments on commit 5031dda

Please sign in to comment.