Skip to content

Commit

Permalink
Merge pull request #184 from lucamar/fix-allocspeed
Browse files Browse the repository at this point in the history
Fix performance reference with COS 2.4 on Pilatus
  • Loading branch information
lucamar authored Apr 15, 2024
2 parents b2cee4c + 870c99b commit f748b25
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 @@ -62,7 +62,7 @@ def set_reference(self):
'time': (0.12, None, 0.15, 's')
},
'pilatus:mc': {
'time': (0.12, None, 0.15, 's')
'time': (0.14, None, 0.15, 's')
},
},
'2M': {
Expand All @@ -82,7 +82,7 @@ def set_reference(self):
'time': (0.06, None, 0.15, 's')
},
'pilatus:mc': {
'time': (0.06, None, 0.15, 's')
'time': (0.07, None, 0.15, 's')
},
'*': {
'time': (0, None, None, 's')
Expand Down

0 comments on commit f748b25

Please sign in to comment.