Skip to content

Commit

Permalink
Merge pull request #78 from casparvl/vega_config_format
Browse files Browse the repository at this point in the history
Changed Vega formatting config for performance logging to be compatible with ReFrame 4.X
  • Loading branch information
smoors authored Aug 9, 2023
2 parents 7ef1ae8 + 6674861 commit 1cffbb4
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 1cffbb4

Please sign in to comment.