Skip to content

Commit

Permalink
Merge pull request #10 from algorithmiaio/improve-benchmark-success-l…
Browse files Browse the repository at this point in the history
…ikelihood

increased test timeouts
  • Loading branch information
zeryx authored Apr 14, 2021
2 parents a07762d + 1abdb7c commit ee54e0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions workflows/compile_gpu_nlp_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"entrypoint": "classification_albert",
"tests": [
{
"name": "3 call in 10 sec",
"name": "3 call in 20 sec",
"payload": {"texts": ["Hello", "Nice to meet you", "I can not login", "It does not work"]},
"timeout": 10
"timeout": 20
},
{
"name": "12 call in 15 sec",
"name": "12 call in 30 sec",
"payload": {"texts": ["Hello", "Nice to meet you", "I can not login", "It does not work", "Hello", "Nice to meet you", "I can not login", "It does not work", "Hello", "Nice to meet you", "I can not login", "It does not work", "Hello", "Nice to meet you", "I can not login", "It does not work"]},
"timeout": 15
"timeout": 30
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions workflows/customer_image_processing.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"entrypoint": "selfie2anime",
"tests": [
{
"name": "1 call in 10 sec",
"name": "1 call in 20 sec",
"payload": {"in": "https://cdn.dxomark.com/wp-content/uploads/medias/post-29213/160_OnePlus7_DxOMark_Selfie-1-e1557408678866.jpg", "out": "data://.algo/temp/test.jpg"},
"timeout": 10
"timeout": 20
}
]
},
Expand Down
10 changes: 5 additions & 5 deletions workflows/image_benchmark.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"entrypoint": "ParallelPipelining",
"tests": [
{
"name": "10 calls in 60 sec",
"name": "10 calls in 2 min",
"payload": 10,
"timeout": 60
"timeout": 120
},
{
"name": "100 calls in 5 min",
"payload": 100,
"timeout": 300
"name": "50 calls in 10 min",
"payload": 50,
"timeout": 600
}
]
},
Expand Down

0 comments on commit ee54e0b

Please sign in to comment.