Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Nov 4, 2024
1 parent 35f52c6 commit 5335cd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/faucet_load_test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Faucet Load Test

on:
push:
branches:
- faucet-load
# push:
# branches:
# - faucet-load

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -61,7 +61,8 @@ jobs:
run: |
num_users=${{ github.event.inputs.number-of-users }}
total_users=$num_users * 100
npx ts-node ./faucet/generate_wallet_address.ts $total_users
echo "total_users=$total_users"
npx ts-node ./faucet/generate_wallet_address.ts 100
- name: Run Locust
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Hub Load Test

on:
push:
# push:
# branches:
# - add-workflow

Expand Down

0 comments on commit 5335cd3

Please sign in to comment.