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.
- 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.
- The hardware requirements as measured on reference hardware.
- Benchmark the storage speed of a chain snapshot.
Enums
- The root
benchmarking
command.
Traits
- Used by the benchmark to build signed extrinsics.