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 c976058 commit 05dc410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/faucet_load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
num_users=${{ github.event.inputs.number-of-users }}
total_users=$((num_users * 100))
echo "total_users=$total_users"
npx ts-node ./faucet/generate_wallet_address.ts 100
npx ts-node ./faucet/generate_wallet_address.ts $total_users
- name: Run Locust
run: |
Expand Down

0 comments on commit 05dc410

Please sign in to comment.