Skip to content

Commit

Permalink
Merge branch 'main' into update-MemoryOverconsumptionMpiCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamar authored Jul 3, 2024
2 parents 67eccd8 + 7636c04 commit e47d9f1
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 e47d9f1

Please sign in to comment.