Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
ab76c2fa
Unverified
Commit
ab76c2fa
authored
Mar 28, 2023
by
Pavle Jacovic
Committed by
GitHub
Mar 28, 2023
Browse files
Add model timeout (#1649)
parent
49fc6138
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/performance.yaml
.github/workflows/performance.yaml
+5
-0
No files found.
.github/workflows/performance.yaml
View file @
ab76c2fa
...
...
@@ -29,6 +29,10 @@ on:
description
:
Last N results
required
:
true
default
:
'
10'
model_timeout
:
description
:
If model in performance test script passes this threshold, it will be skipped
required
:
true
default
:
'
30m'
flags
:
description
:
-m for Max value; -s for Std dev; -r for Threshold file
required
:
true
...
...
@@ -46,6 +50,7 @@ jobs:
performance_reports_repo
:
${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
benchmark_utils_repo
:
${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
organization
:
${{ github.event.inputs.organization || 'AMD' }}
model_timeout
:
${{ github.event.inputs.model_timeout || '30m' }}
secrets
:
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
mail_user
:
${{ secrets.MAIL_USERNAME }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment