You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/polycli_loadtest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The codebase has a contract that used for load testing. It's written in Solidity
84
84
--adaptive-rate-limit Enable AIMD-style congestion control to automatically adjust request rate
85
85
--adaptive-rate-limit-increment uint When using adaptive rate limiting, this flag controls the size of the additive increases. (default 50)
86
86
--adaptive-target-size uint When using adaptive rate limiting, this value sets the target queue size. If the queue is smaller than this value, we'll speed up. If the queue is smaller than this value, we'll back off. (default 1000)
87
-
--address-funding-amount big.Int The amount in wei to fund the sending addresses with. Set to 0 to disable account funding (useful for call-only mode or pre-funded addresses).
87
+
--address-funding-amount big.Int The amount in wei to fund the sending addresses with. Set to 0 to disable account funding (useful foreth-call-only mode or pre-funded addresses).
88
88
--batch-size uint Number of batches to perform at a timefor receipt fetching. Default is 999 requests at a time. (default 999)
89
89
--blob-fee-cap uint The blob fee cap, or the maximum blob fee per chunk, in Gwei. (default 100000)
90
90
--calldata string The hex encoded calldata passed in. The format is functionsignature + arguments encoded together. This must be paired up with --mode contract-call and --contract-address
0 commit comments