From d62aaa233a793a7fd066e701bee1091ab36e55b5 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:19:31 -0500 Subject: [PATCH 1/2] Update ci_benchmarking.rst Add the flag I can never remember --- docs/practices/ci_benchmarking.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/practices/ci_benchmarking.rst b/docs/practices/ci_benchmarking.rst index b88de33e..0b0ccb68 100644 --- a/docs/practices/ci_benchmarking.rst +++ b/docs/practices/ci_benchmarking.rst @@ -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 @@ -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 `_. +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! @@ -165,4 +171,4 @@ Demo Project ``benchmarking-asv`` showcases the integration with these workflows. * `Repository `_ - * `Dashboard `_ \ No newline at end of file + * `Dashboard `_ From 3e242936246cb64266975cb415ba1163022f43e6 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:37:06 -0500 Subject: [PATCH 2/2] Update docs/practices/ci_benchmarking.rst Co-authored-by: Sandro Campos --- docs/practices/ci_benchmarking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/practices/ci_benchmarking.rst b/docs/practices/ci_benchmarking.rst index 0b0ccb68..efbd41e3 100644 --- a/docs/practices/ci_benchmarking.rst +++ b/docs/practices/ci_benchmarking.rst @@ -144,7 +144,7 @@ If your benchmark fails, you can re-run and find more information with the follo .. code:: bash - >> asv run show-stderr + >> asv run --show-stderr Since you've had to create many commits while working on benchmarks, be sure to squash before merging to main!