Skip to content

Commit

Permalink
Changed formating config for performance logging to be compatible wit…
Browse files Browse the repository at this point in the history
…h ReFrame 4.X
  • Loading branch information
Caspar van Leeuwen committed Aug 9, 2023
1 parent 91d90f3 commit 6674861
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions config/izum_vega.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,14 @@
'format': (
'%(check_job_completion_time)s|reframe %(version)s|'
'%(check_info)s|jobid=%(check_jobid)s|'
'%(check_perf_var)s=%(check_perf_value)s|'
'ref=%(check_perf_ref)s '
'(l=%(check_perf_lower_thres)s, '
'u=%(check_perf_upper_thres)s)|'
'%(check_perf_unit)s'
'%(check_perfvalues)s'
),
'format_perfvars': (
'%(check_perf_var)s=%(check_perf_value)s|'
'ref=%(check_perf_ref)s '
'(l=%(check_perf_lower_thres)s, '
'u=%(check_perf_upper_thres)s)|'
'%(check_perf_unit)s|'
),
'append': True
}
Expand Down

0 comments on commit 6674861

Please sign in to comment.