Skip to content

Commit ca8414c

Browse files
committed
WIP: perfvalues are not logged
1 parent eff1c97 commit ca8414c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

reframe/core/pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,8 @@ def set_var_default(self, name, value):
12681268
@loggable
12691269
@property
12701270
def perfvalues(self):
1271-
return util.MappingView(self._perfvalues)
1271+
return self._perfvalues
1272+
# return util.MappingView(self._perfvalues)
12721273

12731274
@property
12741275
def job(self):

tutorials/cscs-webinar-2022/config/mysettings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
'ref=%(check_perf_ref)s '
155155
'(l=%(check_perf_lower_thres)s, '
156156
'u=%(check_perf_upper_thres)s)|'
157-
'%(check_perf_unit)s'
157+
'%(check_perf_unit)s|%(check_perfvalues)s'
158158
),
159159
'append': True
160160
}

0 commit comments

Comments
 (0)