Skip to content

Commit

Permalink
Merge pull request #703 from teojgo/bugfix/fix_kernel_latency_units
Browse files Browse the repository at this point in the history
[bugfix] Correct the units of the kernel latency test
  • Loading branch information
vkarak committed Mar 5, 2019
2 parents 5583743 + 3f3b2e3 commit 8edc395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cscs-checks/microbenchmarks/kernel_latency/kernel_latency.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, kernel_version):
self.sys_reference = {
'sync': {
'dom:gpu': {
'latency': (6.6, None, 0.10, 's')
'latency': (6.6, None, 0.10, 'us')
},
'daint:gpu': {
'latency': (6.6, None, 0.10, 'us')
Expand All @@ -65,7 +65,7 @@ def __init__(self, kernel_version):
'latency': (2.2, None, 0.10, 'us')
},
'daint:gpu': {
'latency': (2.2, None, 0.10, 's')
'latency': (2.2, None, 0.10, 'us')
},
'kesch:cn': {
'latency': (5.7, None, 0.10, 'us')
Expand Down

0 comments on commit 8edc395

Please sign in to comment.