Skip to content

Commit 1c56e79

Browse files
ekoutsvkarak
authored andcommitted
Update docs
1 parent ec22db2 commit 1c56e79

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

docs/config_reference.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,16 +1143,6 @@ You may define different logger objects per system but *not* per partition.
11431143
Emit a separate log record for each performance variable.
11441144
Set this option to :obj:`True` if you want to keep compatibility with the performance logging prior to ReFrame 4.0.
11451145

1146-
.. py:attribute:: logging.log_sanity_results
1147-
1148-
:required: No
1149-
:default: ``false``
1150-
1151-
Emit log records of sanity-only tests in the performance handlers.
1152-
It is useful when you want to send data to the `httpjson <#the-httpjson-log-handler>`__ or other performance logging backends.
1153-
1154-
.. versionadded:: 4.9
1155-
11561146
.. py:attribute:: logging.target_systems
11571147
11581148
:required: No

docs/tutorial.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,6 +2072,10 @@ Let's walk briefly through the most important parts of its configuration:
20722072

20732073
Let's rerun our STREAM example using the new configuration:
20742074

2075+
.. note::
2076+
2077+
After Reframe 4.9 ReFrame will add entries in the perflogs for all tests, not only performance tests.
2078+
20752079
.. code-block:: bash
20762080
:caption: Run with the Docker compose setup.
20772081

0 commit comments

Comments
 (0)