"src/register_op.cpp" did not exist on "2c5d5feea1488f3ff36f215ad5ed82c8fc6e6bef"
Unverified Commit 942c135f authored by Pavle Jacovic's avatar Pavle Jacovic Committed by GitHub
Browse files

Add input parameters for performance-backup (#1719)

parent 47bdb3f8
...@@ -33,6 +33,10 @@ on: ...@@ -33,6 +33,10 @@ on:
description: If model in performance test script passes this threshold, it will be skipped description: If model in performance test script passes this threshold, it will be skipped
required: true required: true
default: '30m' default: '30m'
performance_backup_repo:
description: Repository for backup
required: true
default: migraphx-benchmark/performance-backup
flags: flags:
description: -m for Max value; -s for Std dev; -r for Threshold file description: -m for Max value; -s for Std dev; -r for Threshold file
required: true required: true
...@@ -48,6 +52,7 @@ jobs: ...@@ -48,6 +52,7 @@ jobs:
result_number: ${{ github.event.inputs.result_number || '10' }} result_number: ${{ github.event.inputs.result_number || '10' }}
flags: ${{ github.event.inputs.flags || '-r' }} flags: ${{ github.event.inputs.flags || '-r' }}
performance_reports_repo: ${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }} performance_reports_repo: ${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
performance_backup_repo: ${{ github.event.inputs.performance_backup_repo || 'migraphx-benchmark/performance-backup' }}
benchmark_utils_repo: ${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }} benchmark_utils_repo: ${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
organization: ${{ github.event.inputs.organization || 'AMD' }} organization: ${{ github.event.inputs.organization || 'AMD' }}
model_timeout: ${{ github.event.inputs.model_timeout || '30m' }} model_timeout: ${{ github.event.inputs.model_timeout || '30m' }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment