Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Aug 30, 2023
1 parent fbecb56 commit 145f0b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: performance

on:
workflow_dispatch:
inputs:
test_component_name:
description: 'Input Component Name to test performance, input all to test all'
required: false

jobs:
performance:
Expand All @@ -10,7 +14,7 @@ jobs:
- run: |
wget https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/performance/main
chmod +x ./main
./main --mode=all
./main --mode=diffComponent --componentName=${{ github.event.inputs.test_component_name }}
env:
TOS_PASSWD: ${{ secrets.TOS_PASSWD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 145f0b0

Please sign in to comment.