Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fully enable bags-list pallet in polkadot runtime #4653

Merged
merged 7 commits into from
Jan 5, 2022

Conversation

kianenigma
Copy link
Contributor

@kianenigma kianenigma commented Jan 3, 2022

Some context on my last testing:

  1. I rebagged all of the nodes in Kusama today: https://kusama.subscan.io/extrinsic/10803611-2
  2. Also did the same for polkadot: https://polkadot.subscan.io/extrinsic/8419931-4

Also ran all of my scripts and tests for checking bags-list, and it all seems good. Once this is in, and working, we can lift the 22_500 limit on the staking side, namely the MaxNominators storage items, which can be done through a governance motion, not a full runtime upgrade.

@kianenigma kianenigma added A0-please_review Pull request needs code review. B7-runtimenoteworthy C1-low PR touches the given topic and has a low impact on builders. D5-nicetohaveaudit ⚠️ PR contains trivial changes to logic that should be properly reviewed. labels Jan 3, 2022
@kianenigma kianenigma added this to the v0.9.15 milestone Jan 3, 2022
@shawntabrizi
Copy link
Member

does this need a new benchmark?

@kianenigma
Copy link
Contributor Author

does this need a new benchmark?

Aye

@kianenigma
Copy link
Contributor Author

/benchmark runtime polkadot pallet_staking

@parity-benchapp
Copy link

parity-benchapp bot commented Jan 4, 2022

Benchmark Runtime Polkadot Pallet for branch "kiz-enable-bags-list-polkadot" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
Pallet: "pallet_staking", Extrinsic: "bond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    46.64
              µs

Reads = 5
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    46.64
              µs

Reads = 5
Writes = 4

Pallet: "pallet_staking", Extrinsic: "bond_extra", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:0)
Storage: Staking Ledger (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     93.2
              µs

Reads = 8
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     93.2
              µs

Reads = 8
Writes = 7

Pallet: "pallet_staking", Extrinsic: "unbond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking Nominators (r:1 w:0)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    85.55
              µs

Reads = 12
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    85.55
              µs

Reads = 12
Writes = 8

Pallet: "pallet_staking", Extrinsic: "withdraw_unbonded_update", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    35.61
    + s    0.024
              µs

Reads = 4 + (0 * s)
Writes = 3 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0      34.5     0.191    0.5%
    2     34.86     0.436    1.2%
    4     35.69     0.194    0.5%
    6      35.9     0.228    0.6%
    8     35.12     0.175    0.4%
   10      36.2     0.207    0.5%
   12     36.03     0.322    0.8%
   14     35.75     0.422    1.1%
   16     35.95     0.444    1.2%
   18        36     0.449    1.2%
   20      36.3     0.562    1.5%
   22     36.11     0.442    1.2%
   24     35.63     0.143    0.4%
   26     36.57     0.111    0.3%
   28     36.82     0.243    0.6%
   30     37.08      0.17    0.4%
   32     37.33     0.269    0.7%
   34     36.24     0.386    1.0%
   36     36.77     0.222    0.6%
   38     36.46     0.305    0.8%
   40     37.04     0.285    0.7%
   42     36.82     0.501    1.3%
   44      36.6     0.173    0.4%
   46     37.54     0.345    0.9%
   48     36.37     0.177    0.4%
   50     36.57     0.123    0.3%
   52      36.8     0.181    0.4%
   54     36.32     0.204    0.5%
   56      36.8     0.193    0.5%
   58     36.91     0.363    0.9%
   60     36.99     0.138    0.3%
   62     36.53     0.216    0.5%
   64     37.65     0.336    0.8%
   66      37.3     0.107    0.2%
   68     37.27      0.14    0.3%
   70     37.71     0.192    0.5%
   72     37.43     0.218    0.5%
   74     37.24     0.141    0.3%
   76     37.49     0.069    0.1%
   78     37.43     0.298    0.7%
   80     37.25     0.277    0.7%
   82     37.53     0.196    0.5%
   84     37.34     0.137    0.3%
   86     37.71      0.42    1.1%
   88     37.45     0.138    0.3%
   90      37.5     0.314    0.8%
   92     37.94     0.155    0.4%
   94     37.49     0.208    0.5%
   96     37.91     0.168    0.4%
   98     37.65     0.149    0.3%
  100        38     0.161    0.4%

Quality and confidence:
param     error
s             0

Model:
Time ~=    35.59
    + s    0.024
              µs

Reads = 4 + (0 * s)
Writes = 3 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "withdraw_unbonded_kill", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking Bonded (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    69.29
    + s        0
              µs

Reads = 13 + (0 * s)
Writes = 11 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0      69.6     0.247    0.3%
    2     69.22      0.26    0.3%
    4     69.93     0.426    0.6%
    6     69.53     0.628    0.9%
    8     69.57     0.475    0.6%
   10     69.13     0.414    0.5%
   12     69.35     0.291    0.4%
   14        69     0.252    0.3%
   16     69.15     0.265    0.3%
   18     69.18     0.196    0.2%
   20     69.15     0.242    0.3%
   22     69.16     0.273    0.3%
   24     69.34     0.316    0.4%
   26     69.28     0.227    0.3%
   28     69.36     0.237    0.3%
   30     69.41     0.266    0.3%
   32     69.78     0.426    0.6%
   34     69.11     0.365    0.5%
   36     69.33     0.208    0.3%
   38     69.36     0.239    0.3%
   40     69.38     0.421    0.6%
   42     69.37      0.19    0.2%
   44     69.18     0.185    0.2%
   46     69.39     0.187    0.2%
   48     69.37     0.254    0.3%
   50     69.26     0.256    0.3%
   52     69.51     0.243    0.3%
   54     69.24     0.236    0.3%
   56     69.35     0.248    0.3%
   58     68.93     0.233    0.3%
   60     68.97     0.324    0.4%
   62     69.18     0.199    0.2%
   64     69.49     0.378    0.5%
   66     70.47     0.328    0.4%
   68     69.18     0.158    0.2%
   70      69.4     0.209    0.3%
   72     69.24     0.208    0.3%
   74     69.35     0.223    0.3%
   76      69.7     0.539    0.7%
   78     69.39     0.285    0.4%
   80     69.21     0.277    0.4%
   82     69.44     0.391    0.5%
   84     69.41     0.181    0.2%
   86     69.27     0.291    0.4%
   88     69.63     0.439    0.6%
   90     69.46     0.395    0.5%
   92     69.28     0.342    0.4%
   94      69.5     0.283    0.4%
   96     69.36     0.232    0.3%
   98     69.31     0.451    0.6%
  100     69.27      0.33    0.4%

Quality and confidence:
param     error
s             0

Model:
Time ~=    69.34
    + s        0
              µs

Reads = 13 + (0 * s)
Writes = 11 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "validate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking MinValidatorBond (r:1 w:0)
Storage: Staking MinCommission (r:1 w:0)
Storage: Staking Validators (r:1 w:1)
Storage: Staking MaxValidatorsCount (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Staking CounterForValidators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.88
              µs

Reads = 12
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.88
              µs

Reads = 12
Writes = 8

Pallet: "pallet_staking", Extrinsic: "kick", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    11.63
    + k    10.56
              µs

Reads = 1 + (1 * k)
Writes = 0 + (1 * k)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    k   mean µs  sigma µs       %
    1      29.4     0.229    0.7%
    3     51.51     0.222    0.4%
    5     70.92     0.175    0.2%
    7     90.79     0.331    0.3%
    9     111.9     0.609    0.5%
   11     131.8     0.307    0.2%
   13     151.5     0.398    0.2%
   15     172.6     0.641    0.3%
   17     192.5      0.52    0.2%
   19     214.4     0.769    0.3%
   21     233.9     0.606    0.2%
   23     253.1     0.806    0.3%
   25     273.9     1.082    0.3%
   27     297.7     1.115    0.3%
   29       315     1.443    0.4%
   31     338.1     1.843    0.5%
   33     358.6     1.057    0.2%
   35     375.7     1.718    0.4%
   37     397.9     1.421    0.3%
   39     420.6     1.779    0.4%
   41     436.7     1.931    0.4%
   43     455.4     1.943    0.4%
   45     478.6     0.919    0.1%
   47     497.9     1.317    0.2%
   49     521.1     1.343    0.2%
   51     540.2     1.722    0.3%
   53     569.8     1.478    0.2%
   55     587.7     7.622    1.2%
   57     603.3     2.217    0.3%
   59     627.3     1.555    0.2%
   61     644.4     2.465    0.3%
   63     670.5     1.825    0.2%
   65     694.4     1.784    0.2%
   67     715.9     1.651    0.2%
   69     741.9     2.395    0.3%
   71     750.8     1.724    0.2%
   73     785.5      2.69    0.3%
   75     799.6     3.472    0.4%
   77     818.3     4.026    0.4%
   79     845.9      2.32    0.2%
   81     870.7     5.541    0.6%
   83     889.8     3.782    0.4%
   85     909.3     2.109    0.2%
   87     925.3     7.302    0.7%
   89     943.6      3.02    0.3%
   91       963     3.474    0.3%
   93     991.5     4.041    0.4%
   95      1013     4.036    0.3%
   97      1033     2.354    0.2%
   99      1058     7.395    0.6%
  101      1071     9.824    0.9%
  103      1095     2.676    0.2%
  105      1132     9.607    0.8%
  107      1172     15.61    1.3%
  109      1172     4.432    0.3%
  111      1196     10.67    0.8%
  113      1213     6.943    0.5%
  115      1231     2.467    0.2%
  117      1255      9.19    0.7%
  119      1270      9.72    0.7%
  121      1318     4.568    0.3%
  123      1314     4.001    0.3%
  125      1344     11.58    0.8%
  127      1375     9.516    0.6%

Quality and confidence:
param     error
k          0.01

Model:
Time ~=    7.581
    + k    10.63
              µs

Reads = 1 + (1 * k)
Writes = 0 + (1 * k)

Pallet: "pallet_staking", Extrinsic: "nominate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking MaxNominatorsCount (r:1 w:0)
Storage: Staking Validators (r:2 w:0)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    58.57
    + n    3.899
              µs

Reads = 12 + (1 * n)
Writes = 6 + (0 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     61.62     0.142    0.2%
    2     66.98     0.579    0.8%
    3     70.11     0.346    0.4%
    4     74.35     0.242    0.3%
    5     78.57     0.203    0.2%
    6      81.4     0.359    0.4%
    7     85.28     0.458    0.5%
    8     89.98     0.458    0.5%
    9     94.17     0.275    0.2%
   10     97.88     0.598    0.6%
   11     100.7     0.627    0.6%
   12     106.5     0.542    0.5%
   13     108.1     0.304    0.2%
   14     112.5      0.21    0.1%
   15     116.7     1.003    0.8%
   16     122.4     0.489    0.3%

Quality and confidence:
param     error
n         0.014

Model:
Time ~=    58.41
    + n    3.918
              µs

Reads = 12 + (1 * n)
Writes = 6 + (0 * n)

Pallet: "pallet_staking", Extrinsic: "chill", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    50.86
              µs

Reads = 8
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    50.86
              µs

Reads = 8
Writes = 6

Pallet: "pallet_staking", Extrinsic: "set_payee", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.781
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.781
              µs

Reads = 1
Writes = 1

Pallet: "pallet_staking", Extrinsic: "set_controller", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.03
              µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.03
              µs

Reads = 3
Writes = 3

Pallet: "pallet_staking", Extrinsic: "set_validator_count", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ValidatorCount (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.635
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.635
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_no_eras", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.735
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.735
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_new_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.745
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.745
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_new_era_always", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.714
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.714
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "set_invulnerables", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Invulnerables (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.946
    + v    0.053
              µs

Reads = 0 + (0 * v)
Writes = 1 + (0 * v)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v   mean µs  sigma µs       %
    0     1.843     0.021    1.1%
   20     3.102     0.036    1.1%
   40      4.22      0.03    0.7%
   60     5.205     0.022    0.4%
   80     6.387     0.029    0.4%
  100     7.414     0.013    0.1%
  120     8.506     0.026    0.3%
  140     9.589     0.012    0.1%
  160     10.72      0.04    0.3%
  180     11.73     0.033    0.2%
  200      12.8     0.021    0.1%
  220     13.85     0.048    0.3%
  240        15     0.046    0.3%
  260     15.91     0.041    0.2%
  280     16.97     0.058    0.3%
  300     17.87     0.052    0.2%
  320        19     0.035    0.1%
  340     19.72     0.067    0.3%
  360     21.04     0.127    0.6%
  380     21.64     0.075    0.3%
  400     22.76     0.057    0.2%
  420      23.7     0.034    0.1%
  440     25.32     0.065    0.2%
  460     25.76     0.053    0.2%
  480     26.77     0.057    0.2%
  500     27.87     0.072    0.2%
  520     29.36     0.198    0.6%
  540     30.52     0.214    0.7%
  560     31.75     0.091    0.2%
  580     33.23     0.349    1.0%
  600     33.82     0.095    0.2%
  620     35.48     0.253    0.7%
  640     36.16     0.099    0.2%
  660     37.09     0.082    0.2%
  680        39     0.074    0.1%
  700     39.42     0.083    0.2%
  720     40.33     0.078    0.1%
  740     41.46     0.096    0.2%
  760     42.49     0.189    0.4%
  780     43.65     0.057    0.1%
  800     44.73     0.058    0.1%
  820     45.67     0.074    0.1%
  840     46.77     0.086    0.1%
  860     47.83     0.068    0.1%
  880     48.91     0.089    0.1%
  900     50.08     0.054    0.1%
  920     52.84     0.866    1.6%
  940     53.28     0.049    0.0%
  960      54.4     0.059    0.1%
  980     55.63     0.064    0.1%
 1000     56.46     0.069    0.1%

Quality and confidence:
param     error
v             0

Model:
Time ~=    1.707
    + v    0.054
              µs

Reads = 0 + (0 * v)
Writes = 1 + (0 * v)

Pallet: "pallet_staking", Extrinsic: "force_unstake", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Ledger (r:0 w:1)
Storage: Staking Payee (r:0 w:1)
Storage: Staking SpanSlash (r:0 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    66.09
    + s    1.109
              µs

Reads = 11 + (0 * s)
Writes = 12 + (1 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0     62.34     0.297    0.4%
    2     67.29      0.13    0.1%
    4     70.52     0.477    0.6%
    6     72.67     0.218    0.2%
    8     75.21     0.212    0.2%
   10     77.21     0.736    0.9%
   12     79.02     0.231    0.2%
   14     81.34     0.207    0.2%
   16     83.63     0.168    0.2%
   18     86.77      0.82    0.9%
   20     87.89     0.211    0.2%
   22     89.95      0.19    0.2%
   24     92.86     0.366    0.3%
   26     96.11     2.909    3.0%
   28     97.46      0.25    0.2%
   30     99.57     0.166    0.1%
   32     101.7     0.273    0.2%
   34     103.7     0.277    0.2%
   36     106.6     0.533    0.4%
   38     108.1     0.266    0.2%
   40     110.9     0.263    0.2%
   42     112.9     0.232    0.2%
   44     115.8     0.517    0.4%
   46     117.4     0.539    0.4%
   48     119.6     0.457    0.3%
   50     122.3     1.108    0.9%
   52     124.8     0.451    0.3%
   54       126     0.277    0.2%
   56       129     0.386    0.2%
   58     130.2     0.703    0.5%
   60       133     0.527    0.3%
   62     134.7     0.353    0.2%
   64     138.3     0.649    0.4%
   66     139.6     0.681    0.4%
   68     142.1     0.481    0.3%
   70     143.2      0.97    0.6%
   72     146.5      0.82    0.5%
   74     148.4     0.752    0.5%
   76     149.3      0.39    0.2%
   78       153     0.617    0.4%
   80     154.2     0.509    0.3%
   82     156.4     0.717    0.4%
   84     158.3     1.129    0.7%
   86     162.5     0.748    0.4%
   88     163.6     0.631    0.3%
   90       165     0.852    0.5%
   92     168.7     0.887    0.5%
   94     169.9     0.818    0.4%
   96     171.5     0.863    0.5%
   98     174.3     0.724    0.4%
  100     175.5     1.197    0.6%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    66.03
    + s     1.11
              µs

Reads = 11 + (0 * s)
Writes = 12 + (1 * s)

Pallet: "pallet_staking", Extrinsic: "cancel_deferred_slash", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking UnappliedSlashes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     1088
    + s    4.963
              µs

Reads = 1 + (0 * s)
Writes = 1 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    1     180.3     0.328    0.1%
   20     364.3     0.488    0.1%
   39     545.2     0.371    0.0%
   58     728.3     10.29    1.4%
   77     900.1     10.89    1.2%
   96      1079     14.32    1.3%
  115      1248      16.8    1.3%
  134      1415     14.23    1.0%
  153      1568     15.59    0.9%
  172      1735     13.02    0.7%
  191      1885     13.22    0.7%
  210      2044     4.669    0.2%
  229      2181     11.84    0.5%
  248      2329     3.362    0.1%
  267      2467     3.647    0.1%
  286      2588     13.41    0.5%
  305      2734     3.269    0.1%
  324      2852     20.89    0.7%
  343      2995     10.31    0.3%
  362      3115     19.46    0.6%
  381      3219     17.41    0.5%
  400      3339     9.356    0.2%
  419      3448     3.504    0.1%
  438      3554     9.879    0.2%
  457      3666     12.74    0.3%
  476      3765     14.98    0.3%
  495      3851     6.144    0.1%
  514      3945     9.453    0.2%
  533      4025     18.02    0.4%
  552      4113     12.29    0.2%
  571      4199     14.67    0.3%
  590      4269     14.18    0.3%
  609      4344     9.397    0.2%
  628      4423     16.71    0.3%
  647      4488     14.28    0.3%
  666      4550     14.41    0.3%
  685      4615     12.62    0.2%
  704      4686     9.723    0.2%
  723      4706      10.1    0.2%
  742      4755     20.01    0.4%
  761      4832     21.47    0.4%
  780      4871     12.85    0.2%
  799      4904     15.03    0.3%
  818      4940     16.07    0.3%
  837      4978     10.14    0.2%
  856      4995     16.23    0.3%
  875      5034     13.14    0.2%
  894      5049     13.15    0.2%
  913      5064     14.99    0.2%
  932      5074     16.22    0.3%
  951      5099     9.444    0.1%
  970      5104     8.129    0.1%
  989      5094     13.21    0.2%

Quality and confidence:
param     error
s         0.056

Model:
Time ~=    972.3
    + s    4.972
              µs

Reads = 1 + (0 * s)
Writes = 1 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "payout_stakers_dead_controller", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasValidatorReward (r:1 w:0)
Storage: Staking Bonded (r:2 w:0)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking ErasStakersClipped (r:1 w:0)
Storage: Staking ErasRewardPoints (r:1 w:0)
Storage: Staking ErasValidatorPrefs (r:1 w:0)
Storage: Staking Payee (r:2 w:0)
Storage: System Account (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    85.77
    + n    32.54
              µs

Reads = 10 + (3 * n)
Writes = 2 + (1 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     118.1     0.763    0.6%
    6     277.4     0.606    0.2%
   11     441.6     2.187    0.4%
   16     605.1     1.877    0.3%
   21     782.4     9.163    1.1%
   26     940.1     10.71    1.1%
   31      1090     1.917    0.1%
   36      1263     6.503    0.5%
   41      1443      13.3    0.9%
   46      1599     15.97    0.9%
   51      1734     3.673    0.2%
   56      1877     3.645    0.1%
   61      2076     11.38    0.5%
   66      2241     10.81    0.4%
   71      2392     8.606    0.3%
   76      2575     12.36    0.4%
   81      2721     12.31    0.4%
   86      2909     16.36    0.5%
   91      3042     16.56    0.5%
   96      3185     14.41    0.4%
  101      3365     15.68    0.4%
  106      3496     17.47    0.4%
  111      3686     15.08    0.4%
  116      3861     17.83    0.4%
  121      4027      14.8    0.3%
  126      4206     18.93    0.4%
  131      4341     12.71    0.2%
  136      4495     15.11    0.3%
  141      4650     18.31    0.3%
  146      4844      15.5    0.3%
  151      4997     21.39    0.4%
  156      5155     13.47    0.2%
  161      5326     11.19    0.2%
  166      5490     23.46    0.4%
  171      5668     26.54    0.4%
  176      5831     21.08    0.3%
  181      5992     22.42    0.3%
  186      6143     26.34    0.4%
  191      6296     27.49    0.4%
  196      6510     42.44    0.6%
  201      6932     143.6    2.0%
  206      6797     24.64    0.3%
  211      6941     24.87    0.3%
  216      7182     45.59    0.6%
  221      7276     22.08    0.3%
  226      7432     21.43    0.2%
  231      7577     16.14    0.2%
  236      7800     34.53    0.4%
  241      7969     34.37    0.4%
  246      8133     22.17    0.2%
  251      8175     39.36    0.4%
  256      8417     30.62    0.3%

Quality and confidence:
param     error
n         0.031

Model:
Time ~=    80.58
    + n    32.64
              µs

Reads = 10 + (3 * n)
Writes = 2 + (1 * n)

Pallet: "pallet_staking", Extrinsic: "payout_stakers_alive_staked", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasValidatorReward (r:1 w:0)
Storage: Staking Bonded (r:2 w:0)
Storage: Staking Ledger (r:2 w:2)
Storage: Staking ErasStakersClipped (r:1 w:0)
Storage: Staking ErasRewardPoints (r:1 w:0)
Storage: Staking ErasValidatorPrefs (r:1 w:0)
Storage: Staking Payee (r:2 w:0)
Storage: System Account (r:2 w:2)
Storage: Balances Locks (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    114.4
    + n    44.06
              µs

Reads = 11 + (5 * n)
Writes = 3 + (3 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     149.8     1.561    1.0%
    6     369.7     3.664    0.9%
   11     589.6     1.956    0.3%
   16     814.9     9.832    1.2%
   21      1038     6.443    0.6%
   26      1253     5.512    0.4%
   31      1495     13.39    0.8%
   36      1714     7.411    0.4%
   41      1926     11.76    0.6%
   46      2143     13.38    0.6%
   51      2359     13.73    0.5%
   56      2578     18.47    0.7%
   61      2803     8.208    0.2%
   66      3027     6.563    0.2%
   71      3243      13.3    0.4%
   76      3438     10.83    0.3%
   81      3691     23.04    0.6%
   86      3903      22.1    0.5%
   91      4147     16.08    0.3%
   96      4352     19.26    0.4%
  101      4590     18.26    0.3%
  106      4773      13.9    0.2%
  111      5006     24.47    0.4%
  116      5264     25.89    0.4%
  121      5422     30.07    0.5%
  126      5656        25    0.4%
  131      5895     22.13    0.3%
  136      6105     28.15    0.4%
  141      6276     31.06    0.4%
  146      6547      45.7    0.6%
  151      6765     26.25    0.3%
  156      7005     30.49    0.4%
  161      7167     33.77    0.4%
  166      7376     11.43    0.1%
  171      7594      15.8    0.2%
  176      7823     19.97    0.2%
  181      8165     24.54    0.3%
  186      8301      34.6    0.4%
  191      8567     22.35    0.2%
  196      8751     27.18    0.3%
  201      9076     18.72    0.2%
  206      9172     46.09    0.5%
  211      9510     42.53    0.4%
  216      9679     27.52    0.2%
  221      9788     49.72    0.5%
  226     10110     27.76    0.2%
  231     10310     20.61    0.1%
  236     10490     26.95    0.2%
  241     10620     20.53    0.1%
  246     10940      29.2    0.2%
  251     11080     30.72    0.2%
  256     11480     29.73    0.2%

Quality and confidence:
param     error
n         0.027

Model:
Time ~=    113.2
    + n    44.07
              µs

Reads = 11 + (5 * n)
Writes = 3 + (3 * n)

Pallet: "pallet_staking", Extrinsic: "rebond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    77.26
    + l     0.04
              µs

Reads = 9 + (0 * l)
Writes = 8 + (0 * l)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    l   mean µs  sigma µs       %
    1     77.65     0.657    0.8%
    2     76.93     0.271    0.3%
    3     77.47     0.455    0.5%
    4     77.01     0.221    0.2%
    5     77.04     0.252    0.3%
    6     77.58     0.281    0.3%
    7      77.5     0.386    0.4%
    8     77.58     0.572    0.7%
    9     77.69     0.479    0.6%
   10     77.68     0.274    0.3%
   11     79.78     0.402    0.5%
   12     78.06     0.201    0.2%
   13     77.57      0.36    0.4%
   14     77.78     0.328    0.4%
   15     77.98     0.257    0.3%
   16     77.78     0.292    0.3%
   17     77.92     0.311    0.3%
   18     78.08     0.328    0.4%
   19     78.06     0.156    0.1%
   20     78.06     0.313    0.4%
   21     78.27     0.155    0.1%
   22      80.3     0.162    0.2%
   23     79.32     0.827    1.0%
   24     78.08     0.213    0.2%
   25     78.47      0.39    0.4%
   26     77.89     0.261    0.3%
   27     78.25     0.306    0.3%
   28     77.88     0.304    0.3%
   29     78.63     0.355    0.4%
   30     78.25     0.181    0.2%
   31     77.96     0.471    0.6%
   32     78.67     0.273    0.3%

Quality and confidence:
param     error
l         0.004

Model:
Time ~=    77.37
    + l     0.04
              µs

Reads = 9 + (0 * l)
Writes = 8 + (0 * l)

Pallet: "pallet_staking", Extrinsic: "set_history_depth", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:1)
Storage: Staking ErasStakersClipped (r:0 w:2)
Storage: Staking ErasValidatorPrefs (r:0 w:2)
Storage: Staking ErasValidatorReward (r:0 w:1)
Storage: Staking ErasRewardPoints (r:0 w:1)
Storage: Staking ErasStakers (r:0 w:2)
Storage: Staking ErasTotalStake (r:0 w:1)
Storage: Staking ErasStartSessionIndex (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + e     24.6
              µs

Reads = 2 + (0 * e)
Writes = 4 + (7 * e)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    e   mean µs  sigma µs       %
    1     27.38     0.174    0.6%
    2     45.85     0.084    0.1%
    3     61.36      0.32    0.5%
    4     80.75     0.427    0.5%
    5     97.06     0.816    0.8%
    6     113.4     1.104    0.9%
    7     129.1     0.533    0.4%
    8     147.4     0.598    0.4%
    9     163.1     0.457    0.2%
   10     182.8     0.523    0.2%
   11     199.1     1.012    0.5%
   12       219     1.064    0.4%
   13     237.7     1.017    0.4%
   14     255.5     1.112    0.4%
   15     274.9     1.127    0.4%
   16     291.4     0.545    0.1%
   17     311.3     1.164    0.3%
   18     330.6     0.817    0.2%
   19       350     0.965    0.2%
   20     372.5      0.71    0.1%
   21     397.2     8.544    2.1%
   22     412.6     1.758    0.4%
   23     430.8     1.523    0.3%
   24     456.5     1.073    0.2%
   25     470.6     0.922    0.1%
   26     492.8     0.724    0.1%
   27     514.4     2.225    0.4%
   28     536.4     7.775    1.4%
   29     560.8     5.836    1.0%
   30     578.6     2.464    0.4%
   31     600.4     4.256    0.7%
   32     616.8     2.029    0.3%
   33     640.7     9.303    1.4%
   34     662.3     5.283    0.7%
   35     697.8     13.75    1.9%
   36     703.7     0.654    0.0%
   37       727     1.369    0.1%
   38     764.1      6.47    0.8%
   39     782.5     10.91    1.3%
   40       797     4.256    0.5%
   41     815.9     3.584    0.4%
   42     859.1     11.02    1.2%
   43     880.1     11.73    1.3%
   44     900.4      10.4    1.1%
   45     926.3     11.68    1.2%
   46     952.4     11.91    1.2%
   47     972.5     6.191    0.6%
   48     992.3     8.648    0.8%
   49      1017     10.83    1.0%
   50      1045     4.606    0.4%
   51      1066     7.639    0.7%
   52      1096     6.218    0.5%
   53      1121     11.58    1.0%
   54      1145     6.653    0.5%
   55      1163     13.11    1.1%
   56      1205     8.599    0.7%
   57      1242     10.72    0.8%
   58      1237     7.829    0.6%
   59      1293     11.47    0.8%
   60      1293     13.14    1.0%
   61      1343     13.86    1.0%
   62      1345     14.07    1.0%
   63      1397     12.88    0.9%
   64      1392     15.81    1.1%
   65      1433     14.22    0.9%
   66      1464     15.23    1.0%
   67      1487     7.382    0.4%
   68      1537     14.54    0.9%
   69      1524     2.228    0.1%
   70      1581     8.983    0.5%
   71      1570     3.637    0.2%
   72      1641     10.09    0.6%
   73      1659     11.56    0.6%
   74      1676     12.25    0.7%
   75      1719     9.622    0.5%
   76      1717     8.768    0.5%
   77      1738      6.64    0.3%
   78      1812     16.96    0.9%
   79      1806     8.626    0.4%
   80      1843     9.154    0.4%
   81      1869     11.42    0.6%
   82      1914     15.05    0.7%
   83      1941     12.11    0.6%
   84      1954     12.56    0.6%
   85      2018     12.49    0.6%
   86      2024     12.58    0.6%
   87      2090     11.34    0.5%
   88      2099     14.08    0.6%
   89      2118     15.15    0.7%
   90      2146     10.18    0.4%
   91      2192     9.611    0.4%
   92      2217     12.58    0.5%
   93      2271     12.53    0.5%
   94      2278     15.43    0.6%
   95      2301     18.46    0.8%
   96      2334     11.85    0.5%
   97      2364     15.35    0.6%
   98      2416      14.1    0.5%
   99      2459     13.71    0.5%
  100      2492      8.29    0.3%

Quality and confidence:
param     error
e         0.066

Model:
Time ~=        0
    + e    24.76
              µs

Reads = 2 + (0 * e)
Writes = 4 + (7 * e)

Pallet: "pallet_staking", Extrinsic: "reap_stash", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:1)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)
Storage: Staking SpanSlash (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    73.87
    + s     1.12
              µs

Reads = 12 + (0 * s)
Writes = 12 + (1 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    1     73.51     0.319    0.4%
    2     75.07       0.5    0.6%
    3     75.94     0.157    0.2%
    4     77.82     0.401    0.5%
    5     78.57     0.267    0.3%
    6        80     0.146    0.1%
    7     81.71     0.334    0.4%
    8     82.63     0.271    0.3%
    9     84.11     0.521    0.6%
   10      84.5     0.235    0.2%
   11     85.89     0.487    0.5%
   12     86.68      0.14    0.1%
   13      88.3     0.217    0.2%
   14     89.44     0.318    0.3%
   15     90.64     0.226    0.2%
   16     91.88     0.274    0.2%
   17     92.46     0.207    0.2%
   18     94.69     0.214    0.2%
   19     94.52     0.247    0.2%
   20     96.25     0.325    0.3%
   21     97.96     0.392    0.4%
   22     98.67     0.352    0.3%
   23     100.3     0.735    0.7%
   24     100.2      0.17    0.1%
   25     102.2     0.312    0.3%
   26     103.2     0.303    0.2%
   27     103.8       0.2    0.1%
   28     104.6     0.276    0.2%
   29     106.1     0.333    0.3%
   30     107.7     0.183    0.1%
   31       109     0.468    0.4%
   32     110.6     0.404    0.3%
   33     110.3     0.318    0.2%
   34     111.9     0.277    0.2%
   35     112.8      0.35    0.3%
   36     114.7     0.385    0.3%
   37     115.6     0.259    0.2%
   38     116.6     0.303    0.2%
   39     118.4     0.473    0.3%
   40     119.6     0.474    0.3%
   41     121.2     0.295    0.2%
   42     121.1     0.213    0.1%
   43     122.1     0.437    0.3%
   44     123.2     0.346    0.2%
   45     124.9     0.491    0.3%
   46     125.6     0.604    0.4%
   47     127.2      0.45    0.3%
   48     127.5     0.415    0.3%
   49     129.2     0.472    0.3%
   50     131.6     4.473    3.3%
   51     130.9     0.488    0.3%
   52     132.7     0.324    0.2%
   53     133.4     0.546    0.4%
   54     135.2     0.255    0.1%
   55     135.9     0.448    0.3%
   56     136.8     0.359    0.2%
   57     137.6     0.199    0.1%
   58       139     0.508    0.3%
   59     140.2      0.37    0.2%
   60       141     0.612    0.4%
   61     142.7      0.45    0.3%
   62     142.8      0.62    0.4%
   63     145.1     0.465    0.3%
   64       146     0.723    0.4%
   65     146.9     0.743    0.5%
   66       149     1.304    0.8%
   67     152.4     0.854    0.5%
   68     150.2     0.553    0.3%
   69     151.2     0.586    0.3%
   70     151.4     0.753    0.4%
   71     153.1     0.707    0.4%
   72     154.1      0.42    0.2%
   73     155.5     0.657    0.4%
   74     157.4     1.228    0.7%
   75     158.6     0.596    0.3%
   76     159.9     0.986    0.6%
   77     159.5     0.736    0.4%
   78       161     0.918    0.5%
   79     162.7     0.497    0.3%
   80       162     0.555    0.3%
   81     163.8     0.744    0.4%
   82     165.6      1.24    0.7%
   83     166.5     0.485    0.2%
   84     170.1     2.009    1.1%
   85     169.3     0.914    0.5%
   86     170.4     0.619    0.3%
   87       170     0.485    0.2%
   88     171.6     0.999    0.5%
   89     173.4     0.602    0.3%
   90     174.1     0.424    0.2%
   91     174.9     0.919    0.5%
   92     175.3      0.79    0.4%
   93     177.7     0.415    0.2%
   94     177.9     0.893    0.5%
   95     179.2     0.974    0.5%
   96     182.3     0.905    0.4%
   97     181.7     0.819    0.4%
   98     189.7     13.12    6.9%
   99     184.8     1.344    0.7%
  100     185.1     0.771    0.4%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    73.75
    + s    1.124
              µs

Reads = 12 + (0 * s)
Writes = 12 + (1 * s)

Pallet: "pallet_staking", Extrinsic: "new_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CounterForNominators (r:1 w:0)
Storage: Staking CounterForValidators (r:1 w:0)
Storage: Staking Validators (r:2 w:0)
Storage: Staking Bonded (r:101 w:0)
Storage: Staking Ledger (r:101 w:0)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: BagsList ListBags (r:178 w:0)
Storage: BagsList ListNodes (r:100 w:0)
Storage: Staking Nominators (r:100 w:0)
Storage: System BlockWeight (r:1 w:1)
Storage: Staking ValidatorCount (r:1 w:0)
Storage: Staking MinimumValidatorCount (r:1 w:0)
Storage: Staking CurrentEra (r:1 w:1)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasStakersClipped (r:0 w:1)
Storage: Staking ErasValidatorPrefs (r:0 w:1)
Storage: Staking ErasStakers (r:0 w:1)
Storage: Staking ErasTotalStake (r:0 w:1)
Storage: Staking ErasStartSessionIndex (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    217.9
    + n    36.47
              µs

Reads = 187 + (3 * v) + (4 * n)
Writes = 4 + (3 * v) + (0 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v     n   mean µs  sigma µs       %
    1   100      2498     12.29    0.4%
    2   100      2667     13.26    0.4%
    3   100      2810     13.29    0.4%
    4   100      2972      18.1    0.6%
    5   100      3221     13.28    0.4%
    6   100      3401     12.05    0.3%
    7   100      3592     24.37    0.6%
    8   100      3874      21.8    0.5%
    9   100      4135     12.56    0.3%
   10     1     810.7     13.32    1.6%
   10     2     855.7     9.796    1.1%
   10     3     892.1     10.25    1.1%
   10     4     930.9     7.663    0.8%
   10     5     972.2     15.89    1.6%
   10     6      1005     2.461    0.2%
   10     7      1048     4.459    0.4%
   10     8      1084      9.95    0.9%
   10     9      1112     8.525    0.7%
   10    10      1155     8.759    0.7%
   10    11      1178     10.45    0.8%
   10    12      1227     13.39    1.0%
   10    13      1255     11.89    0.9%
   10    14      1307     6.266    0.4%
   10    15      1334      10.6    0.7%
   10    16      1355     8.255    0.6%
   10    17      1390     7.238    0.5%
   10    18      1439     13.24    0.9%
   10    19      1477     16.19    1.0%
   10    20      1512     14.55    0.9%
   10    21      1542      8.74    0.5%
   10    22      1586     7.297    0.4%
   10    23      1633     11.92    0.7%
   10    24      1658     20.75    1.2%
   10    25      1700     22.27    1.3%
   10    26      1706     12.91    0.7%
   10    27      1813     9.345    0.5%
   10    28      1816     12.09    0.6%
   10    29      1825      21.7    1.1%
   10    30      1883     10.01    0.5%
   10    31      1929     9.345    0.4%
   10    32      1973     11.73    0.5%
   10    33      1984     16.95    0.8%
   10    34      2046     17.45    0.8%
   10    35      2069     15.36    0.7%
   10    36      2105     14.29    0.6%
   10    37      2138     12.76    0.5%
   10    38      2152     7.072    0.3%
   10    39      2205     15.77    0.7%
   10    40      2253     12.54    0.5%
   10    41      2265     9.208    0.4%
   10    42      2296     7.521    0.3%
   10    43      2348     19.38    0.8%
   10    44      2391     23.22    0.9%
   10    45      2430     14.23    0.5%
   10    46      2466     20.09    0.8%
   10    47      2503     14.57    0.5%
   10    48      2521     15.31    0.6%
   10    49      2571     7.459    0.2%
   10    50      2582     7.716    0.2%
   10    51      2636     12.55    0.4%
   10    52      2670     15.99    0.5%
   10    53      2725     9.291    0.3%
   10    54      2724     12.55    0.4%
   10    55      2780     9.209    0.3%
   10    56      2808     17.87    0.6%
   10    57      2827      16.7    0.5%
   10    58      2901     13.53    0.4%
   10    59      2943     12.98    0.4%
   10    60      2951     13.18    0.4%
   10    61      3000      19.3    0.6%
   10    62      3041     10.23    0.3%
   10    63      3085     11.84    0.3%
   10    64      3120     19.27    0.6%
   10    65      3146     18.58    0.5%
   10    66      3204     14.47    0.4%
   10    67      3263     26.23    0.8%
   10    68      3312     14.13    0.4%
   10    69      3300      8.12    0.2%
   10    70      3363     14.02    0.4%
   10    71      3393     15.03    0.4%
   10    72      3425     22.38    0.6%
   10    73      3503     26.91    0.7%
   10    74      3488     19.27    0.5%
   10    75      3532      9.28    0.2%
   10    76      3551      16.4    0.4%
   10    77      3607      25.2    0.6%
   10    78      3654      16.9    0.4%
   10    79      3644     15.72    0.4%
   10    80      3698     13.38    0.3%
   10    81      3769     35.28    0.9%
   10    82      3792     13.85    0.3%
   10    83      3831     30.26    0.7%
   10    84      3877      22.9    0.5%
   10    85      3883     24.46    0.6%
   10    86      3929     12.06    0.3%
   10    87      3972     21.72    0.5%
   10    88      4031     20.32    0.5%
   10    89      4057     13.64    0.3%
   10    90      4058     26.32    0.6%
   10    91      4070     21.48    0.5%
   10    92      4148     17.85    0.4%
   10    93      4140     17.59    0.4%
   10    94      4200     18.91    0.4%
   10    95      4273     11.58    0.2%
   10    96      4274     13.72    0.3%
   10    97      4297     13.38    0.3%
   10    98      4343     27.62    0.6%
   10    99      4383     9.688    0.2%
   10   100      4436     19.32    0.4%

Quality and confidence:
param     error
v         0.746
n         0.037

Model:
Time ~=        0
    + v    229.3
    + n    36.33
              µs

Reads = 187 + (3 * v) + (4 * n)
Writes = 4 + (3 * v) + (0 * n)

Pallet: "pallet_staking", Extrinsic: "get_npos_voters", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CounterForNominators (r:1 w:0)
Storage: Staking CounterForValidators (r:1 w:0)
Storage: Staking Validators (r:501 w:0)
Storage: Staking Bonded (r:1500 w:0)
Storage: Staking Ledger (r:1500 w:0)
Storage: Staking SlashingSpans (r:21 w:0)
Storage: BagsList ListBags (r:178 w:0)
Storage: BagsList ListNodes (r:1000 w:0)
Storage: Staking Nominators (r:1000 w:0)
Storage: System BlockWeight (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    22.31
    + n    26.16
    + s    32.06
              µs

Reads = 183 + (3 * v) + (4 * n) + (1 * s)
Writes = 1 + (0 * v) + (0 * n) + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v     n     s   mean µs  sigma µs       %
  500  1000    20     34190     122.8    0.3%
  510  1000    20     34580     91.46    0.2%
  520  1000    20     34180       236    0.6%
  530  1000    20     34710     127.5    0.3%
  540  1000    20     34820       134    0.3%
  550  1000    20     35210     136.4    0.3%
  560  1000    20     34960     147.4    0.4%
  570  1000    20     35850     106.7    0.2%
  580  1000    20     35990       189    0.5%
  590  1000    20     36310     199.3    0.5%
  600  1000    20     36390     198.1    0.5%
  610  1000    20     36260     275.1    0.7%
  620  1000    20     37170     79.02    0.2%
  630  1000    20     36870     169.1    0.4%
  640  1000    20     37490     247.9    0.6%
  650  1000    20     37750     247.5    0.6%
  660  1000    20     37690       127    0.3%
  670  1000    20     37900     232.9    0.6%
  680  1000    20     38070     252.4    0.6%
  690  1000    20     38460     277.7    0.7%
  700  1000    20     38810     205.7    0.5%
  710  1000    20     38890     154.7    0.3%
  720  1000    20     39100     104.2    0.2%
  730  1000    20     39690     173.9    0.4%
  740  1000    20     38930     155.5    0.3%
  750  1000    20     40200     140.6    0.3%
  760  1000    20     40210     279.4    0.6%
  770  1000    20     40210     194.7    0.4%
  780  1000    20     40420       127    0.3%
  790  1000    20     40170     134.8    0.3%
  800  1000    20     40350     181.7    0.4%
  810  1000    20     41010       213    0.5%
  820  1000    20     41690     230.9    0.5%
  830  1000    20     40880     211.7    0.5%
  840  1000    20     41540     141.7    0.3%
  850  1000    20     41660     190.6    0.4%
  860  1000    20     41710     195.3    0.4%
  870  1000    20     42830     203.2    0.4%
  880  1000    20     43010     129.7    0.3%
  890  1000    20     42490     198.4    0.4%
  900  1000    20     42790       219    0.5%
  910  1000    20     42880     202.5    0.4%
  920  1000    20     43470     108.2    0.2%
  930  1000    20     43530     249.8    0.5%
  940  1000    20     43830     202.9    0.4%
  950  1000    20     44250     206.9    0.4%
  960  1000    20     44230     151.2    0.3%
  970  1000    20     44510     253.7    0.5%
  980  1000    20     44740     256.7    0.5%
  990  1000    20     45540     192.2    0.4%
 1000   500    20     32120     94.68    0.2%
 1000   510    20     32800     277.6    0.8%
 1000   520    20     32930     249.4    0.7%
 1000   530    20     33270     137.2    0.4%
 1000   540    20     33490     154.5    0.4%
 1000   550    20     33360     94.99    0.2%
 1000   560    20     34390       203    0.5%
 1000   570    20     33710     107.3    0.3%
 1000   580    20     35110     137.6    0.3%
 1000   590    20     34660     123.9    0.3%
 1000   600    20     34580     149.3    0.4%
 1000   610    20     34640     193.6    0.5%
 1000   620    20     35370     199.2    0.5%
 1000   630    20     35600     199.5    0.5%
 1000   640    20     36110       128    0.3%
 1000   650    20     35710     176.7    0.4%
 1000   660    20     35870     200.9    0.5%
 1000   670    20     36320     206.4    0.5%
 1000   680    20     37140     129.6    0.3%
 1000   690    20     36710     97.51    0.2%
 1000   700    20     37870     179.7    0.4%
 1000   710    20     37300     173.6    0.4%
 1000   720    20     38490     105.7    0.2%
 1000   730    20     38910     197.7    0.5%
 1000   740    20     38440     215.9    0.5%
 1000   750    20     38860       186    0.4%
 1000   760    20     38860     152.4    0.3%
 1000   770    20     39290     137.6    0.3%
 1000   780    20     39380     124.6    0.3%
 1000   790    20     39890     190.6    0.4%
 1000   800    20     40070     238.7    0.5%
 1000   810    20     40660     147.8    0.3%
 1000   820    20     41160     131.7    0.3%
 1000   830    20     40330     115.3    0.2%
 1000   840    20     41210     170.5    0.4%
 1000   850    20     41040     133.4    0.3%
 1000   860    20     41750     129.6    0.3%
 1000   870    20     42080     167.9    0.3%
 1000   880    20     42840     204.8    0.4%
 1000   890    20     42460     184.2    0.4%
 1000   900    20     41930     216.7    0.5%
 1000   910    20     42640     182.5    0.4%
 1000   920    20     43360     105.3    0.2%
 1000   930    20     43780     227.3    0.5%
 1000   940    20     43310     132.4    0.3%
 1000   950    20     44560     199.4    0.4%
 1000   960    20     44030     190.5    0.4%
 1000   970    20     44630     172.6    0.3%
 1000   980    20     44810     417.1    0.9%
 1000   990    20     44970     140.4    0.3%
 1000  1000     1     45010     154.9    0.3%
 1000  1000     2     44650     264.8    0.5%
 1000  1000     3     45240     171.6    0.3%
 1000  1000     4     44830     226.5    0.5%
 1000  1000     5     44810       221    0.4%
 1000  1000     6     44990     189.6    0.4%
 1000  1000     7     45900     178.6    0.3%
 1000  1000     8     45090     144.7    0.3%
 1000  1000     9     45200     168.5    0.3%
 1000  1000    10     45510     144.4    0.3%
 1000  1000    11     45890     120.5    0.2%
 1000  1000    12     45600     138.6    0.3%
 1000  1000    13     45510     248.9    0.5%
 1000  1000    14     45610     236.8    0.5%
 1000  1000    15     45860     117.8    0.2%
 1000  1000    16     46190       258    0.5%
 1000  1000    17     45610     107.3    0.2%
 1000  1000    18     45560     228.3    0.5%
 1000  1000    19     44800     232.5    0.5%
 1000  1000    20     45500     202.4    0.4%

Quality and confidence:
param     error
v         0.088
n         0.088
s         2.996

Model:
Time ~=        0
    + v    22.55
    + n     26.2
    + s    9.344
              µs

Reads = 183 + (3 * v) + (4 * n) + (1 * s)
Writes = 1 + (0 * v) + (0 * n) + (0 * s)

Pallet: "pallet_staking", Extrinsic: "get_npos_targets", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Validators (r:501 w:0)
Storage: System BlockWeight (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    8.856
              µs

Reads = 2 + (1 * v)
Writes = 1 + (0 * v)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v   mean µs  sigma µs       %
  500      4288     26.13    0.6%
  510      4293     57.72    1.3%
  520      4339     42.24    0.9%
  530      4496     31.26    0.6%
  540      4507     30.33    0.6%
  550      4708     30.68    0.6%
  560      4730     41.71    0.8%
  570      4775     43.59    0.9%
  580      4991     46.25    0.9%
  590      5088     24.59    0.4%
  600      5110      42.6    0.8%
  610      5191     47.05    0.9%
  620      5329     33.17    0.6%
  630      5437      43.7    0.8%
  640      5463     43.71    0.8%
  650      5562     45.03    0.8%
  660      5597     39.91    0.7%
  670      5894     43.55    0.7%
  680      5820     49.24    0.8%
  690      6053      42.7    0.7%
  700      5946     53.43    0.8%
  710      6098     26.15    0.4%
  720      6096     28.46    0.4%
  730      6173     36.85    0.5%
  740      6334     56.31    0.8%
  750      6494     84.36    1.2%
  760      6524      40.6    0.6%
  770      6697     61.92    0.9%
  780      6593     62.98    0.9%
  790      6820     66.55    0.9%
  800      6953      60.4    0.8%
  810      6929     74.71    1.0%
  820      7064     56.24    0.7%
  830      7131      56.6    0.7%
  840      7183     47.64    0.6%
  850      7322     92.51    1.2%
  860      7284      42.1    0.5%
  870      7398     43.74    0.5%
  880      7671     62.02    0.8%
  890      7659     70.65    0.9%
  900      7778     53.53    0.6%
  910      7760     61.79    0.7%
  920      8000     57.64    0.7%
  930      8007     88.12    1.1%
  940      8106     66.11    0.8%
  950      8144     86.22    1.0%
  960      8373     51.63    0.6%
  970      8461     47.38    0.5%
  980      8457     74.55    0.8%
  990      8742     54.35    0.6%
 1000      8663     46.23    0.5%

Quality and confidence:
param     error
v         0.025

Model:
Time ~=        0
    + v    8.862
              µs

Reads = 2 + (1 * v)
Writes = 1 + (0 * v)

Pallet: "pallet_staking", Extrinsic: "set_staking_configs", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking MinCommission (r:0 w:1)
Storage: Staking MinValidatorBond (r:0 w:1)
Storage: Staking MaxValidatorsCount (r:0 w:1)
Storage: Staking ChillThreshold (r:0 w:1)
Storage: Staking MaxNominatorsCount (r:0 w:1)
Storage: Staking MinNominatorBond (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.177
              µs

Reads = 0
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.177
              µs

Reads = 0
Writes = 6

Pallet: "pallet_staking", Extrinsic: "chill_other", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking ChillThreshold (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking MaxNominatorsCount (r:1 w:0)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    61.35
              µs

Reads = 11
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    61.35
              µs

Reads = 11
Writes = 6


@kianenigma
Copy link
Contributor Author

/benchmark runtime kusama pallet_staking

@kianenigma
Copy link
Contributor Author

/benchmark westend kusama pallet_staking

…k --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
@parity-benchapp
Copy link

parity-benchapp bot commented Jan 4, 2022

Benchmark Runtime Kusama Pallet for branch "kiz-enable-bags-list-polkadot" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
Pallet: "pallet_staking", Extrinsic: "bond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    47.08
              µs

Reads = 5
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    47.08
              µs

Reads = 5
Writes = 4

Pallet: "pallet_staking", Extrinsic: "bond_extra", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:0)
Storage: Staking Ledger (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    79.67
              µs

Reads = 8
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    79.67
              µs

Reads = 8
Writes = 7

Pallet: "pallet_staking", Extrinsic: "unbond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking Nominators (r:1 w:0)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    87.48
              µs

Reads = 12
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    87.48
              µs

Reads = 12
Writes = 8

Pallet: "pallet_staking", Extrinsic: "withdraw_unbonded_update", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     36.5
    + s    0.023
              µs

Reads = 4 + (0 * s)
Writes = 3 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0     36.31     0.193    0.5%
    2     35.96     0.352    0.9%
    4      36.5     0.168    0.4%
    6     36.71     0.205    0.5%
    8     36.88     0.185    0.5%
   10     36.01     0.146    0.4%
   12     36.09      0.11    0.3%
   14     36.65       0.3    0.8%
   16     36.29     0.137    0.3%
   18     37.31      0.21    0.5%
   20     37.86     0.226    0.5%
   22     36.87     0.325    0.8%
   24     37.52     0.198    0.5%
   26     36.82     0.135    0.3%
   28     37.83     0.164    0.4%
   30     37.78     0.142    0.3%
   32     37.33     0.161    0.4%
   34     37.18     0.122    0.3%
   36     37.79     0.431    1.1%
   38     37.57     0.153    0.4%
   40     37.85     0.275    0.7%
   42     37.33     0.195    0.5%
   44     37.28      0.11    0.2%
   46      37.5     0.122    0.3%
   48     38.34     0.326    0.8%
   50     37.96     0.218    0.5%
   52     37.72     0.102    0.2%
   54     37.76     0.146    0.3%
   56     37.94     0.205    0.5%
   58     38.84     0.066    0.1%
   60     38.51     0.491    1.2%
   62     37.77     0.248    0.6%
   64     37.97     0.107    0.2%
   66     38.12     0.208    0.5%
   68     37.76     0.134    0.3%
   70     38.01     0.109    0.2%
   72     38.23     0.102    0.2%
   74     38.17      0.08    0.2%
   76     38.35     0.159    0.4%
   78     38.24     0.149    0.3%
   80     38.26     0.115    0.3%
   82     38.56     0.105    0.2%
   84     38.31     0.172    0.4%
   86     38.36     0.242    0.6%
   88     38.24     0.147    0.3%
   90     38.64     0.193    0.4%
   92     38.33     0.173    0.4%
   94      38.5      0.15    0.3%
   96     38.62     0.186    0.4%
   98     38.13     0.113    0.2%
  100     39.28     0.198    0.5%

Quality and confidence:
param     error
s             0

Model:
Time ~=    36.54
    + s    0.023
              µs

Reads = 4 + (0 * s)
Writes = 3 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "withdraw_unbonded_kill", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking Bonded (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    72.36
    + s    0.001
              µs

Reads = 13 + (0 * s)
Writes = 11 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0     72.34     0.303    0.4%
    2     71.98     0.223    0.3%
    4      72.2     0.238    0.3%
    6     72.24     0.304    0.4%
    8     72.51     0.521    0.7%
   10     72.54      0.25    0.3%
   12     72.73     0.784    1.0%
   14     72.22     0.247    0.3%
   16     72.35     0.182    0.2%
   18     72.89     0.447    0.6%
   20     72.47     0.278    0.3%
   22     72.37     0.317    0.4%
   24     72.57     0.383    0.5%
   26      72.5     0.271    0.3%
   28      72.5     0.217    0.2%
   30     72.28     0.204    0.2%
   32     72.31     0.207    0.2%
   34     72.42     0.254    0.3%
   36     72.49     0.401    0.5%
   38     72.33     0.269    0.3%
   40     72.53     0.401    0.5%
   42     72.44      0.35    0.4%
   44     72.71      0.35    0.4%
   46      72.4     0.281    0.3%
   48     72.56     0.204    0.2%
   50     73.98     0.286    0.3%
   52     72.66     0.427    0.5%
   54     72.93     0.594    0.8%
   56     72.43     0.281    0.3%
   58     72.43     0.243    0.3%
   60     73.02     0.496    0.6%
   62     72.46     0.378    0.5%
   64     72.35     0.233    0.3%
   66     72.65      0.51    0.7%
   68     72.32     0.385    0.5%
   70     72.77     0.094    0.1%
   72     72.37     0.232    0.3%
   74     72.55     0.455    0.6%
   76     72.95     0.558    0.7%
   78     72.36     0.339    0.4%
   80     72.57     0.489    0.6%
   82      72.7     0.636    0.8%
   84     72.21     0.273    0.3%
   86     72.73     0.427    0.5%
   88     72.27     0.166    0.2%
   90     72.16     0.207    0.2%
   92     72.37      0.41    0.5%
   94     72.36      0.44    0.6%
   96     72.42     0.212    0.2%
   98     73.47     0.512    0.6%
  100     72.36     0.139    0.1%

Quality and confidence:
param     error
s             0

Model:
Time ~=    72.43
    + s    0.002
              µs

Reads = 13 + (0 * s)
Writes = 11 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "validate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking MinValidatorBond (r:1 w:0)
Storage: Staking MinCommission (r:1 w:0)
Storage: Staking Validators (r:1 w:1)
Storage: Staking MaxValidatorsCount (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Staking CounterForValidators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    55.59
              µs

Reads = 12
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    55.59
              µs

Reads = 12
Writes = 8

Pallet: "pallet_staking", Extrinsic: "kick", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    13.02
    + k    11.42
              µs

Reads = 1 + (1 * k)
Writes = 0 + (1 * k)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    k   mean µs  sigma µs       %
    1      30.9     0.085    0.2%
    3     54.59     0.164    0.3%
    5     75.87     0.349    0.4%
    7     96.08     0.204    0.2%
    9       119     0.446    0.3%
   11     141.7     0.449    0.3%
   13     163.7      0.49    0.2%
   15     187.9     0.711    0.3%
   17     207.5     0.888    0.4%
   19     229.7     1.172    0.5%
   21     253.1     0.428    0.1%
   23     273.6     0.412    0.1%
   25     296.7     1.103    0.3%
   27     319.1     1.467    0.4%
   29     339.3     0.777    0.2%
   31     360.8     1.536    0.4%
   33       386     1.108    0.2%
   35     420.8        13    3.0%
   37     438.4     1.261    0.2%
   39     451.9     2.435    0.5%
   41     471.6     1.138    0.2%
   43     497.9     5.631    1.1%
   45     521.5     2.675    0.5%
   47     538.9     1.085    0.2%
   49     571.2     9.439    1.6%
   51     590.2     8.656    1.4%
   53     609.7     1.932    0.3%
   55     639.9     6.523    1.0%
   57     661.1     5.699    0.8%
   59     687.7     4.396    0.6%
   61     703.1     2.021    0.2%
   63     723.4     1.122    0.1%
   65     756.8     8.311    1.0%
   67     781.6      1.73    0.2%
   69     797.8     2.027    0.2%
   71     815.1     3.328    0.4%
   73     842.9     2.404    0.2%
   75     867.4     4.164    0.4%
   77     890.7       8.4    0.9%
   79     915.8     2.968    0.3%
   81     939.9     9.674    1.0%
   83     962.7     8.173    0.8%
   85     982.5     3.059    0.3%
   87     999.2     2.548    0.2%
   89      1047     3.564    0.3%
   91      1051     7.567    0.7%
   93      1072     4.218    0.3%
   95      1092     6.577    0.6%
   97      1121     3.403    0.3%
   99      1134      7.73    0.6%
  101      1181     11.93    1.0%
  103      1189     11.88    0.9%
  105      1208     8.398    0.6%
  107      1238     7.897    0.6%
  109      1267     12.02    0.9%
  111      1295     11.79    0.9%
  113      1309     4.744    0.3%
  115      1350     11.27    0.8%
  117      1364     11.01    0.8%
  119      1384     10.91    0.7%
  121      1399     12.19    0.8%
  123      1428     7.243    0.5%
  125      1444      6.41    0.4%
  127      1469     5.226    0.3%

Quality and confidence:
param     error
k         0.009

Model:
Time ~=    10.03
    + k    11.48
              µs

Reads = 1 + (1 * k)
Writes = 0 + (1 * k)

Pallet: "pallet_staking", Extrinsic: "nominate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking MaxNominatorsCount (r:1 w:0)
Storage: Staking Validators (r:2 w:0)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    60.41
    + n    4.181
              µs

Reads = 12 + (1 * n)
Writes = 6 + (0 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     63.61     0.332    0.5%
    2     69.12     0.402    0.5%
    3     73.27      0.32    0.4%
    4     76.46     0.227    0.2%
    5     81.84     0.358    0.4%
    6     86.32     0.248    0.2%
    7     90.36     0.221    0.2%
    8     93.61     0.372    0.3%
    9     97.45     0.163    0.1%
   10       102     0.241    0.2%
   11     105.7     0.422    0.3%
   12     109.6     0.584    0.5%
   13     114.5     0.411    0.3%
   14       118     0.471    0.3%
   15       123     0.344    0.2%
   16     126.5     0.592    0.4%
   17     132.1     0.741    0.5%
   18       137     0.652    0.4%
   19     141.1     0.689    0.4%
   20     144.8     0.845    0.5%
   21     146.7     0.723    0.4%
   22     152.6     0.747    0.4%
   23     156.8     0.601    0.3%
   24     160.3     0.681    0.4%

Quality and confidence:
param     error
n         0.008

Model:
Time ~=    60.25
    + n    4.191
              µs

Reads = 12 + (1 * n)
Writes = 6 + (0 * n)

Pallet: "pallet_staking", Extrinsic: "chill", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.55
              µs

Reads = 8
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.55
              µs

Reads = 8
Writes = 6

Pallet: "pallet_staking", Extrinsic: "set_payee", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.794
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.794
              µs

Reads = 1
Writes = 1

Pallet: "pallet_staking", Extrinsic: "set_controller", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.99
              µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.99
              µs

Reads = 3
Writes = 3

Pallet: "pallet_staking", Extrinsic: "set_validator_count", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ValidatorCount (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.619
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.619
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_no_eras", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.667
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.667
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_new_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.743
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.743
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_new_era_always", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.677
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.677
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "set_invulnerables", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Invulnerables (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.936
    + v    0.052
              µs

Reads = 0 + (0 * v)
Writes = 1 + (0 * v)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v   mean µs  sigma µs       %
    0     1.807     0.023    1.2%
   20     2.991     0.021    0.7%
   40     4.079     0.021    0.5%
   60     5.091     0.027    0.5%
   80      6.22     0.026    0.4%
  100     7.292     0.036    0.4%
  120     8.357     0.024    0.2%
  140      9.45     0.022    0.2%
  160     10.46     0.034    0.3%
  180     11.51      0.04    0.3%
  200     12.56     0.029    0.2%
  220     13.34     0.027    0.2%
  240     14.65     0.021    0.1%
  260     15.64     0.037    0.2%
  280     16.54     0.061    0.3%
  300     17.69     0.028    0.1%
  320     18.69     0.041    0.2%
  340     19.82     0.041    0.2%
  360     20.72     0.039    0.1%
  380     21.48     0.039    0.1%
  400     22.43     0.137    0.6%
  420     23.76     0.146    0.6%
  440     24.68     0.153    0.6%
  460     25.95     0.187    0.7%
  480     26.91     0.221    0.8%
  500      27.8     0.216    0.7%
  520      29.5     0.133    0.4%
  540     29.81      0.19    0.6%
  560     31.82     0.127    0.3%
  580     32.55     0.348    1.0%
  600     33.39     0.034    0.1%
  620     34.43     0.055    0.1%
  640     35.66     0.065    0.1%
  660     36.71     0.062    0.1%
  680     37.59     0.072    0.1%
  700     38.67      0.05    0.1%
  720     39.66     0.093    0.2%
  740     41.57     0.144    0.3%
  760     41.83     0.055    0.1%
  780     42.94     0.064    0.1%
  800     43.95     0.058    0.1%
  820     45.06     0.083    0.1%
  840     46.08     0.061    0.1%
  860      47.1     0.052    0.1%
  880     48.26     0.031    0.0%
  900     49.38     0.077    0.1%
  920     50.38     0.089    0.1%
  940     52.52     0.119    0.2%
  960     52.53     0.051    0.0%
  980     53.47      0.08    0.1%
 1000     54.46     0.054    0.0%

Quality and confidence:
param     error
v             0

Model:
Time ~=    1.852
    + v    0.053
              µs

Reads = 0 + (0 * v)
Writes = 1 + (0 * v)

Pallet: "pallet_staking", Extrinsic: "force_unstake", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Ledger (r:0 w:1)
Storage: Staking Payee (r:0 w:1)
Storage: Staking SpanSlash (r:0 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    68.91
    + s    1.102
              µs

Reads = 11 + (0 * s)
Writes = 12 + (1 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0     65.17     0.215    0.3%
    2     70.09     0.207    0.2%
    4     72.88     0.383    0.5%
    6     75.03     0.152    0.2%
    8     77.43     0.344    0.4%
   10     79.66       0.3    0.3%
   12     81.91     0.223    0.2%
   14     84.24     0.256    0.3%
   16     86.01     0.173    0.2%
   18     88.48     0.263    0.2%
   20     90.35     0.251    0.2%
   22     93.25     0.128    0.1%
   24     95.65     0.214    0.2%
   26     97.94     0.504    0.5%
   28     100.2     0.304    0.3%
   30     102.4     0.234    0.2%
   32     106.7     0.305    0.2%
   34     106.9     0.274    0.2%
   36     108.8     0.317    0.2%
   38     110.9     0.198    0.1%
   40     114.3     0.357    0.3%
   42     115.7     0.575    0.4%
   44     117.8     0.391    0.3%
   46     119.5     0.289    0.2%
   48     121.9     0.284    0.2%
   50     124.1     0.412    0.3%
   52     127.1     0.404    0.3%
   54     129.3     0.566    0.4%
   56     131.8     0.556    0.4%
   58     132.7     0.346    0.2%
   60     136.4     0.873    0.6%
   62     137.1     0.456    0.3%
   64     139.8     0.353    0.2%
   66     141.3     0.326    0.2%
   68     144.1     0.487    0.3%
   70     145.7     0.315    0.2%
   72     147.7     0.361    0.2%
   74     151.1     0.292    0.1%
   76     152.6     0.401    0.2%
   78     154.7     0.426    0.2%
   80     156.8      0.27    0.1%
   82     158.6     0.495    0.3%
   84     161.7     0.457    0.2%
   86     164.1     0.412    0.2%
   88     164.8     0.588    0.3%
   90       168     0.447    0.2%
   92     168.9     0.444    0.2%
   94     171.6      0.95    0.5%
   96     175.6     0.722    0.4%
   98     176.3     0.402    0.2%
  100     177.8     0.308    0.1%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    68.81
    + s    1.104
              µs

Reads = 11 + (0 * s)
Writes = 12 + (1 * s)

Pallet: "pallet_staking", Extrinsic: "cancel_deferred_slash", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking UnappliedSlashes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     1075
    + s    4.981
              µs

Reads = 1 + (0 * s)
Writes = 1 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    1     182.1     0.528    0.2%
   20     362.7     0.265    0.0%
   39       546     5.771    1.0%
   58     727.6     11.34    1.5%
   77     897.7     8.713    0.9%
   96      1075     14.71    1.3%
  115      1241     15.47    1.2%
  134      1401     10.01    0.7%
  153      1578     14.51    0.9%
  172      1727     15.49    0.8%
  191      1894      4.82    0.2%
  210      2047     5.722    0.2%
  229      2177     12.74    0.5%
  248      2316      14.8    0.6%
  267      2452     14.55    0.5%
  286      2598     11.75    0.4%
  305      2719     14.59    0.5%
  324      2848     16.33    0.5%
  343      2974     13.87    0.4%
  362      3096     13.92    0.4%
  381      3220     9.281    0.2%
  400      3332     4.012    0.1%
  419      3447     10.63    0.3%
  438      3549     10.45    0.2%
  457      3658     10.65    0.2%
  476      3763     15.26    0.4%
  495      3854     16.88    0.4%
  514      3928     18.19    0.4%
  533      4015     16.94    0.4%
  552      4111     13.92    0.3%
  571      4207     19.29    0.4%
  590      4270     11.72    0.2%
  609      4341     12.69    0.2%
  628      4415     15.05    0.3%
  647      4476      17.2    0.3%
  666      4575     11.05    0.2%
  685      4611     15.52    0.3%
  704      4662     9.542    0.2%
  723      4718     14.54    0.3%
  742      4779     13.33    0.2%
  761      4813     19.82    0.4%
  780      4859     12.13    0.2%
  799      4905     14.89    0.3%
  818      4929     13.43    0.2%
  837      4991     14.55    0.2%
  856      5000     12.98    0.2%
  875      5015     12.82    0.2%
  894      5045        22    0.4%
  913      5055     20.75    0.4%
  932      5087     5.941    0.1%
  951      5074      12.6    0.2%
  970      5085     13.93    0.2%
  989      5173     6.473    0.1%

Quality and confidence:
param     error
s         0.055

Model:
Time ~=    966.4
    + s    4.979
              µs

Reads = 1 + (0 * s)
Writes = 1 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "payout_stakers_dead_controller", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasValidatorReward (r:1 w:0)
Storage: Staking Bonded (r:2 w:0)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking ErasStakersClipped (r:1 w:0)
Storage: Staking ErasRewardPoints (r:1 w:0)
Storage: Staking ErasValidatorPrefs (r:1 w:0)
Storage: Staking Payee (r:2 w:0)
Storage: System Account (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    94.52
    + n    32.89
              µs

Reads = 10 + (3 * n)
Writes = 2 + (1 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     120.8     0.826    0.6%
    6     288.2     3.658    1.2%
   11     454.1     1.422    0.3%
   16     621.2     2.723    0.4%
   21     788.3     3.792    0.4%
   26       951     6.663    0.7%
   31      1115     12.68    1.1%
   36      1289     11.54    0.8%
   41      1441     12.01    0.8%
   46      1625     19.15    1.1%
   51      1781     10.92    0.6%
   56      1935     10.52    0.5%
   61      2095     12.93    0.6%
   66      2269     8.992    0.3%
   71      2430     9.769    0.4%
   76      2581     20.26    0.7%
   81      2772     10.82    0.3%
   86      2930     9.378    0.3%
   91      3070     11.86    0.3%
   96      3303     18.83    0.5%
  101      3432     19.69    0.5%
  106      3560     11.49    0.3%
  111      3750     22.57    0.6%
  116      3916     13.22    0.3%
  121      4077     14.71    0.3%
  126      4232     13.27    0.3%
  131      4404     27.27    0.6%
  136      4556     14.52    0.3%
  141      4696     12.68    0.2%
  146      4901      27.7    0.5%
  151      5078     26.56    0.5%
  156      5221      22.8    0.4%
  161      5412        24    0.4%
  166      5568     34.05    0.6%
  171      5778     23.83    0.4%
  176      5849     16.46    0.2%
  181      6035     17.77    0.2%
  186      6201     28.15    0.4%
  191      6381     25.32    0.3%
  196      6542     41.18    0.6%
  201      6692     18.79    0.2%
  206      6872     23.03    0.3%
  211      7024     20.11    0.2%
  216      7202     31.63    0.4%
  221      7401     28.59    0.3%
  226      7564     21.66    0.2%
  231      7678     47.12    0.6%
  236      7888     42.43    0.5%
  241      8015     39.87    0.4%
  246      8203     25.95    0.3%
  251      8394     34.58    0.4%
  256      8480      45.1    0.5%

Quality and confidence:
param     error
n         0.017

Model:
Time ~=     94.7
    + n    32.91
              µs

Reads = 10 + (3 * n)
Writes = 2 + (1 * n)

Pallet: "pallet_staking", Extrinsic: "payout_stakers_alive_staked", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasValidatorReward (r:1 w:0)
Storage: Staking Bonded (r:2 w:0)
Storage: Staking Ledger (r:2 w:2)
Storage: Staking ErasStakersClipped (r:1 w:0)
Storage: Staking ErasRewardPoints (r:1 w:0)
Storage: Staking ErasValidatorPrefs (r:1 w:0)
Storage: Staking Payee (r:2 w:0)
Storage: System Account (r:2 w:2)
Storage: Balances Locks (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    120.5
    + n    44.79
              µs

Reads = 11 + (5 * n)
Writes = 3 + (3 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     148.8     0.833    0.5%
    6     380.3     2.838    0.7%
   11     608.1     2.737    0.4%
   16     830.6     2.458    0.2%
   21      1067     12.75    1.1%
   26      1288     11.98    0.9%
   31      1513     9.643    0.6%
   36      1738     19.29    1.1%
   41      1959      12.8    0.6%
   46      2205     15.18    0.6%
   51      2411     18.65    0.7%
   56      2637        19    0.7%
   61      2855     14.61    0.5%
   66      3078     11.77    0.3%
   71      3298     11.88    0.3%
   76      3534     6.901    0.1%
   81      3742     18.42    0.4%
   86      4073     164.7    4.0%
   91      4209     14.85    0.3%
   96      4453     27.94    0.6%
  101      4658     17.53    0.3%
  106      4895      30.7    0.6%
  111      5100     14.72    0.2%
  116      5279     22.21    0.4%
  121      5518     11.77    0.2%
  126      5797     27.36    0.4%
  131      5977     34.13    0.5%
  136      6212     25.43    0.4%
  141      6406     26.17    0.4%
  146      6704     19.51    0.2%
  151      6867     19.29    0.2%
  156      7119     32.07    0.4%
  161      7291     18.91    0.2%
  166      7521        14    0.1%
  171      7750     27.39    0.3%
  176      7997     36.35    0.4%
  181      8249     35.42    0.4%
  186      8487     33.03    0.3%
  191      8626     16.42    0.1%
  196      8937     29.14    0.3%
  201      9157     26.12    0.2%
  206      9395     33.92    0.3%
  211      9547     35.72    0.3%
  216      9854     43.48    0.4%
  221     10040     51.43    0.5%
  226     10240     44.27    0.4%
  231     10430     38.99    0.3%
  236     10660      25.7    0.2%
  241     10980      49.4    0.4%
  246     11150     23.01    0.2%
  251     11270     46.17    0.4%
  256     11670     35.83    0.3%

Quality and confidence:
param     error
n         0.028

Model:
Time ~=    123.5
    + n    44.81
              µs

Reads = 11 + (5 * n)
Writes = 3 + (3 * n)

Pallet: "pallet_staking", Extrinsic: "rebond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    78.35
    + l    0.042
              µs

Reads = 9 + (0 * l)
Writes = 8 + (0 * l)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    l   mean µs  sigma µs       %
    1     77.79     0.473    0.6%
    2     78.41     0.237    0.3%
    3     78.03     0.301    0.3%
    4     78.21     0.309    0.3%
    5     78.47     0.355    0.4%
    6     78.81     0.267    0.3%
    7     78.47     0.376    0.4%
    8     78.84     0.325    0.4%
    9     78.62      0.36    0.4%
   10     80.17     0.155    0.1%
   11     78.97      0.23    0.2%
   12     79.02     0.347    0.4%
   13     79.16     0.135    0.1%
   14     78.94     0.136    0.1%
   15     79.48     0.179    0.2%
   16     79.94     1.307    1.6%
   17     79.33     0.214    0.2%
   18     79.33     0.266    0.3%
   19     79.12     0.195    0.2%
   20     78.79     0.189    0.2%
   21     78.89     0.162    0.2%
   22     79.07     0.315    0.3%
   23     78.92     0.398    0.5%
   24      79.6     0.126    0.1%
   25     81.62     1.317    1.6%
   26     79.08     0.205    0.2%
   27      79.3     0.397    0.5%
   28     78.91     0.295    0.3%
   29     79.04     0.485    0.6%
   30     81.62      0.42    0.5%
   31     80.76     0.445    0.5%
   32     79.01     0.303    0.3%

Quality and confidence:
param     error
l         0.004

Model:
Time ~=    78.27
    + l    0.055
              µs

Reads = 9 + (0 * l)
Writes = 8 + (0 * l)

Pallet: "pallet_staking", Extrinsic: "set_history_depth", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:1)
Storage: Staking ErasStakersClipped (r:0 w:2)
Storage: Staking ErasValidatorPrefs (r:0 w:2)
Storage: Staking ErasValidatorReward (r:0 w:1)
Storage: Staking ErasRewardPoints (r:0 w:1)
Storage: Staking ErasStakers (r:0 w:2)
Storage: Staking ErasTotalStake (r:0 w:1)
Storage: Staking ErasStartSessionIndex (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + e    25.94
              µs

Reads = 2 + (0 * e)
Writes = 4 + (7 * e)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    e   mean µs  sigma µs       %
    1     29.08     0.244    0.8%
    2      48.5     0.221    0.4%
    3     65.86     0.303    0.4%
    4     84.01     0.563    0.6%
    5     101.7     0.357    0.3%
    6       119      0.63    0.5%
    7     136.8     0.337    0.2%
    8     156.8     0.457    0.2%
    9     172.6     0.769    0.4%
   10     194.2     0.459    0.2%
   11     216.8     3.584    1.6%
   12       232     0.962    0.4%
   13     249.1     0.755    0.3%
   14     270.6     1.615    0.5%
   15     290.8     1.518    0.5%
   16     311.9     1.719    0.5%
   17     335.4     9.039    2.6%
   18     359.4     14.18    3.9%
   19     373.7     1.556    0.4%
   20     396.8      1.75    0.4%
   21       412     1.055    0.2%
   22       440     0.951    0.2%
   23     460.2     2.006    0.4%
   24     487.9     11.61    2.3%
   25     500.9     0.889    0.1%
   26     516.4     1.901    0.3%
   27     540.4     2.137    0.3%
   28     564.1     4.341    0.7%
   29     591.4      7.75    1.3%
   30     614.6     9.115    1.4%
   31     628.3     2.818    0.4%
   32     659.7     8.614    1.3%
   33     675.5     4.449    0.6%
   34     714.9     14.57    2.0%
   35     732.4     2.855    0.3%
   36     749.8      5.24    0.6%
   37     777.9     9.163    1.1%
   38     808.4     8.438    1.0%
   39     811.7     1.624    0.2%
   40     855.2     9.813    1.1%
   41     864.6      2.25    0.2%
   42     891.8     6.824    0.7%
   43     922.4     11.64    1.2%
   44     956.2     11.55    1.2%
   45     977.7     9.093    0.9%
   46      1002     14.33    1.4%
   47      1023     7.389    0.7%
   48      1053     11.18    1.0%
   49      1074     6.595    0.6%
   50      1094     2.735    0.2%
   51      1122     7.089    0.6%
   52      1171     10.99    0.9%
   53      1173     13.04    1.1%
   54      1214     9.194    0.7%
   55      1263      4.45    0.3%
   56      1260     9.937    0.7%
   57      1286     9.257    0.7%
   58      1349     11.88    0.8%
   59      1356     8.932    0.6%
   60      1385     15.27    1.1%
   61      1408     12.88    0.9%
   62      1435     10.95    0.7%
   63      1444     9.999    0.6%
   64      1485     9.445    0.6%
   65      1516      2.89    0.1%
   66      1539     10.39    0.6%
   67      1559      9.95    0.6%
   68      1607     7.833    0.4%
   69      1635     9.986    0.6%
   70      1658     9.486    0.5%
   71      1671      12.9    0.7%
   72      1721     17.17    0.9%
   73      1738     11.26    0.6%
   74      1789     8.906    0.4%
   75      1785     14.98    0.8%
   76      1827     13.86    0.7%
   77      1869     12.25    0.6%
   78      1902     15.77    0.8%
   79      1917     11.28    0.5%
   80      1975     7.355    0.3%
   81      1988     9.933    0.4%
   82      2036     10.37    0.5%
   83      2031     5.775    0.2%
   84      2057     8.718    0.4%
   85      2104     9.353    0.4%
   86      2151      12.2    0.5%
   87      2171     12.05    0.5%
   88      2203     15.48    0.7%
   89      2205     11.64    0.5%
   90      2287     12.27    0.5%
   91      2323     10.14    0.4%
   92      2314     8.619    0.3%
   93      2367     12.41    0.5%
   94      2424     13.18    0.5%
   95      2413     14.69    0.6%
   96      2469     15.18    0.6%
   97      2502     13.57    0.5%
   98      2539     13.81    0.5%
   99      2564      6.19    0.2%
  100      2567      10.6    0.4%

Quality and confidence:
param     error
e         0.066

Model:
Time ~=        0
    + e    26.03
              µs

Reads = 2 + (0 * e)
Writes = 4 + (7 * e)

Pallet: "pallet_staking", Extrinsic: "reap_stash", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:1)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)
Storage: Staking SpanSlash (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    76.46
    + s    1.098
              µs

Reads = 12 + (0 * s)
Writes = 12 + (1 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    1     76.66      0.29    0.3%
    2     79.75     0.275    0.3%
    3     79.33      0.24    0.3%
    4      80.2     0.234    0.2%
    5     81.27     0.227    0.2%
    6     83.17     0.215    0.2%
    7     83.83     0.164    0.1%
    8     85.14      0.29    0.3%
    9     86.33     0.238    0.2%
   10     86.92     0.292    0.3%
   11     88.07     0.239    0.2%
   12     88.97     0.237    0.2%
   13     90.61     0.409    0.4%
   14     91.13     0.335    0.3%
   15     94.21     0.207    0.2%
   16     93.17     0.276    0.2%
   17     94.64     0.203    0.2%
   18      96.3     0.239    0.2%
   19     97.17      0.15    0.1%
   20     98.01     0.197    0.2%
   21     99.44     0.358    0.3%
   22     100.5     0.295    0.2%
   23       102     0.222    0.2%
   24     102.8     0.342    0.3%
   25     103.5     0.251    0.2%
   26     105.4     0.345    0.3%
   27     105.8     0.234    0.2%
   28     107.7     0.252    0.2%
   29     107.8     0.168    0.1%
   30     109.8     0.182    0.1%
   31     111.2     0.428    0.3%
   32       112     0.376    0.3%
   33     112.9     0.314    0.2%
   34     114.5     0.332    0.2%
   35     115.4     0.286    0.2%
   36     115.9     0.267    0.2%
   37     118.8     0.796    0.6%
   38     118.7     0.247    0.2%
   39     119.9     0.272    0.2%
   40     120.9     0.316    0.2%
   41     121.9     0.295    0.2%
   42       123     0.683    0.5%
   43     123.6     0.495    0.4%
   44     124.8     0.327    0.2%
   45     126.3     0.399    0.3%
   46     127.2     0.399    0.3%
   47     128.3     0.284    0.2%
   48     128.6       0.3    0.2%
   49     130.3     0.532    0.4%
   50     131.2     0.582    0.4%
   51     132.1     0.611    0.4%
   52     133.2     0.214    0.1%
   53     134.5     0.644    0.4%
   54     136.3     0.271    0.1%
   55       137     0.436    0.3%
   56     137.8     0.571    0.4%
   57     139.4     0.503    0.3%
   58     140.1      0.51    0.3%
   59     141.8     0.454    0.3%
   60       142     0.338    0.2%
   61       143     0.408    0.2%
   62     144.2     0.603    0.4%
   63     145.9     0.288    0.1%
   64       147     0.381    0.2%
   65     147.2     0.476    0.3%
   66     148.6     0.325    0.2%
   67       152     1.133    0.7%
   68     151.9       0.4    0.2%
   69     151.6     0.392    0.2%
   70     152.8     0.557    0.3%
   71     153.4     0.487    0.3%
   72     157.8     0.387    0.2%
   73     159.3     0.185    0.1%
   74     163.6     1.066    0.6%
   75     166.1     2.023    1.2%
   76     160.2     1.379    0.8%
   77     160.1     0.437    0.2%
   78     161.4     0.466    0.2%
   79     163.3      0.33    0.2%
   80     163.8      0.64    0.3%
   81       165     0.363    0.2%
   82     166.3     0.232    0.1%
   83     167.1     0.405    0.2%
   84     168.1     0.469    0.2%
   85     169.4     0.278    0.1%
   86     172.2     0.428    0.2%
   87     171.5     0.317    0.1%
   88     171.5      0.45    0.2%
   89       175     0.601    0.3%
   90     175.1     0.472    0.2%
   91     176.2     0.478    0.2%
   92     176.8     0.414    0.2%
   93     180.7     1.895    1.0%
   94       179     0.567    0.3%
   95     180.3     0.358    0.1%
   96     181.4     0.434    0.2%
   97     183.1     0.241    0.1%
   98     183.1     0.663    0.3%
   99     185.1      0.57    0.3%
  100     186.3     0.415    0.2%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    76.42
    + s    1.103
              µs

Reads = 12 + (0 * s)
Writes = 12 + (1 * s)

Pallet: "pallet_staking", Extrinsic: "new_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CounterForNominators (r:1 w:0)
Storage: Staking CounterForValidators (r:1 w:0)
Storage: Staking Validators (r:2 w:0)
Storage: Staking Bonded (r:101 w:0)
Storage: Staking Ledger (r:101 w:0)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: BagsList ListBags (r:183 w:0)
Storage: BagsList ListNodes (r:100 w:0)
Storage: Staking Nominators (r:100 w:0)
Storage: System BlockWeight (r:1 w:1)
Storage: Staking ValidatorCount (r:1 w:0)
Storage: Staking MinimumValidatorCount (r:1 w:0)
Storage: Staking CurrentEra (r:1 w:1)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasStakersClipped (r:0 w:1)
Storage: Staking ErasValidatorPrefs (r:0 w:1)
Storage: Staking ErasStakers (r:0 w:1)
Storage: Staking ErasTotalStake (r:0 w:1)
Storage: Staking ErasStartSessionIndex (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    220.4
    + n     38.1
              µs

Reads = 192 + (3 * v) + (4 * n)
Writes = 4 + (3 * v) + (0 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v     n   mean µs  sigma µs       %
    1   100      2629     19.43    0.7%
    2   100      2788        21    0.7%
    3   100      2931     22.65    0.7%
    4   100      3114     24.26    0.7%
    5   100      3314     24.66    0.7%
    6   100      3513     22.14    0.6%
    7   100      3738     29.22    0.7%
    8   100      3978     15.91    0.4%
    9   100      4275     19.13    0.4%
   10     1     837.8     9.302    1.1%
   10     2     889.8     10.07    1.1%
   10     3     920.7     2.091    0.2%
   10     4     956.3     6.565    0.6%
   10     5     974.3     8.707    0.8%
   10     6     998.8     9.077    0.9%
   10     7      1042     9.203    0.8%
   10     8      1076     13.64    1.2%
   10     9      1117     10.16    0.9%
   10    10      1145     6.114    0.5%
   10    11      1172     16.52    1.4%
   10    12      1276     8.876    0.6%
   10    13      1303     15.92    1.2%
   10    14      1337     9.905    0.7%
   10    15      1369     11.36    0.8%
   10    16      1402     15.43    1.1%
   10    17      1433     10.47    0.7%
   10    18      1470      11.6    0.7%
   10    19      1508     14.52    0.9%
   10    20      1563     7.329    0.4%
   10    21      1591     16.93    1.0%
   10    22      1627     12.53    0.7%
   10    23      1676     13.83    0.8%
   10    24      1708     13.51    0.7%
   10    25      1760     11.91    0.6%
   10    26      1805     13.27    0.7%
   10    27      1816     15.41    0.8%
   10    28      1899      3.73    0.1%
   10    29      1893     10.23    0.5%
   10    30      1917        12    0.6%
   10    31      1980     13.45    0.6%
   10    32      2017      8.54    0.4%
   10    33      2030     14.66    0.7%
   10    34      2067     13.77    0.6%
   10    35      2119     20.08    0.9%
   10    36      2151     9.247    0.4%
   10    37      2208     19.81    0.8%
   10    38      2223      10.4    0.4%
   10    39      2273     26.57    1.1%
   10    40      2332      11.7    0.5%
   10    41      2328     10.24    0.4%
   10    42      2379     16.25    0.6%
   10    43      2430     12.29    0.5%
   10    44      2471     18.16    0.7%
   10    45      2514     7.599    0.3%
   10    46      2536     14.29    0.5%
   10    47      2574     17.39    0.6%
   10    48      2614      15.8    0.6%
   10    49      2636     9.064    0.3%
   10    50      2689      15.9    0.5%
   10    51      2706     11.63    0.4%
   10    52      2778     13.66    0.4%
   10    53      2788     14.31    0.5%
   10    54      2861     12.03    0.4%
   10    55      2846     14.53    0.5%
   10    56      2896     15.57    0.5%
   10    57      2937     15.41    0.5%
   10    58      2982     9.504    0.3%
   10    59      3046     21.43    0.7%
   10    60      3045     15.23    0.5%
   10    61      3120     11.68    0.3%
   10    62      3134     13.06    0.4%
   10    63      3179     15.16    0.4%
   10    64      3241     15.66    0.4%
   10    65      3284     22.42    0.6%
   10    66      3326     16.01    0.4%
   10    67      3339     11.69    0.3%
   10    68      3382     9.309    0.2%
   10    69      3432     16.53    0.4%
   10    70      3485     26.17    0.7%
   10    71      3483     17.46    0.5%
   10    72      3555     13.66    0.3%
   10    73      3594     13.87    0.3%
   10    74      3653     20.46    0.5%
   10    75      3623     19.52    0.5%
   10    76      3698     20.56    0.5%
   10    77      3740     15.63    0.4%
   10    78      3751     21.54    0.5%
   10    79      3811        25    0.6%
   10    80      3859     15.08    0.3%
   10    81      3894     17.94    0.4%
   10    82      3949     22.53    0.5%
   10    83      3971     18.25    0.4%
   10    84      4021     39.55    0.9%
   10    85      3999     16.82    0.4%
   10    86      4089     16.49    0.4%
   10    87      4130     19.73    0.4%
   10    88      4175     11.29    0.2%
   10    89      4186     12.13    0.2%
   10    90      4185     21.13    0.5%
   10    91      4259     35.22    0.8%
   10    92      4339     16.48    0.3%
   10    93      4305     12.19    0.2%
   10    94      4405     18.93    0.4%
   10    95      4432     26.46    0.5%
   10    96      4406     15.22    0.3%
   10    97      4438     13.69    0.3%
   10    98      4541     17.15    0.3%
   10    99      4561     28.34    0.6%
   10   100      4584      19.8    0.4%

Quality and confidence:
param     error
v         0.865
n         0.043

Model:
Time ~=        0
    + v    235.9
    + n    37.92
              µs

Reads = 192 + (3 * v) + (4 * n)
Writes = 4 + (3 * v) + (0 * n)

Pallet: "pallet_staking", Extrinsic: "get_npos_voters", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CounterForNominators (r:1 w:0)
Storage: Staking CounterForValidators (r:1 w:0)
Storage: Staking Validators (r:501 w:0)
Storage: Staking Bonded (r:1500 w:0)
Storage: Staking Ledger (r:1500 w:0)
Storage: Staking SlashingSpans (r:21 w:0)
Storage: BagsList ListBags (r:183 w:0)
Storage: BagsList ListNodes (r:1000 w:0)
Storage: Staking Nominators (r:1000 w:0)
Storage: System BlockWeight (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    23.71
    + n    27.36
    + s    37.72
              µs

Reads = 188 + (3 * v) + (4 * n) + (1 * s)
Writes = 1 + (0 * v) + (0 * n) + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v     n     s   mean µs  sigma µs       %
  500  1000    20     36900       239    0.6%
  510  1000    20     37390     175.1    0.4%
  520  1000    20     37090      72.8    0.1%
  530  1000    20     37730     91.56    0.2%
  540  1000    20     38050     102.7    0.2%
  550  1000    20     38060       115    0.3%
  560  1000    20     38670       214    0.5%
  570  1000    20     37960     98.35    0.2%
  580  1000    20     38930     120.7    0.3%
  590  1000    20     38720       260    0.6%
  600  1000    20     38950       117    0.3%
  610  1000    20     38930     121.3    0.3%
  620  1000    20     39570      96.9    0.2%
  630  1000    20     40050     184.2    0.4%
  640  1000    20     39560     160.7    0.4%
  650  1000    20     39830     134.4    0.3%
  660  1000    20     40350     135.5    0.3%
  670  1000    20     40660     158.9    0.3%
  680  1000    20     41050     148.1    0.3%
  690  1000    20     41140     196.6    0.4%
  700  1000    20     41650     71.94    0.1%
  710  1000    20     41560     176.8    0.4%
  720  1000    20     41450     177.1    0.4%
  730  1000    20     42260     159.6    0.3%
  740  1000    20     42400     119.7    0.2%
  750  1000    20     42000     146.8    0.3%
  760  1000    20     43320     86.23    0.1%
  770  1000    20     42500     161.4    0.3%
  780  1000    20     43270     262.1    0.6%
  790  1000    20     43120       234    0.5%
  800  1000    20     43280     163.4    0.3%
  810  1000    20     43810     214.7    0.4%
  820  1000    20     44510     220.1    0.4%
  830  1000    20     44330     315.6    0.7%
  840  1000    20     44620     185.2    0.4%
  850  1000    20     44740     152.3    0.3%
  860  1000    20     45610     154.3    0.3%
  870  1000    20     45380     243.2    0.5%
  880  1000    20     45410     121.9    0.2%
  890  1000    20     46050     224.5    0.4%
  900  1000    20     46420     145.2    0.3%
  910  1000    20     46790     266.9    0.5%
  920  1000    20     46810       102    0.2%
  930  1000    20     46790     303.2    0.6%
  940  1000    20     46570     206.2    0.4%
  950  1000    20     47470     153.6    0.3%
  960  1000    20     47660     246.6    0.5%
  970  1000    20     47780     288.7    0.6%
  980  1000    20     48040     139.2    0.2%
  990  1000    20     49330     166.7    0.3%
 1000   500    20     34980     85.89    0.2%
 1000   510    20     35130     194.4    0.5%
 1000   520    20     35730     92.28    0.2%
 1000   530    20     35220      53.7    0.1%
 1000   540    20     35750     189.6    0.5%
 1000   550    20     36050     178.8    0.4%
 1000   560    20     36040     125.4    0.3%
 1000   570    20     36570       133    0.3%
 1000   580    20     36680       203    0.5%
 1000   590    20     36670       100    0.2%
 1000   600    20     37740     177.9    0.4%
 1000   610    20     37410     155.7    0.4%
 1000   620    20     38290     188.5    0.4%
 1000   630    20     38440       133    0.3%
 1000   640    20     38930     171.1    0.4%
 1000   650    20     38870     190.9    0.4%
 1000   660    20     39040     287.6    0.7%
 1000   670    20     39320     254.4    0.6%
 1000   680    20     40090     190.8    0.4%
 1000   690    20     39810     159.9    0.4%
 1000   700    20     39930       144    0.3%
 1000   710    20     40740     82.79    0.2%
 1000   720    20     40520     136.6    0.3%
 1000   730    20     41470     150.8    0.3%
 1000   740    20     40840     289.1    0.7%
 1000   750    20     41550     219.1    0.5%
 1000   760    20     42400     215.7    0.5%
 1000   770    20     42210     192.3    0.4%
 1000   780    20     42170     219.3    0.5%
 1000   790    20     42500     228.8    0.5%
 1000   800    20     43090     117.4    0.2%
 1000   810    20     43390     165.2    0.3%
 1000   820    20     43660     182.9    0.4%
 1000   830    20     43730     90.11    0.2%
 1000   840    20     44470     173.8    0.3%
 1000   850    20     45000     153.5    0.3%
 1000   860    20     44010     102.9    0.2%
 1000   870    20     44320     135.6    0.3%
 1000   880    20     45130       208    0.4%
 1000   890    20     45020     336.7    0.7%
 1000   900    20     45890     172.8    0.3%
 1000   910    20     46190     110.8    0.2%
 1000   920    20     45520     184.9    0.4%
 1000   930    20     46560     286.8    0.6%
 1000   940    20     46640     122.6    0.2%
 1000   950    20     47050     243.9    0.5%
 1000   960    20     46870     225.7    0.4%
 1000   970    20     47520       171    0.3%
 1000   980    20     47370     120.5    0.2%
 1000   990    20     48110     241.4    0.5%
 1000  1000     1     47330     221.1    0.4%
 1000  1000     2     47610     172.2    0.3%
 1000  1000     3     48160       162    0.3%
 1000  1000     4     48770     267.3    0.5%
 1000  1000     5     48580     129.5    0.2%
 1000  1000     6     48170     155.2    0.3%
 1000  1000     7     47960     230.4    0.4%
 1000  1000     8     48270     183.4    0.3%
 1000  1000     9     48220     313.7    0.6%
 1000  1000    10     48590     175.1    0.3%
 1000  1000    11     48700     127.4    0.2%
 1000  1000    12     48590     199.3    0.4%
 1000  1000    13     48260     218.7    0.4%
 1000  1000    14     47810     126.4    0.2%
 1000  1000    15     48240     240.7    0.4%
 1000  1000    16     48300       287    0.5%
 1000  1000    17     49190     180.3    0.3%
 1000  1000    18     48590     182.4    0.3%
 1000  1000    19     48510     197.8    0.4%
 1000  1000    20     48760     206.4    0.4%

Quality and confidence:
param     error
v         0.087
n         0.087
s         2.968

Model:
Time ~=        0
    + v    23.51
    + n    27.54
    + s    21.93
              µs

Reads = 188 + (3 * v) + (4 * n) + (1 * s)
Writes = 1 + (0 * v) + (0 * n) + (0 * s)

Pallet: "pallet_staking", Extrinsic: "get_npos_targets", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Validators (r:501 w:0)
Storage: System BlockWeight (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    9.505
              µs

Reads = 2 + (1 * v)
Writes = 1 + (0 * v)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v   mean µs  sigma µs       %
  500      4504     39.34    0.8%
  510      4701     39.94    0.8%
  520      4700     25.05    0.5%
  530      4900     20.95    0.4%
  540      4905     49.98    1.0%
  550      5003     36.51    0.7%
  560      5161     59.58    1.1%
  570      5209     27.38    0.5%
  580      5300     21.44    0.4%
  590      5514     26.72    0.4%
  600      5502     26.08    0.4%
  610      5442     36.79    0.6%
  620      5781     25.81    0.4%
  630      5868     43.22    0.7%
  640      5937     37.54    0.6%
  650      6027     39.66    0.6%
  660      5941     23.06    0.3%
  670      6224     88.84    1.4%
  680      6244      33.9    0.5%
  690      6311     42.45    0.6%
  700      6421     34.69    0.5%
  710      6401     46.88    0.7%
  720      6611     51.03    0.7%
  730      6783     55.44    0.8%
  740      6786     29.88    0.4%
  750      6926     66.11    0.9%
  760      7042     45.41    0.6%
  770      7238     52.52    0.7%
  780      7129      52.7    0.7%
  790      7311     63.14    0.8%
  800      7551     52.25    0.6%
  810      7469     56.22    0.7%
  820      7433     66.15    0.8%
  830      7632      52.2    0.6%
  840      7826     68.35    0.8%
  850      7840     78.88    1.0%
  860      7892     46.36    0.5%
  870      8132     49.58    0.6%
  880      8238     52.44    0.6%
  890      8231     70.03    0.8%
  900      8441     44.82    0.5%
  910      8310     63.35    0.7%
  920      8586     80.94    0.9%
  930      8611      61.2    0.7%
  940      8891     34.42    0.3%
  950      8882      63.4    0.7%
  960      8767     41.13    0.4%
  970      9082     46.85    0.5%
  980      9075     95.43    1.0%
  990      9238     82.67    0.8%
 1000      9199     108.8    1.1%

Quality and confidence:
param     error
v         0.028

Model:
Time ~=        0
    + v    9.481
              µs

Reads = 2 + (1 * v)
Writes = 1 + (0 * v)

Pallet: "pallet_staking", Extrinsic: "set_staking_configs", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking MinCommission (r:0 w:1)
Storage: Staking MinValidatorBond (r:0 w:1)
Storage: Staking MaxValidatorsCount (r:0 w:1)
Storage: Staking ChillThreshold (r:0 w:1)
Storage: Staking MaxNominatorsCount (r:0 w:1)
Storage: Staking MinNominatorBond (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.323
              µs

Reads = 0
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.323
              µs

Reads = 0
Writes = 6

Pallet: "pallet_staking", Extrinsic: "chill_other", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking ChillThreshold (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking MaxNominatorsCount (r:1 w:0)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    64.25
              µs

Reads = 11
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    64.25
              µs

Reads = 11
Writes = 6


Parity Bot added 2 commits January 4, 2022 08:17
…k --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
@parity-benchapp
Copy link

parity-benchapp bot commented Jan 4, 2022

Error running benchmark: kiz-enable-bags-list-polkadot

stdoutNode benchmarks only available on Substrate.

@kianenigma
Copy link
Contributor Author

/benchmark runtime westend kusama pallet_staking

@parity-benchapp
Copy link

parity-benchapp bot commented Jan 4, 2022

Benchmark Runtime Westend Pallet for branch "kiz-enable-bags-list-polkadot" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=kusama pallet_staking --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
error: Found argument 'pallet_staking' which wasn't expected, or isn't valid in this context

USAGE:
    polkadot benchmark --chain <CHAIN_SPEC> --extrinsic <extrinsic> --pallet <pallet> --repeat <repeat> --steps <steps>

For more information try --help

ERROR: Unable to commit file ./runtime/westend/src/weights/

.saturating_add((235_921_000 as Weight).saturating_mul(v as Weight))
// Standard Error: 43_000
.saturating_add((37_925_000 as Weight).saturating_mul(n as Weight))
.saturating_add(T::DbWeight::get().reads(192 as Weight))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm have to look into this one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, well, we need to lookup all bags upon each new era, and the number of bags is always bounded. Should be fine.

@kianenigma
Copy link
Contributor Author

/benchmark runtime westend pallet_staking

@parity-benchapp
Copy link

parity-benchapp bot commented Jan 4, 2022

Benchmark Runtime Westend Pallet for branch "kiz-enable-bags-list-polkadot" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
Pallet: "pallet_staking", Extrinsic: "bond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    47.26
              µs

Reads = 5
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    47.26
              µs

Reads = 5
Writes = 4

Pallet: "pallet_staking", Extrinsic: "bond_extra", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:0)
Storage: Staking Ledger (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    79.88
              µs

Reads = 8
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    79.88
              µs

Reads = 8
Writes = 7

Pallet: "pallet_staking", Extrinsic: "unbond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking Nominators (r:1 w:0)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    85.96
              µs

Reads = 12
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    85.96
              µs

Reads = 12
Writes = 8

Pallet: "pallet_staking", Extrinsic: "withdraw_unbonded_update", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    35.81
    + s    0.026
              µs

Reads = 4 + (0 * s)
Writes = 3 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0     35.39     0.115    0.3%
    2     36.06     0.176    0.4%
    4     35.54     0.137    0.3%
    6     35.78     0.186    0.5%
    8     36.55     0.203    0.5%
   10     36.74     0.174    0.4%
   12     36.65     0.157    0.4%
   14     35.51     0.137    0.3%
   16     36.83     0.128    0.3%
   18     36.07     0.163    0.4%
   20      36.2     0.077    0.2%
   22     37.15     0.176    0.4%
   24     36.41     0.119    0.3%
   26     36.33     0.201    0.5%
   28     37.24     0.264    0.7%
   30     36.32     0.169    0.4%
   32     36.82     0.231    0.6%
   34     36.73     0.257    0.6%
   36     36.73     0.113    0.3%
   38     36.71     0.092    0.2%
   40     36.91     0.133    0.3%
   42     36.68      0.14    0.3%
   44     36.72     0.107    0.2%
   46     37.22     0.362    0.9%
   48     36.97     0.139    0.3%
   50     36.72     0.263    0.7%
   52     36.85     0.172    0.4%
   54     37.41     0.427    1.1%
   56     37.25      0.14    0.3%
   58     37.28     0.242    0.6%
   60     38.46     0.143    0.3%
   62     37.23     0.137    0.3%
   64     38.48     0.165    0.4%
   66     38.09     0.272    0.7%
   68     37.88     0.125    0.3%
   70     37.73     0.141    0.3%
   72     37.82     0.234    0.6%
   74     37.95     0.163    0.4%
   76     38.41     0.206    0.5%
   78     37.84     0.149    0.3%
   80     38.03     0.152    0.3%
   82     38.01     0.176    0.4%
   84     38.06     0.179    0.4%
   86     38.21     0.159    0.4%
   88     38.26     0.187    0.4%
   90     38.11     0.211    0.5%
   92     38.14     0.159    0.4%
   94     38.48     0.386    1.0%
   96     38.07     0.157    0.4%
   98     37.99     0.108    0.2%
  100      38.3     0.258    0.6%

Quality and confidence:
param     error
s             0

Model:
Time ~=    35.89
    + s    0.026
              µs

Reads = 4 + (0 * s)
Writes = 3 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "withdraw_unbonded_kill", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking Bonded (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    71.85
    + s        0
              µs

Reads = 13 + (0 * s)
Writes = 11 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0     71.47     0.242    0.3%
    2     71.39     0.316    0.4%
    4     71.49     0.162    0.2%
    6     71.49     0.257    0.3%
    8      71.5     0.484    0.6%
   10     71.52      0.46    0.6%
   12     71.25     0.364    0.5%
   14     73.05     0.581    0.7%
   16     73.19      0.18    0.2%
   18     73.21     0.301    0.4%
   20     71.73     0.355    0.4%
   22     71.84     0.207    0.2%
   24     71.47      0.17    0.2%
   26     71.97     0.408    0.5%
   28     73.11     0.345    0.4%
   30     71.71     0.464    0.6%
   32     71.99     0.277    0.3%
   34     71.75     0.199    0.2%
   36     71.92     0.396    0.5%
   38     72.25       0.7    0.9%
   40     73.37     0.259    0.3%
   42     71.77     0.411    0.5%
   44     71.55     0.215    0.3%
   46     71.69     0.105    0.1%
   48     71.95     0.321    0.4%
   50     71.74     0.174    0.2%
   52     71.57     0.105    0.1%
   54     71.94     0.621    0.8%
   56     71.62     0.196    0.2%
   58     71.62     0.356    0.4%
   60     71.68     0.185    0.2%
   62     71.59     0.271    0.3%
   64     71.62     0.263    0.3%
   66     71.74     0.439    0.6%
   68     71.35     0.222    0.3%
   70     71.56     0.211    0.2%
   72     71.58     0.344    0.4%
   74     71.46     0.328    0.4%
   76      71.6     0.191    0.2%
   78     71.59     0.272    0.3%
   80     71.63     0.284    0.3%
   82     71.37     0.238    0.3%
   84     71.82     0.413    0.5%
   86     71.75      0.12    0.1%
   88     71.73     0.373    0.5%
   90     71.44     0.362    0.5%
   92      71.6     0.286    0.3%
   94     71.17     0.185    0.2%
   96     71.36     0.148    0.2%
   98     71.16     0.262    0.3%
  100     71.32     0.357    0.5%

Quality and confidence:
param     error
s             0

Model:
Time ~=    72.07
    + s        0
              µs

Reads = 13 + (0 * s)
Writes = 11 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "validate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking MinValidatorBond (r:1 w:0)
Storage: Staking MinCommission (r:1 w:0)
Storage: Staking Validators (r:1 w:1)
Storage: Staking MaxValidatorsCount (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Staking CounterForValidators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    54.51
              µs

Reads = 12
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    54.51
              µs

Reads = 12
Writes = 8

Pallet: "pallet_staking", Extrinsic: "kick", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    12.96
    + k    10.82
              µs

Reads = 1 + (1 * k)
Writes = 0 + (1 * k)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    k   mean µs  sigma µs       %
    1     29.52     0.192    0.6%
    3      52.4     0.124    0.2%
    5     72.19     0.256    0.3%
    7     92.37     0.221    0.2%
    9     113.4     0.449    0.3%
   11     134.8     0.459    0.3%
   13     156.2     1.086    0.6%
   15     176.5     0.468    0.2%
   17     197.7     0.598    0.3%
   19     220.5      1.51    0.6%
   21     241.4     0.601    0.2%
   23     261.8     0.615    0.2%
   25     284.7     0.886    0.3%
   27     301.5     1.489    0.4%
   29     322.6     0.996    0.3%
   31       346     1.389    0.4%
   33     366.7     1.176    0.3%
   35     385.9     1.494    0.3%
   37     406.1     1.762    0.4%
   39     426.5     1.378    0.3%
   41     446.9     1.252    0.2%
   43     477.4     5.934    1.2%
   45     488.7     0.933    0.1%
   47     510.8     1.794    0.3%
   49     531.1     0.806    0.1%
   51     556.8     2.151    0.3%
   53     576.4     1.786    0.3%
   55     599.2     0.471    0.0%
   57     626.2     1.071    0.1%
   59       643     1.676    0.2%
   61     663.7     0.907    0.1%
   63     695.6     8.554    1.2%
   65     714.1     3.118    0.4%
   67     738.3     2.065    0.2%
   69     760.3      1.78    0.2%
   71     788.1     6.826    0.8%
   73     797.1     1.905    0.2%
   75     838.7     9.524    1.1%
   77     849.4     5.614    0.6%
   79     871.3     4.601    0.5%
   81     899.2     10.31    1.1%
   83     906.5     1.945    0.2%
   85     940.4     15.36    1.6%
   87     953.1     2.325    0.2%
   89     977.7     10.26    1.0%
   91     993.9     4.024    0.4%
   93      1013     4.651    0.4%
   95      1033     2.264    0.2%
   97      1060     5.811    0.5%
   99      1079      9.21    0.8%
  101      1104     8.206    0.7%
  103      1119     1.308    0.1%
  105      1170     4.053    0.3%
  107      1171     10.74    0.9%
  109      1196       5.9    0.4%
  111      1222     8.001    0.6%
  113      1233     8.719    0.7%
  115      1263     4.113    0.3%
  117      1285     8.696    0.6%
  119      1334     3.966    0.2%
  121      1327     8.181    0.6%
  123      1349     16.65    1.2%
  125      1383     9.736    0.7%
  127      1415     12.12    0.8%

Quality and confidence:
param     error
k          0.01

Model:
Time ~=    8.643
    + k     10.9
              µs

Reads = 1 + (1 * k)
Writes = 0 + (1 * k)

Pallet: "pallet_staking", Extrinsic: "nominate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking MaxNominatorsCount (r:1 w:0)
Storage: Staking Validators (r:2 w:0)
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    59.92
    + n    4.127
              µs

Reads = 12 + (1 * n)
Writes = 6 + (0 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1      63.1     0.236    0.3%
    2     68.17     0.127    0.1%
    3     72.52     0.675    0.9%
    4     75.89     0.292    0.3%
    5     80.71     0.437    0.5%
    6     85.67     0.246    0.2%
    7     88.87     0.258    0.2%
    8     93.19     0.193    0.2%
    9      97.3     0.279    0.2%
   10       102     0.331    0.3%
   11     105.9      0.23    0.2%
   12     108.3     0.419    0.3%
   13     113.9     0.607    0.5%
   14     116.5      0.52    0.4%
   15     121.2     0.203    0.1%
   16     126.1     0.507    0.4%

Quality and confidence:
param     error
n         0.012

Model:
Time ~=    59.97
    + n    4.119
              µs

Reads = 12 + (1 * n)
Writes = 6 + (0 * n)

Pallet: "pallet_staking", Extrinsic: "chill", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    51.77
              µs

Reads = 8
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    51.77
              µs

Reads = 8
Writes = 6

Pallet: "pallet_staking", Extrinsic: "set_payee", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking Payee (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.915
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.915
              µs

Reads = 1
Writes = 1

Pallet: "pallet_staking", Extrinsic: "set_controller", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.19
              µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.19
              µs

Reads = 3
Writes = 3

Pallet: "pallet_staking", Extrinsic: "set_validator_count", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ValidatorCount (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     1.64
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     1.64
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_no_eras", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.734
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.734
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_new_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.674
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.674
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "force_new_era_always", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking ForceEra (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.724
              µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    1.724
              µs

Reads = 0
Writes = 1

Pallet: "pallet_staking", Extrinsic: "set_invulnerables", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Invulnerables (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    2.048
    + v    0.053
              µs

Reads = 0 + (0 * v)
Writes = 1 + (0 * v)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v   mean µs  sigma µs       %
    0     1.776     0.015    0.8%
   20     2.957     0.023    0.7%
   40     4.104     0.031    0.7%
   60      5.16     0.016    0.3%
   80     6.342     0.045    0.7%
  100     7.366     0.045    0.6%
  120     8.343     0.025    0.2%
  140     9.491     0.028    0.2%
  160     10.54      0.04    0.3%
  180     11.69     0.027    0.2%
  200     12.68     0.041    0.3%
  220     13.74     0.046    0.3%
  240     14.83     0.051    0.3%
  260     16.03     0.076    0.4%
  280     17.06     0.034    0.1%
  300     18.15     0.032    0.1%
  320     19.33     0.039    0.2%
  340     20.29     0.062    0.3%
  360     21.21     0.233    1.0%
  380     22.59     0.032    0.1%
  400     23.63     0.045    0.1%
  420     24.64     0.068    0.2%
  440     25.52     0.254    0.9%
  460     26.88     0.191    0.7%
  480     27.89     0.069    0.2%
  500     28.94     0.051    0.1%
  520     30.07     0.118    0.3%
  540     30.49      0.06    0.1%
  560     31.75     0.323    1.0%
  580      32.6     0.038    0.1%
  600     33.69     0.032    0.0%
  620     35.48     0.282    0.7%
  640     36.03     0.062    0.1%
  660     36.93     0.054    0.1%
  680     38.02     0.052    0.1%
  700     39.13     0.053    0.1%
  720     41.11     0.035    0.0%
  740     41.23     0.051    0.1%
  760     43.12     0.049    0.1%
  780     43.57     0.057    0.1%
  800     44.43     0.043    0.0%
  820     45.51      0.03    0.0%
  840      46.5     0.033    0.0%
  860     47.47     0.055    0.1%
  880     48.58     0.047    0.0%
  900     49.71     0.045    0.0%
  920     50.84     0.047    0.0%
  940     51.93     0.063    0.1%
  960     53.02     0.028    0.0%
  980        54     0.033    0.0%
 1000     55.35     0.038    0.0%

Quality and confidence:
param     error
v             0

Model:
Time ~=    2.123
    + v    0.053
              µs

Reads = 0 + (0 * v)
Writes = 1 + (0 * v)

Pallet: "pallet_staking", Extrinsic: "force_unstake", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Bonded (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Ledger (r:0 w:1)
Storage: Staking Payee (r:0 w:1)
Storage: Staking SpanSlash (r:0 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    66.67
    + s    1.125
              µs

Reads = 11 + (0 * s)
Writes = 12 + (1 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    0      63.4      0.24    0.3%
    2     68.28     0.276    0.4%
    4     70.68     0.166    0.2%
    6     73.07     0.118    0.1%
    8     75.95     0.297    0.3%
   10     78.32     0.186    0.2%
   12     80.05     0.256    0.3%
   14     82.31      0.18    0.2%
   16      84.8      0.13    0.1%
   18     87.16     0.243    0.2%
   20     89.27     0.545    0.6%
   22     91.34     0.332    0.3%
   24     93.81     0.194    0.2%
   26     96.07     0.308    0.3%
   28      98.3     0.166    0.1%
   30     100.6     0.237    0.2%
   32     102.7     0.321    0.3%
   34     105.2      0.26    0.2%
   36     107.4     0.157    0.1%
   38     109.8     0.328    0.2%
   40     112.2     0.194    0.1%
   42       114     0.309    0.2%
   44     116.5     0.502    0.4%
   46     119.8     3.315    2.7%
   48     120.3     0.328    0.2%
   50     122.6     0.207    0.1%
   52     124.8     0.298    0.2%
   54     127.9     0.533    0.4%
   56     129.8     0.275    0.2%
   58     131.5     0.418    0.3%
   60     134.1     0.365    0.2%
   62     135.9     0.469    0.3%
   64     138.8     0.524    0.3%
   66     141.4     0.296    0.2%
   68     143.3     0.623    0.4%
   70     144.8      0.42    0.2%
   72     147.6     0.263    0.1%
   74     151.7     0.263    0.1%
   76     151.8      0.29    0.1%
   78     153.8     0.354    0.2%
   80     157.1     0.346    0.2%
   82     157.6     0.535    0.3%
   84     160.7     0.297    0.1%
   86     167.7     3.831    2.2%
   88     164.7     0.345    0.2%
   90     167.1     0.329    0.1%
   92     170.8       0.3    0.1%
   94     177.1     9.962    5.6%
   96     174.3     0.306    0.1%
   98     177.3     0.257    0.1%
  100     178.4     0.405    0.2%

Quality and confidence:
param     error
s         0.002

Model:
Time ~=    66.31
    + s    1.135
              µs

Reads = 11 + (0 * s)
Writes = 12 + (1 * s)

Pallet: "pallet_staking", Extrinsic: "cancel_deferred_slash", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking UnappliedSlashes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     1076
    + s    4.975
              µs

Reads = 1 + (0 * s)
Writes = 1 + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    1     181.6     0.528    0.2%
   20     366.1     0.345    0.0%
   39     548.6     6.132    1.1%
   58     726.9      9.88    1.3%
   77     896.9     0.423    0.0%
   96      1077     13.73    1.2%
  115      1247     14.88    1.1%
  134      1409     15.62    1.1%
  153      1584     6.689    0.4%
  172      1729     16.05    0.9%
  191      1886     12.85    0.6%
  210      2042     15.76    0.7%
  229      2181     15.35    0.7%
  248      2327     9.061    0.3%
  267      2464     16.79    0.6%
  286      2589     13.61    0.5%
  305      2728     12.41    0.4%
  324      2877     13.17    0.4%
  343      2986     10.88    0.3%
  362      3109     5.512    0.1%
  381      3227     5.059    0.1%
  400      3342     10.63    0.3%
  419      3445     10.88    0.3%
  438      3548     15.52    0.4%
  457      3666     19.34    0.5%
  476      3768     11.75    0.3%
  495      3859      13.7    0.3%
  514      3932     14.71    0.3%
  533      4027     9.976    0.2%
  552      4122     15.13    0.3%
  571      4215     23.69    0.5%
  590      4281     17.44    0.4%
  609      4353     19.01    0.4%
  628      4414     4.421    0.1%
  647      4501     21.63    0.4%
  666      4552     11.76    0.2%
  685      4602     7.985    0.1%
  704      4678     14.67    0.3%
  723      4715     11.96    0.2%
  742      4770        11    0.2%
  761      4818     13.14    0.2%
  780      4863     14.32    0.2%
  799      4899      13.3    0.2%
  818      4939     16.25    0.3%
  837      4970     17.81    0.3%
  856      4993     10.69    0.2%
  875      5016     10.65    0.2%
  894      5041     22.73    0.4%
  913      5054     10.39    0.2%
  932      5090     29.39    0.5%
  951      5089     14.33    0.2%
  970      5091     17.85    0.3%
  989      5109      14.2    0.2%

Quality and confidence:
param     error
s         0.056

Model:
Time ~=      974
    + s    4.968
              µs

Reads = 1 + (0 * s)
Writes = 1 + (0 * s)

Pallet: "pallet_staking", Extrinsic: "payout_stakers_dead_controller", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasValidatorReward (r:1 w:0)
Storage: Staking Bonded (r:2 w:0)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking ErasStakersClipped (r:1 w:0)
Storage: Staking ErasRewardPoints (r:1 w:0)
Storage: Staking ErasValidatorPrefs (r:1 w:0)
Storage: Staking Payee (r:2 w:0)
Storage: System Account (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    84.43
    + n    31.87
              µs

Reads = 10 + (3 * n)
Writes = 2 + (1 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     113.5     0.873    0.7%
    2     144.8       0.5    0.3%
    3     179.7     1.426    0.7%
    4     208.5     1.718    0.8%
    5     240.4     1.033    0.4%
    6       274     1.703    0.6%
    7     302.6     1.112    0.3%
    8     338.9     1.473    0.4%
    9     372.2     8.413    2.2%
   10     400.1     0.892    0.2%
   11     431.3      2.73    0.6%
   12     459.4     1.729    0.3%
   13     495.5     2.376    0.4%
   14     527.8     1.112    0.2%
   15     568.1     9.966    1.7%
   16     591.9     4.145    0.7%
   17     643.4     1.171    0.1%
   18     677.4     14.57    2.1%
   19     689.8     3.508    0.5%
   20     719.9     3.499    0.4%
   21     758.2     5.817    0.7%
   22     787.4     3.038    0.3%
   23     825.9     8.924    1.0%
   24     853.2      8.68    1.0%
   25       884     6.418    0.7%
   26     912.8     7.741    0.8%
   27     940.8      11.4    1.2%
   28     980.2     9.831    1.0%
   29      1020     12.11    1.1%
   30      1040     2.294    0.2%
   31      1085     11.98    1.1%
   32      1106     5.401    0.4%
   33      1143     10.47    0.9%
   34      1177     12.74    1.0%
   35      1217      9.44    0.7%
   36      1248     10.23    0.8%
   37      1276     12.58    0.9%
   38      1313     13.38    1.0%
   39      1337     12.42    0.9%
   40      1361     10.33    0.7%
   41      1396     8.281    0.5%
   42      1446     13.32    0.9%
   43      1461      9.29    0.6%
   44      1489      12.5    0.8%
   45      1516     4.602    0.3%
   46      1550     16.14    1.0%
   47      1621     6.037    0.3%
   48      1618     9.232    0.5%
   49      1656     12.06    0.7%
   50      1684     13.25    0.7%
   51      1714     14.34    0.8%
   52      1739     10.67    0.6%
   53      1779     19.87    1.1%
   54      1811     18.83    1.0%
   55      1833     12.99    0.7%
   56      1853     11.84    0.6%
   57      1900     7.958    0.4%
   58      1927     11.17    0.5%
   59      1964     13.65    0.6%
   60      1985     13.13    0.6%
   61      2013     12.15    0.6%
   62      2072     12.38    0.5%
   63      2093     8.256    0.3%
   64      2129     8.504    0.3%

Quality and confidence:
param     error
n         0.028

Model:
Time ~=       86
    + n    31.92
              µs

Reads = 10 + (3 * n)
Writes = 2 + (1 * n)

Pallet: "pallet_staking", Extrinsic: "payout_stakers_alive_staked", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasValidatorReward (r:1 w:0)
Storage: Staking Bonded (r:2 w:0)
Storage: Staking Ledger (r:2 w:2)
Storage: Staking ErasStakersClipped (r:1 w:0)
Storage: Staking ErasRewardPoints (r:1 w:0)
Storage: Staking ErasValidatorPrefs (r:1 w:0)
Storage: Staking Payee (r:2 w:0)
Storage: System Account (r:2 w:2)
Storage: Balances Locks (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    101.6
    + n    42.51
              µs

Reads = 11 + (5 * n)
Writes = 3 + (3 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    1     142.6     0.693    0.4%
    2       183     0.798    0.4%
    3     230.2     0.821    0.3%
    4     272.5     1.433    0.5%
    5     311.4     0.579    0.1%
    6     355.6     0.897    0.2%
    7     396.2     1.401    0.3%
    8     437.4     1.355    0.3%
    9     483.7      2.13    0.4%
   10     532.1     6.437    1.2%
   11     565.7     2.052    0.3%
   12     615.6     3.172    0.5%
   13     654.7     8.772    1.3%
   14     686.8     2.744    0.3%
   15     735.5     5.565    0.7%
   16     775.7     3.145    0.4%
   17     826.4     8.287    1.0%
   18     866.6     10.81    1.2%
   19     905.1     3.403    0.3%
   20     976.1     3.977    0.4%
   21      1000     8.482    0.8%
   22      1033     7.408    0.7%
   23      1071     2.183    0.2%
   24      1122     3.156    0.2%
   25      1165     8.597    0.7%
   26      1216     9.049    0.7%
   27      1252      14.6    1.1%
   28      1304     10.83    0.8%
   29      1342     8.654    0.6%
   30      1377     9.355    0.6%
   31      1445     8.976    0.6%
   32      1476     10.41    0.7%
   33      1507     11.92    0.7%
   34      1555      13.9    0.8%
   35      1581      10.9    0.6%
   36      1656     18.28    1.1%
   37      1680      16.8    1.0%
   38      1718     15.16    0.8%
   39      1760     14.19    0.8%
   40      1803     17.42    0.9%
   41      1855     18.97    1.0%
   42      1900     10.37    0.5%
   43      1959     5.112    0.2%
   44      2013     14.33    0.7%
   45      2031     12.33    0.6%
   46      2079     18.56    0.8%
   47      2094     14.23    0.6%
   48      2161     13.26    0.6%
   49      2169     8.278    0.3%
   50      2242     12.64    0.5%
   51      2280     13.67    0.5%
   52      2314     12.69    0.5%
   53      2340     15.58    0.6%
   54      2394     10.96    0.4%
   55      2436     23.58    0.9%
   56      2484     13.35    0.5%
   57      2537     9.535    0.3%
   58      2564     15.65    0.6%
   59      2600     12.38    0.4%
   60      2659     15.22    0.5%
   61      2698     7.108    0.2%
   62      2731     13.32    0.4%
   63      2780     10.16    0.3%
   64      2803      11.3    0.4%

Quality and confidence:
param     error
n         0.033

Model:
Time ~=    103.1
    + n    42.57
              µs

Reads = 11 + (5 * n)
Writes = 3 + (3 * n)

Pallet: "pallet_staking", Extrinsic: "rebond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: BagsList ListNodes (r:3 w:3)
Storage: Staking Bonded (r:1 w:0)
Storage: BagsList ListBags (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    76.88
    + l    0.048
              µs

Reads = 9 + (0 * l)
Writes = 8 + (0 * l)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    l   mean µs  sigma µs       %
    1      76.5      0.41    0.5%
    2      76.8      0.18    0.2%
    3     77.09     0.474    0.6%
    4     76.93     0.304    0.3%
    5     77.05     0.216    0.2%
    6     77.02     0.374    0.4%
    7     77.37     0.225    0.2%
    8     77.04     0.374    0.4%
    9     78.98      0.29    0.3%
   10     77.79     0.223    0.2%
   11     77.19      0.28    0.3%
   12     77.56     0.242    0.3%
   13     77.49     0.523    0.6%
   14     77.62     0.472    0.6%
   15     77.51     0.201    0.2%
   16      77.9     0.285    0.3%
   17     77.65     0.602    0.7%
   18     77.31     0.275    0.3%
   19     77.89     0.378    0.4%
   20      77.5     0.307    0.3%
   21     78.01     0.225    0.2%
   22     78.23     0.268    0.3%
   23      78.1     0.389    0.4%
   24     77.84     0.238    0.3%
   25      78.3     0.452    0.5%
   26      78.2     0.317    0.4%
   27     78.65     0.859    1.0%
   28     78.27     0.319    0.4%
   29     78.42     0.174    0.2%
   30     79.37      0.69    0.8%
   31     77.87     0.182    0.2%
   32     77.96     0.293    0.3%

Quality and confidence:
param     error
l         0.003

Model:
Time ~=    76.89
    + l    0.051
              µs

Reads = 9 + (0 * l)
Writes = 8 + (0 * l)

Pallet: "pallet_staking", Extrinsic: "set_history_depth", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CurrentEra (r:1 w:0)
Storage: Staking HistoryDepth (r:1 w:1)
Storage: Staking ErasStakersClipped (r:0 w:2)
Storage: Staking ErasValidatorPrefs (r:0 w:2)
Storage: Staking ErasValidatorReward (r:0 w:1)
Storage: Staking ErasRewardPoints (r:0 w:1)
Storage: Staking ErasStakers (r:0 w:2)
Storage: Staking ErasTotalStake (r:0 w:1)
Storage: Staking ErasStartSessionIndex (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + e    25.79
              µs

Reads = 2 + (0 * e)
Writes = 4 + (7 * e)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    e   mean µs  sigma µs       %
    1     28.46     0.166    0.5%
    2     47.42     0.256    0.5%
    3     64.73     0.213    0.3%
    4     83.71     0.979    1.1%
    5     99.59     0.421    0.4%
    6     117.2     0.454    0.3%
    7     135.6      0.47    0.3%
    8     152.6     0.517    0.3%
    9       171     0.537    0.3%
   10     192.1     1.248    0.6%
   11     208.8     0.736    0.3%
   12     226.7     0.322    0.1%
   13     245.5     1.461    0.5%
   14     266.7     0.948    0.3%
   15     282.8     1.144    0.4%
   16       304     0.674    0.2%
   17     325.4     0.541    0.1%
   18     342.4     0.706    0.2%
   19       368     0.852    0.2%
   20     388.5     0.653    0.1%
   21     409.5     2.194    0.5%
   22     430.9     1.518    0.3%
   23     455.7     9.187    2.0%
   24     473.4     3.409    0.7%
   25     492.3     1.248    0.2%
   26     514.3     0.832    0.1%
   27     537.8     2.058    0.3%
   28     560.2      1.67    0.2%
   29     589.8      10.7    1.8%
   30     600.6     2.456    0.4%
   31     624.5     3.469    0.5%
   32     646.7     1.601    0.2%
   33     669.9     2.422    0.3%
   34     696.1     1.961    0.2%
   35     726.6     11.26    1.5%
   36     749.7     6.241    0.8%
   37     773.7     8.478    1.0%
   38     797.8     11.18    1.4%
   39     822.3     11.04    1.3%
   40     836.8     2.866    0.3%
   41     853.9     3.885    0.4%
   42     885.7     10.52    1.1%
   43     911.2     8.843    0.9%
   44     934.1     6.457    0.6%
   45     966.6     6.945    0.7%
   46     997.1     8.799    0.8%
   47      1025     7.369    0.7%
   48      1061      15.7    1.4%
   49      1067     10.37    0.9%
   50      1105     9.148    0.8%
   51      1121     9.168    0.8%
   52      1162     13.43    1.1%
   53      1178      7.52    0.6%
   54      1197     8.922    0.7%
   55      1233     9.093    0.7%
   56      1265     8.575    0.6%
   57      1287      6.13    0.4%
   58      1312     11.56    0.8%
   59      1350     12.61    0.9%
   60      1366     13.91    1.0%
   61      1392     12.63    0.9%
   62      1415     8.506    0.6%
   63      1443     17.03    1.1%
   64      1482     15.61    1.0%
   65      1514     16.74    1.1%
   66      1529     4.142    0.2%
   67      1562     4.786    0.3%
   68      1578     9.305    0.5%
   69      1616     12.34    0.7%
   70      1647     12.71    0.7%
   71      1667     15.99    0.9%
   72      1703     11.94    0.7%
   73      1745     13.77    0.7%
   74      1760     12.06    0.6%
   75      1792     12.53    0.6%
   76      1816      12.3    0.6%
   77      1832     9.919    0.5%
   78      1892     11.54    0.6%
   79      1887      7.12    0.3%
   80      1923     13.59    0.7%
   81      1956     10.57    0.5%
   82      2009     10.48    0.5%
   83      2035     10.85    0.5%
   84      2060     6.011    0.2%
   85      2097     9.914    0.4%
   86      2119     14.31    0.6%
   87      2161     17.41    0.8%
   88      2178     16.38    0.7%
   89      2254     4.918    0.2%
   90      2242     14.87    0.6%
   91      2283     13.45    0.5%
   92      2308      13.1    0.5%
   93      2330     8.277    0.3%
   94      2352     8.747    0.3%
   95      2405     12.02    0.4%
   96      2443     11.47    0.4%
   97      2467     12.14    0.4%
   98      2502     9.038    0.3%
   99      2535     13.31    0.5%
  100      2576      12.2    0.4%

Quality and confidence:
param     error
e         0.064

Model:
Time ~=        0
    + e    25.82
              µs

Reads = 2 + (0 * e)
Writes = 4 + (7 * e)

Pallet: "pallet_staking", Extrinsic: "reap_stash", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)
Storage: Staking Bonded (r:1 w:1)
Storage: Staking Ledger (r:1 w:1)
Storage: Staking SlashingSpans (r:1 w:1)
Storage: Staking Validators (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)
Storage: Balances Locks (r:1 w:1)
Storage: Staking Payee (r:0 w:1)
Storage: Staking SpanSlash (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    74.89
    + s    1.121
              µs

Reads = 12 + (0 * s)
Writes = 12 + (1 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    s   mean µs  sigma µs       %
    1     74.75     0.153    0.2%
    2     77.31     0.643    0.8%
    3     77.55     0.402    0.5%
    4      78.9     0.183    0.2%
    5     80.26     0.248    0.3%
    6     81.28     0.147    0.1%
    7     82.46     0.303    0.3%
    8     83.76     0.236    0.2%
    9     84.95     0.255    0.3%
   10     85.56      0.14    0.1%
   11     86.75     0.167    0.1%
   12     88.15     0.199    0.2%
   13     89.38     0.245    0.2%
   14     89.99     0.388    0.4%
   15     91.89     0.232    0.2%
   16     93.14     0.163    0.1%
   17     93.87     0.281    0.2%
   18     95.03     0.268    0.2%
   19     96.34     0.229    0.2%
   20     96.99     0.158    0.1%
   21     99.07     0.143    0.1%
   22      99.3     0.224    0.2%
   23     100.5     0.182    0.1%
   24       102      0.38    0.3%
   25     103.7     0.968    0.9%
   26     104.2     0.307    0.2%
   27     105.4     0.243    0.2%
   28     106.4      0.23    0.2%
   29     107.4     0.716    0.6%
   30     108.5       0.2    0.1%
   31     109.8     0.372    0.3%
   32     110.7      0.34    0.3%
   33     111.8     0.192    0.1%
   34     112.8     0.234    0.2%
   35     114.3     0.305    0.2%
   36     115.5     0.586    0.5%
   37     116.9     0.272    0.2%
   38     118.3     0.866    0.7%
   39     118.9     0.414    0.3%
   40     120.6     0.139    0.1%
   41     120.9     0.258    0.2%
   42     122.6     0.293    0.2%
   43     123.6      0.33    0.2%
   44     124.7     0.667    0.5%
   45     125.1     0.321    0.2%
   46       127     0.222    0.1%
   47     127.7     0.311    0.2%
   48       128     0.315    0.2%
   49     130.3     0.375    0.2%
   50     130.7     0.583    0.4%
   51     132.1     0.284    0.2%
   52     132.9     0.612    0.4%
   53     134.4     0.489    0.3%
   54     136.1      0.39    0.2%
   55     136.3     0.256    0.1%
   56     137.8     0.191    0.1%
   57     139.6     0.464    0.3%
   58       140     0.717    0.5%
   59     141.4     0.512    0.3%
   60     142.4     0.379    0.2%
   61       143     0.644    0.4%
   62     144.3     0.457    0.3%
   63     145.9     0.548    0.3%
   64     146.5     0.425    0.2%
   65     147.6     0.332    0.2%
   66     148.7     0.633    0.4%
   67     153.9     6.854    4.4%
   68     152.2     0.544    0.3%
   69       152     0.556    0.3%
   70     152.6     0.296    0.1%
   71     153.8     0.347    0.2%
   72     154.6     0.266    0.1%
   73     156.9     0.318    0.2%
   74     158.4     0.322    0.2%
   75     160.3     0.387    0.2%
   76     159.7     0.391    0.2%
   77     161.5     0.548    0.3%
   78     161.7     0.281    0.1%
   79     164.1     0.519    0.3%
   80     164.5     0.528    0.3%
   81     165.2     0.551    0.3%
   82     166.5     0.296    0.1%
   83     167.9     0.397    0.2%
   84     168.2     0.455    0.2%
   85     169.8     0.483    0.2%
   86     171.9     0.252    0.1%
   87     171.7     0.321    0.1%
   88     172.8     0.262    0.1%
   89     176.5     1.284    0.7%
   90     176.3     0.294    0.1%
   91     176.3     0.338    0.1%
   92       177     0.433    0.2%
   93     178.5     0.162    0.0%
   94     179.9     0.715    0.3%
   95     181.1     0.571    0.3%
   96     182.5     0.267    0.1%
   97     183.8     0.456    0.2%
   98     184.3     0.442    0.2%
   99     185.7     0.834    0.4%
  100     186.5     0.567    0.3%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    74.91
    + s    1.122
              µs

Reads = 12 + (0 * s)
Writes = 12 + (1 * s)

Pallet: "pallet_staking", Extrinsic: "new_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CounterForNominators (r:1 w:0)
Storage: Staking CounterForValidators (r:1 w:0)
Storage: Staking Validators (r:2 w:0)
Storage: Staking Bonded (r:101 w:0)
Storage: Staking Ledger (r:101 w:0)
Storage: Staking SlashingSpans (r:1 w:0)
Storage: BagsList ListBags (r:178 w:0)
Storage: BagsList ListNodes (r:100 w:0)
Storage: Staking Nominators (r:100 w:0)
Storage: System BlockWeight (r:1 w:1)
Storage: Staking ValidatorCount (r:1 w:0)
Storage: Staking MinimumValidatorCount (r:1 w:0)
Storage: Staking CurrentEra (r:1 w:1)
Storage: Staking HistoryDepth (r:1 w:0)
Storage: Staking ErasStakersClipped (r:0 w:1)
Storage: Staking ErasValidatorPrefs (r:0 w:1)
Storage: Staking ErasStakers (r:0 w:1)
Storage: Staking ErasTotalStake (r:0 w:1)
Storage: Staking ErasStartSessionIndex (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    225.8
    + n    37.88
              µs

Reads = 187 + (3 * v) + (4 * n)
Writes = 4 + (3 * v) + (0 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v     n   mean µs  sigma µs       %
    1   100      2603     21.17    0.8%
    2   100      2796     23.04    0.8%
    3   100      2905     6.737    0.2%
    4   100      3095     16.42    0.5%
    5   100      3283     21.46    0.6%
    6   100      3537     15.62    0.4%
    7   100      3721     15.35    0.4%
    8   100      4020     26.98    0.6%
    9   100      4274     19.67    0.4%
   10     1     831.2     13.13    1.5%
   10     2     862.5     6.759    0.7%
   10     3     903.4     10.46    1.1%
   10     4     946.7     13.79    1.4%
   10     5     978.3     9.843    1.0%
   10     6      1013     12.39    1.2%
   10     7      1041     7.473    0.7%
   10     8      1147     6.348    0.5%
   10     9      1148      4.19    0.3%
   10    10      1173     10.88    0.9%
   10    11      1204     16.51    1.3%
   10    12      1244     14.44    1.1%
   10    13      1268     6.306    0.4%
   10    14      1323     11.02    0.8%
   10    15      1356     14.32    1.0%
   10    16      1400     13.06    0.9%
   10    17      1435     12.27    0.8%
   10    18      1476     13.16    0.8%
   10    19      1507     12.41    0.8%
   10    20      1541     12.19    0.7%
   10    21      1564     13.41    0.8%
   10    22      1621        11    0.6%
   10    23      1671     12.04    0.7%
   10    24      1732     11.07    0.6%
   10    25      1757     11.86    0.6%
   10    26      1777     17.18    0.9%
   10    27      1792     7.874    0.4%
   10    28      1858     16.79    0.9%
   10    29      1893     15.37    0.8%
   10    30      1942     11.89    0.6%
   10    31      1977     13.53    0.6%
   10    32      2016     18.68    0.9%
   10    33      2048     17.51    0.8%
   10    34      2094     22.76    1.0%
   10    35      2095     9.468    0.4%
   10    36      2158     13.05    0.6%
   10    37      2175      10.5    0.4%
   10    38      2226     16.36    0.7%
   10    39      2279     13.17    0.5%
   10    40      2310     13.01    0.5%
   10    41      2351     18.44    0.7%
   10    42      2378     8.989    0.3%
   10    43      2412     16.03    0.6%
   10    44      2433      9.93    0.4%
   10    45      2497     13.15    0.5%
   10    46      2539     20.64    0.8%
   10    47      2585     13.48    0.5%
   10    48      2602     9.311    0.3%
   10    49      2629     13.49    0.5%
   10    50      2692     11.83    0.4%
   10    51      2717     14.79    0.5%
   10    52      2726      20.9    0.7%
   10    53      2840     12.82    0.4%
   10    54      2819     20.29    0.7%
   10    55      2874     14.22    0.4%
   10    56      2913     25.77    0.8%
   10    57      2976     22.18    0.7%
   10    58      3016     35.26    1.1%
   10    59      3061     15.59    0.5%
   10    60      3071     16.27    0.5%
   10    61      3093     22.29    0.7%
   10    62      3149     23.93    0.7%
   10    63      3187     16.07    0.5%
   10    64      3260     12.48    0.3%
   10    65      3269      14.6    0.4%
   10    66      3340     16.65    0.4%
   10    67      3324     15.34    0.4%
   10    68      3363      16.1    0.4%
   10    69      3412     16.75    0.4%
   10    70      3477        18    0.5%
   10    71      3486     12.56    0.3%
   10    72      3528        10    0.2%
   10    73      3570     17.88    0.5%
   10    74      3615     18.63    0.5%
   10    75      3665     26.41    0.7%
   10    76      3670     15.01    0.4%
   10    77      3741     17.89    0.4%
   10    78      3730     17.19    0.4%
   10    79      3772     22.54    0.5%
   10    80      3859     14.09    0.3%
   10    81      3849     17.73    0.4%
   10    82      3914     10.92    0.2%
   10    83      3944     18.54    0.4%
   10    84      3998     25.69    0.6%
   10    85      4018      16.1    0.4%
   10    86      4089     33.97    0.8%
   10    87      4057     16.27    0.4%
   10    88      4069     15.48    0.3%
   10    89      4147     19.94    0.4%
   10    90      4175     13.93    0.3%
   10    91      4231     32.41    0.7%
   10    92      4260     18.95    0.4%
   10    93      4328     21.99    0.5%
   10    94      4332     18.52    0.4%
   10    95      4438     27.56    0.6%
   10    96      4407     17.98    0.4%
   10    97      4413     12.67    0.2%
   10    98      4536     13.38    0.2%
   10    99      4499     24.56    0.5%
   10   100      4609     19.83    0.4%

Quality and confidence:
param     error
v         0.824
n         0.041

Model:
Time ~=        0
    + v    234.9
    + n    37.71
              µs

Reads = 187 + (3 * v) + (4 * n)
Writes = 4 + (3 * v) + (0 * n)

Pallet: "pallet_staking", Extrinsic: "get_npos_voters", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking CounterForNominators (r:1 w:0)
Storage: Staking CounterForValidators (r:1 w:0)
Storage: Staking Validators (r:501 w:0)
Storage: Staking Bonded (r:1500 w:0)
Storage: Staking Ledger (r:1500 w:0)
Storage: Staking SlashingSpans (r:21 w:0)
Storage: BagsList ListBags (r:178 w:0)
Storage: BagsList ListNodes (r:1000 w:0)
Storage: Staking Nominators (r:1000 w:0)
Storage: System BlockWeight (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    23.49
    + n     26.6
    + s    26.92
              µs

Reads = 183 + (3 * v) + (4 * n) + (1 * s)
Writes = 1 + (0 * v) + (0 * n) + (0 * s)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v     n     s   mean µs  sigma µs       %
  500  1000    20     36070     88.96    0.2%
  510  1000    20     35360     102.9    0.2%
  520  1000    20     36580     186.4    0.5%
  530  1000    20     36050     137.8    0.3%
  540  1000    20     37000     128.1    0.3%
  550  1000    20     37210     143.9    0.3%
  560  1000    20     36960     253.1    0.6%
  570  1000    20     37250     94.14    0.2%
  580  1000    20     36910     176.5    0.4%
  590  1000    20     37040       165    0.4%
  600  1000    20     37750     125.3    0.3%
  610  1000    20     37760     256.2    0.6%
  620  1000    20     38130     194.8    0.5%
  630  1000    20     38020     176.1    0.4%
  640  1000    20     38840     238.1    0.6%
  650  1000    20     38960     137.9    0.3%
  660  1000    20     39210     190.9    0.4%
  670  1000    20     39410       171    0.4%
  680  1000    20     39940     177.9    0.4%
  690  1000    20     39510       312    0.7%
  700  1000    20     39960       197    0.4%
  710  1000    20     39960     81.87    0.2%
  720  1000    20     40490     253.2    0.6%
  730  1000    20     40940     202.1    0.4%
  740  1000    20     41610     130.9    0.3%
  750  1000    20     41910     149.7    0.3%
  760  1000    20     41650       149    0.3%
  770  1000    20     41520     135.9    0.3%
  780  1000    20     42520     93.32    0.2%
  790  1000    20     42180       213    0.5%
  800  1000    20     42120     163.8    0.3%
  810  1000    20     42710       202    0.4%
  820  1000    20     43010     370.2    0.8%
  830  1000    20     43140     303.1    0.7%
  840  1000    20     42830     382.8    0.8%
  850  1000    20     43700     176.8    0.4%
  860  1000    20     43900     164.9    0.3%
  870  1000    20     44470     184.8    0.4%
  880  1000    20     44860     182.6    0.4%
  890  1000    20     44590     204.4    0.4%
  900  1000    20     44640     168.7    0.3%
  910  1000    20     44420     127.8    0.2%
  920  1000    20     44920     301.1    0.6%
  930  1000    20     45740     274.5    0.6%
  940  1000    20     46220     135.3    0.2%
  950  1000    20     46580     166.9    0.3%
  960  1000    20     45340     116.7    0.2%
  970  1000    20     46670     220.2    0.4%
  980  1000    20     46480     272.7    0.5%
  990  1000    20     47330     193.1    0.4%
 1000   500    20     33880     87.02    0.2%
 1000   510    20     34380     258.9    0.7%
 1000   520    20     34420     129.8    0.3%
 1000   530    20     35410     131.9    0.3%
 1000   540    20     35230     172.2    0.4%
 1000   550    20     35410     232.6    0.6%
 1000   560    20     35710       172    0.4%
 1000   570    20     36390     187.6    0.5%
 1000   580    20     36270       150    0.4%
 1000   590    20     36730     207.6    0.5%
 1000   600    20     36460     135.5    0.3%
 1000   610    20     36850     172.5    0.4%
 1000   620    20     36960     102.6    0.2%
 1000   630    20     37420       140    0.3%
 1000   640    20     38140     147.7    0.3%
 1000   650    20     38060     244.6    0.6%
 1000   660    20     37660     152.2    0.4%
 1000   670    20     38280     145.4    0.3%
 1000   680    20     38740     144.1    0.3%
 1000   690    20     39060     156.9    0.4%
 1000   700    20     38980     192.4    0.4%
 1000   710    20     39590       154    0.3%
 1000   720    20     40320     166.1    0.4%
 1000   730    20     39790     170.2    0.4%
 1000   740    20     40510     236.6    0.5%
 1000   750    20     40780     116.6    0.2%
 1000   760    20     40940     181.2    0.4%
 1000   770    20     41590     159.6    0.3%
 1000   780    20     41470     160.7    0.3%
 1000   790    20     41540     253.1    0.6%
 1000   800    20     42360     102.2    0.2%
 1000   810    20     42060     228.4    0.5%
 1000   820    20     42580     167.3    0.3%
 1000   830    20     42630     113.7    0.2%
 1000   840    20     42520     164.3    0.3%
 1000   850    20     42800     164.3    0.3%
 1000   860    20     43970       177    0.4%
 1000   870    20     43720       220    0.5%
 1000   880    20     44560     138.8    0.3%
 1000   890    20     44720     183.6    0.4%
 1000   900    20     44420      71.3    0.1%
 1000   910    20     45130     204.4    0.4%
 1000   920    20     45130     91.68    0.2%
 1000   930    20     45400     301.2    0.6%
 1000   940    20     45800     119.2    0.2%
 1000   950    20     45750     149.3    0.3%
 1000   960    20     46290     166.1    0.3%
 1000   970    20     46320     184.3    0.3%
 1000   980    20     46860     292.1    0.6%
 1000   990    20     47660     200.1    0.4%
 1000  1000     1     46880     182.4    0.3%
 1000  1000     2     47740     160.5    0.3%
 1000  1000     3     47160       243    0.5%
 1000  1000     4     47350     160.8    0.3%
 1000  1000     5     47180     161.5    0.3%
 1000  1000     6     47980     153.2    0.3%
 1000  1000     7     47920     225.7    0.4%
 1000  1000     8     47060     111.9    0.2%
 1000  1000     9     47440     264.7    0.5%
 1000  1000    10     47770     214.6    0.4%
 1000  1000    11     47850     116.9    0.2%
 1000  1000    12     47540     221.6    0.4%
 1000  1000    13     47710     143.9    0.3%
 1000  1000    14     47450     198.6    0.4%
 1000  1000    15     47300     282.3    0.5%
 1000  1000    16     47920     94.56    0.1%
 1000  1000    17     48320     120.4    0.2%
 1000  1000    18     48160     257.9    0.5%
 1000  1000    19     48300     92.63    0.1%
 1000  1000    20     47450     250.9    0.5%

Quality and confidence:
param     error
v         0.092
n         0.092
s         3.149

Model:
Time ~=        0
    + v    23.93
    + n    26.67
    + s        0
              µs

Reads = 183 + (3 * v) + (4 * n) + (1 * s)
Writes = 1 + (0 * v) + (0 * n) + (0 * s)

Pallet: "pallet_staking", Extrinsic: "get_npos_targets", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Validators (r:501 w:0)
Storage: System BlockWeight (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + v    9.566
              µs

Reads = 2 + (1 * v)
Writes = 1 + (0 * v)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    v   mean µs  sigma µs       %
  500      4604     39.56    0.8%
  510      4680     45.54    0.9%
  520      4717     24.76    0.5%
  530      4804     32.89    0.6%
  540      4919      37.8    0.7%
  550      5034     29.44    0.5%
  560      5076     39.95    0.7%
  570      5275     38.41    0.7%
  580      5251     33.52    0.6%
  590      5485     27.46    0.5%
  600      5491     37.69    0.6%
  610      5581      40.1    0.7%
  620      5648     51.58    0.9%
  630      5737     45.44    0.7%
  640      5821     38.71    0.6%
  650      5971     51.33    0.8%
  660      6003     34.58    0.5%
  670      6109     56.11    0.9%
  680      6161     26.81    0.4%
  690      6515      27.7    0.4%
  700      6411     29.41    0.4%
  710      6512     52.55    0.8%
  720      6733     55.35    0.8%
  730      6736     58.76    0.8%
  740      6808     66.82    0.9%
  750      6877     67.28    0.9%
  760      6878     47.26    0.6%
  770      7150     32.72    0.4%
  780      7135     42.43    0.5%
  790      7156     46.36    0.6%
  800      7379      39.8    0.5%
  810      7578     49.22    0.6%
  820      7474     47.36    0.6%
  830      7848     50.58    0.6%
  840      7660     44.05    0.5%
  850      7798     52.31    0.6%
  860      7897     65.97    0.8%
  870      8183     58.58    0.7%
  880      8143     61.78    0.7%
  890      8142      50.2    0.6%
  900      8393     115.5    1.3%
  910      8569     77.59    0.9%
  920      8463     77.24    0.9%
  930      8606     69.15    0.8%
  940      8918     77.11    0.8%
  950      8772     94.34    1.0%
  960      8988     67.27    0.7%
  970      9057     83.41    0.9%
  980      9123     49.43    0.5%
  990      9369     51.96    0.5%
 1000      9380     50.01    0.5%

Quality and confidence:
param     error
v         0.029

Model:
Time ~=        0
    + v    9.594
              µs

Reads = 2 + (1 * v)
Writes = 1 + (0 * v)

Pallet: "pallet_staking", Extrinsic: "set_staking_configs", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking MinCommission (r:0 w:1)
Storage: Staking MinValidatorBond (r:0 w:1)
Storage: Staking MaxValidatorsCount (r:0 w:1)
Storage: Staking ChillThreshold (r:0 w:1)
Storage: Staking MaxNominatorsCount (r:0 w:1)
Storage: Staking MinNominatorBond (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.215
              µs

Reads = 0
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.215
              µs

Reads = 0
Writes = 6

Pallet: "pallet_staking", Extrinsic: "chill_other", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Staking Ledger (r:1 w:0)
Storage: Staking ChillThreshold (r:1 w:0)
Storage: Staking Nominators (r:1 w:1)
Storage: Staking MaxNominatorsCount (r:1 w:0)
Storage: Staking CounterForNominators (r:1 w:1)
Storage: Staking MinNominatorBond (r:1 w:0)
Storage: Staking Validators (r:1 w:0)
Storage: BagsList ListNodes (r:2 w:2)
Storage: BagsList ListBags (r:1 w:1)
Storage: BagsList CounterForListNodes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    64.67
              µs

Reads = 11
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    64.67
              µs

Reads = 11
Writes = 6


…k --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
@kianenigma
Copy link
Contributor Author

bot merge

@paritytech-processbot paritytech-processbot bot merged commit 11bc740 into master Jan 5, 2022
@paritytech-processbot paritytech-processbot bot deleted the kiz-enable-bags-list-polkadot branch January 5, 2022 12:27
@chevdor chevdor modified the milestones: v0.9.15, v0.9.16 Jan 11, 2022
Wizdave97 pushed a commit to ComposableFi/polkadot that referenced this pull request Feb 3, 2022
* Fully enable bags-list pallet in polkadot runtime

* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/

* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/

Co-authored-by: Parity Bot <admin@parity.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. C1-low PR touches the given topic and has a low impact on builders. D5-nicetohaveaudit ⚠️ PR contains trivial changes to logic that should be properly reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants