Skip to content

Commit 073e7d3

Browse files
committed
make gen
1 parent f17977a commit 073e7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/polycli_loadtest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ The codebase has a contract that used for load testing. It's written in Solidity
168168
-t, --time-limit int Maximum number of seconds to spend for benchmarking. Use this to benchmark within a fixed total amount of time. Per default there is no time limit. (default -1)
169169
--to-address string The address that we're going to send to (default "0xDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF")
170170
--to-random When doing a transfer test, should we send to random addresses rather than DEADBEEFx5
171+
--wait-for-receipt If set to true, the load test will wait for the transaction receipt to be mined. If set to false, the load test will not wait for the transaction receipt and will just send the transaction.
171172
```
172173
173174
The command also inherits flags from parent commands.

0 commit comments

Comments
 (0)