File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ def pipeline_hooks(cls):
652652 #: In this context, a performance variable is a key-value pair, where the
653653 #: key is the desired variable name and the value is the deferred
654654 #: performance expression (i.e. the result of a :ref:`deferrable
655- #: performance <deferrable-performance-functions>`) that computes
655+ #: performance function <deferrable-performance-functions>`) that computes
656656 #: or extracts the performance variable's value.
657657 #:
658658 #: By default, ReFrame will populate this field during the test's
@@ -671,9 +671,8 @@ def pipeline_hooks(cls):
671671 #: examples.
672672 #:
673673 #: :type: A dictionary with keys of type :class:`str` and deferred
674- #: performance expressions (i.e., the result of a
675- #: :doc:`deferrable performance function
676- #: </deferrable_functions_reference>`) as values.
674+ #: performance expressions as values (see
675+ #: :ref:`deferrable-performance-functions`).
677676 #: :default: Collection of performance variables associated to each of
678677 #: the member functions decorated with the :func:`@performance_function
679678 #: <reframe.core.pipeline.RegressionMixin.performance_function>`
You can’t perform that action at this time.
0 commit comments