Skip to content

Commit c5a01bb

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1272 from rsarm/check/g2g-lat-perf
[test] Update G2G latency check
2 parents badb8ee + d39b4af commit c5a01bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/microbenchmarks/osu/osu_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ def __init__(self):
301301

302302
self.reference = {
303303
'dom:gpu': {
304-
'latency': (5.49, None, 0.1, 'us')
304+
'latency': (5.62, None, 0.1, 'us')
305305
},
306306
'daint:gpu': {
307-
'latency': (5.73, None, 1.0, 'us')
307+
'latency': (6.8, None, 0.65, 'us')
308308
},
309309
'kesch:cn': {
310310
'latency': (23.09, None, 0.1, 'us')

0 commit comments

Comments
 (0)