forked from storyprotocol/sdk-e2e-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c575c2a
commit 957e070
Showing
3 changed files
with
79 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
Running with the following parameters: | ||
Devnet: devnet01 | ||
Sub-accounts: 100 | ||
Transactions: 100 | ||
Mode: EOA | ||
Batch size: 1 | ||
Duration: 1 seconds | ||
Node-IP: | ||
############ | ||
https://rpc.devnet.storyprotocol.net | ||
Running load tests for https://rpc.devnet.storyprotocol.net | ||
start_time: 2024/07/16 08:26:25 | ||
pandoras-box -url https://rpc.devnet.storyprotocol.net -m "erupt oven loud noise rug proof sunset gas table era dizzy vault" -s 100 -t 100 -b 1 --mode "EOA" -o output_EOA.json | ||
secp256k1 unavailable, reverting to browser version | ||
Current balance of 0xF62242F0e2adCd6FBA36292A073824Fc7746d9bC - latest: 775418469866077279390 | ||
💸 Fund distribution initialized 💸 | ||
|
||
Cycle Cost Table: | ||
┌──────────────────────────┬───────────────────┐ | ||
│ Name │ Cost [eth] │ | ||
├──────────────────────────┼───────────────────┤ | ||
│ Required acc. balance │ 0.0131500000147 │ | ||
├──────────────────────────┼───────────────────┤ | ||
│ Single distribution cost │ 0.000000000000021 │ | ||
└──────────────────────────┴───────────────────┘ | ||
|
||
Fetching sub-account balances... | ||
✅ Accounts are fully funded for the cycle | ||
|
||
Gathering initial account nonces... | ||
✅ Gathered initial nonce data | ||
|
||
Chain ID: 1513 | ||
Avg. gas price: 0x59682f07 | ||
|
||
Constructing value transfer transactions... | ||
✅ Successfully constructed 100 transactions | ||
|
||
Signing transactions... | ||
✅ Successfully signed 100 transactions | ||
|
||
⚡️ EOA to EOA transfers initialized ️⚡️ | ||
|
||
Sending transactions in batches... | ||
✅ 100 batches sent | ||
|
||
⏱ Statistics calculation initialized ⏱ | ||
|
||
Gathering transaction receipts... | ||
✅ Gathered transaction receipts | ||
|
||
Gathering block info... | ||
✅ Gathered block info | ||
|
||
Block utilization data: | ||
┌─────────┬────────────────┬─────────────────┬──────────────┬─────────────┐ | ||
│ Block # │ Gas Used [wei] │ Gas Limit [wei] │ Transactions │ Utilization │ | ||
├─────────┼────────────────┼─────────────────┼──────────────┼─────────────┤ | ||
│ 0x2b909 │ 0x200b20 │ 0x01c9c380 │ 100 │ 7% │ | ||
└─────────┴────────────────┴─────────────────┴──────────────┴─────────────┘ | ||
|
||
🧮 Calculating TPS data 🧮 | ||
|
||
┌─────┬────────┬──────────────────┐ | ||
│ TPS │ Blocks │ Avg. Utilization │ | ||
├─────┼────────┼──────────────────┤ | ||
│ 50 │ 1 │ 7.00% │ | ||
└─────┴────────┴──────────────────┘ | ||
|
||
💾 Saving run results initialized 💾 | ||
|
||
✅ Run results saved to ./test-report/output_EOA.json | ||
start_time: 2024/07/16 08:26:25 | ||
end_time: 2024/07/16 08:26:40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters