Skip to content

Commit 257adfe

Browse files
authored
Merge pull request #3389 from vkarak/doc/tutorial-fixes
[doc] Fix tutorial on `--performance-report` default behaviour
2 parents 52d7be8 + e6c78de commit 257adfe

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/tutorial.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,17 @@ These files are located by default under ``perflogs/<system>/<partition>/<testna
180180
In our example, this translates to ``perflogs/generic/default/stream_test.log``.
181181
The information that is being logged is fully configurable and we will cover this in the :ref:`logging` section.
182182

183-
Finally, you can use also the :option:`--performance-report` option, which will print a summary of the results of the performance tests that have run in the current session and compare them (by default) to their last obtained performance.
183+
Finally, you can also use the :option:`--performance-report` option, which will print a summary of the results of the performance tests that have run in the current session and (optionally) compare them to past results (see :ref:`querying-past-results` for more on comparing performance results).
184184

185185
.. code-block:: console
186186
187-
┍━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━━━━━━━━┯━━━━━━━━━━┑
188-
│ name │ sysenv │ pvar │ pval │ punit │ pdiff │ job_nodelist │ result │
189-
┝━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━┿━━━━━━━━━┿━━━━━━━━━┿━━━━━━━━━┿━━━━━━━━━━━━━━━━┿━━━━━━━━━━┥
190-
│ stream_test │ generic:default+builtin │ copy_bw │ 40292.1 │ MB/s │ -0.04% │ myhost │ pass │
191-
│ stream_test │ generic:default+builtin │ triad_bw │ 30564.7 │ MB/s │ +0.12% │ myhost │ pass │
192-
┕━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━┙
187+
┍━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━━┑
188+
│ name │ sysenv │ job_nodelist │ pvar │ punit │ pval │ result │
189+
┝━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━┿━━━━━━━━━━┿━━━━━━━━━┿━━━━━━━━━┿━━━━━━━━━━┥
190+
│ stream_test │ generic:default+builtin │ myhost │ copy_bw │ MB/s │ 17154.1 │ pass │
191+
├─────────────┼─────────────────────────┼────────────────┼──────────┼─────────┼─────────┼──────────┤
192+
│ stream_test │ generic:default+builtin │ myhost │ triad_bw │ MB/s │ 13664.8 │ pass │
193+
┕━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━━┙
193194
194195
195196
Inspecting the test artifacts

0 commit comments

Comments
 (0)