Expand description

Macro for benchmarking a FRAME runtime.

Re-exports

  • pub use v1::*;

Modules

  • A set of benchmarks which can establish a global baseline for all other benchmarking. These benchmarks do not require a pallet to be deployed.
  • Interface that provides functions for benchmarking the runtime.
  • Macros for benchmarking a FRAME runtime.
  • Contains macros, structs, and traits associated with v2 of the pallet benchmarking syntax.

Macros

Structs

Enums

Traits

Functions

  • Grab an account, seeded by a name and index.
  • This caller account is automatically whitelisted for DB reads/writes by the benchmarking macro.