Skip to content

Commit ec120ff

Browse files
authored
Merge pull request #902 from eth-cscs/Cp2kCpuSmall
[test] Update reference for CP2K cpu check small
2 parents bbcbe17 + 04cdb08 commit ec120ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/apps/cp2k/cp2k_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, scale, variant):
5757
references = {
5858
'maint': {
5959
'small': {
60-
'dom:mc': {'time': (182.6, None, 0.05, 's')},
60+
'dom:mc': {'time': (202.2, None, 0.05, 's')},
6161
'daint:mc': {'time': (214.5, None, 0.15, 's')}
6262
},
6363
'large': {
@@ -66,7 +66,7 @@ def __init__(self, scale, variant):
6666
},
6767
'prod': {
6868
'small': {
69-
'dom:mc': {'time': (174.5, None, 0.05, 's')},
69+
'dom:mc': {'time': (202.2, None, 0.05, 's')},
7070
'daint:mc': {'time': (214.5, None, 0.15, 's')}
7171
},
7272
'large': {

0 commit comments

Comments
 (0)