Skip to content

Commit

Permalink
chore: make gen-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 29, 2023
1 parent ec3ecfc commit 68a179a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/polycli_loadtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ The codebase has a contract that used for load testing. It's written in Yul and
-n, --requests int Number of requests to perform for the benchmarking session. The default is to just perform a single request which usually leads to non-representative benchmarking results. (default 1)
-r, --rpc-url string The RPC endpoint url (default "http://localhost:8545")
--seed int A seed for generating random values and addresses (default 123456)
--send-amount string The amount of wei that we'll send every transaction (default "0x38D7EA4C68000")
--send-only Send transactions and load without waiting for it to be mined.
--steady-state-tx-pool-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)
--summarize Should we produce an execution summary after the load test has finished. If you're running a large load test, this can take a long time
Expand All @@ -172,3 +171,4 @@ The command also inherits flags from parent commands.

- [polycli](polycli.md) - A Swiss Army knife of blockchain tools.
- [polycli loadtest uniswapv3](polycli_loadtest_uniswapv3.md) - Run Uniswapv3-like load test against an Eth/EVm style JSON-RPC endpoint.

1 change: 0 additions & 1 deletion doc/polycli_loadtest_uniswapv3.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ The command also inherits flags from parent commands.
-n, --requests int Number of requests to perform for the benchmarking session. The default is to just perform a single request which usually leads to non-representative benchmarking results. (default 1)
-r, --rpc-url string The RPC endpoint url (default "http://localhost:8545")
--seed int A seed for generating random values and addresses (default 123456)
--send-amount string The amount of wei that we'll send every transaction (default "0x38D7EA4C68000")
--send-only Send transactions and load without waiting for it to be mined.
--steady-state-tx-pool-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)
--summarize Should we produce an execution summary after the load test has finished. If you're running a large load test, this can take a long time
Expand Down

0 comments on commit 68a179a

Please sign in to comment.