Crate orml_benchmarking

source ·
Expand description

Macro for benchmarking a Substrate runtime. A fork of frame-benchmarking pallet.

Modules§

  • Interface that provides functions for benchmarking the runtime.

Macros§

Structs§

  • The results of a single of benchmark.
  • Configuration used to setup and run runtime benchmarks.
  • A list of benchmarks available for a particular pallet and instance.
  • Result from running benchmarks on a FRAME pallet. Contains duration of the function call in nanoseconds along with the benchmark parameters used for that benchmark result.

Enums§

Traits§

Functions§

  • show error message and debugging info for the case of an error happening during a benchmark
  • This caller account is automatically whitelisted for DB reads/writes by the benchmarking macro.