Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent c575c2a commit 957e070
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 3 deletions.
2 changes: 2 additions & 0 deletions 20140716/pass_07-14-2024_125614_sdk-test-report.html

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions 20140716/stress_test.log
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
6 changes: 3 additions & 3 deletions l1-test-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

document.write("dateFolder: " + dateFolder);

document.getElementById("rpcTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.json";
document.getElementById("stakeTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.json";
document.getElementById("rewardsTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.json";
document.getElementById("rpcTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.html";
document.getElementById("stakeTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.html";
document.getElementById("rewardsTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.html";
document.getElementById("stressTest").src = dateFolder + "/stress_test.log";
</script>

Expand Down

0 comments on commit 957e070

Please sign in to comment.