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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ The codebase has a contract that used for load testing. It's written in Solidity
167
167
--preconf-stats-file string path for preconf stats JSON output, updated every 2 seconds
168
168
--priority-gas-price gas gas tip for EIP-1559 with unit support (e.g., "2gwei")
169
169
--private-key string hex encoded private key to use for sending transactions (default "42b6e34dc21598a807dc19d7784c71b2a7a01f6480dc6f58258f78e539f1a1fa")
170
+
--private-txs send transactions via eth_sendRawTransactionPrivate
170
171
--proxy string use the proxy specified
171
172
--random-recipients send to random addresses instead of fixed address in transfer tests
172
173
--rate-limit float requests per second limit (use negative value to remove limit) (default 4)
Copy file name to clipboardExpand all lines: doc/polycli_loadtest_uniswapv3.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ The command also inherits flags from parent commands.
110
110
--pretty-logs output logs in pretty format instead of JSON (default true)
111
111
--priority-gas-price gas gas tip for EIP-1559 with unit support (e.g., "2gwei")
112
112
--private-key string hex encoded private key to use for sending transactions (default "42b6e34dc21598a807dc19d7784c71b2a7a01f6480dc6f58258f78e539f1a1fa")
113
+
--private-txs send transactions via eth_sendRawTransactionPrivate
113
114
--random-recipients send to random addresses instead of fixed address in transfer tests
114
115
--rate-limit float requests per second limit (use negative value to remove limit) (default 4)
115
116
-n, --requests int number of requests to perform for the benchmarking session (default of 1 leads to non-representative results) (default 1)
0 commit comments