Skip to content

Commit

Permalink
Merge pull request #208 from eth-cscs/fix-alloc_speed
Browse files Browse the repository at this point in the history
Update reference on Eiger for alloc_speed.py
  • Loading branch information
lucamar authored Jul 3, 2024
2 parents 31aa543 + 38c3fa5 commit 7636c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checks/microbenchmarks/cpu/alloc_speed/alloc_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def set_reference(self):
'time': (1.51, None, 0.15, 's')
},
'eiger:mc': {
'time': (0.12, None, 0.15, 's')
'time': (0.14, None, 0.15, 's')
},
'pilatus:mc': {
'time': (0.14, None, 0.15, 's')
Expand All @@ -79,7 +79,7 @@ def set_reference(self):
'time': (0.20, None, 0.15, 's')
},
'eiger:mc': {
'time': (0.06, None, 0.15, 's')
'time': (0.07, None, 0.15, 's')
},
'pilatus:mc': {
'time': (0.07, None, 0.15, 's')
Expand Down

0 comments on commit 7636c04

Please sign in to comment.