pub const CAPACITY_EXTRINSIC_BASE_WEIGHT: Weight;
Expand description

The base fee for extrinsics is calculated by running benchmarks. Capacity needs the base fee to remain stable and not change when benchmarks are run. CAPACITY_EXTRINSIC_BASE_WEIGHT is a snapshot of the ExtrinsicBaseWeight taken from: runtime/common/src/weights/extrinsic_weights.rs

Time to execute a NO-OP extrinsic, for example System::remark. Calculated by multiplying the Average with 1.0 and adding 0.

Stats nanoseconds: Min, Max: 104_713, 111_324 Average: 105_455 Median: 105_091 Std-Dev: 1133.64

Percentiles nanoseconds: 99th: 110_219 95th: 106_592 75th: 105_471