Crate frame_benchmarking_cli
source ·Expand description
Contains the root BenchmarkCmd
command and exports its sub-commands.
Structs§
- The base path that is used for everything that needs to be written on disk to run a node.
- Benchmark the execution time of historic blocks.
- Remark builder that can be used to build simple extrinsics for FRAME-based runtimes.
- Benchmark the execution time of different extrinsics.
- Helper to manage
ExtrinsicBuilder
instances. - Command to benchmark the hardware.
- Benchmark the execution overhead per-block and per-extrinsic.
- Benchmark the extrinsic weight of FRAME Pallets.
- Benchmark the storage speed of a chain snapshot.
Enums§
- The root
benchmarking
command.
Statics§
- The hardware requirements as measured on reference hardware.
Traits§
- Used by the benchmark to build signed extrinsics.
Functions§
- Fetches the latest metadata from the given runtime blob.
Type Aliases§
- Typical block type using
OpaqueExtrinsic
.