We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b1eb8 commit f64b077Copy full SHA for f64b077
cscs-checks/microbenchmarks/osu/osu_tests.py
@@ -256,7 +256,7 @@ def __init__(self):
256
257
self.reference = {
258
'dom:gpu': {
259
- 'bw': (8897.86, -0.1, None, 'MB/s')
+ 'bw': (8813.09, -0.05, None, 'MB/s')
260
},
261
'daint:gpu': {
262
'bw': (8765.65, -0.1, None, 'MB/s')
@@ -301,7 +301,7 @@ def __init__(self):
301
302
303
304
- 'latency': (5.62, None, 0.1, 'us')
+ 'latency': (5.56, None, 0.1, 'us')
305
306
307
'latency': (6.8, None, 0.65, 'us')
0 commit comments