File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2072,6 +2072,10 @@ Let's walk briefly through the most important parts of its configuration:
20722072
20732073Let'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
You can’t perform that action at this time.
0 commit comments