Skip to content

Commit

Permalink
Update README with read metric configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Petrov committed Mar 19, 2024
1 parent c11ec7e commit 4dd841c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,15 @@ The configuration is defined by the following spec

- `run`

- `concurrency`: How many transactions to do simultaneously
- `num_erc20_transfers`: Number of ERC20 `transfer` transactions
- `num_erc721_mints`: Number of ERC721 `mint` transactions
- `concurrency`: How many transactions to do simultaneously
- `read_benches`: A list of read benchmarks to run

- `name`: The name to write on the output report
- `num_requests`: How many times to call this request
- `method`: What method to call on the rpc node
- `parameters_location`: A file with a array of multiple parameters to use for requests

- `report`

Expand Down

0 comments on commit 4dd841c

Please sign in to comment.