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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,8 @@ This will run a load test with a general BSC profile.
128
128
-`--size`: Specifies the test data size. Available values are XS, S, M, L, XL. Default is S.
129
129
-`--batch`: Runs the test using batch requests. This will send multiple requests in a single batch request. The number of requests in a batch can be specified using the `--batch-size` flag. Default batch size is 10.
130
130
-`--ref-url`: Specifies the reference blockchain node URL that will be used to fetch test data from before the benchmark starts.
131
+
-`--start-block`: Starting block number to use when generating test data. Must be used together with `--end-block`.
132
+
-`--end-block`: Ending block number to use when generating test data. Must be greater than `--start-block`. Note: if `--use-latest-blocks` is set, this custom range is ignored.
131
133
132
134
You may also run `chainbench start --help` for the full list of parameters and flags.
0 commit comments