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

pallet-collective: Do not vote aye with propose #9323

Merged
24 commits merged into from
Jul 13, 2021
Merged

pallet-collective: Do not vote aye with propose #9323

24 commits merged into from
Jul 13, 2021

Conversation

emostov
Copy link
Contributor

@emostov emostov commented Jul 10, 2021

Closes #6558

This is a breaking change for the propose extrinsic behavior.

Currently, when executing propose, the caller records an aye vote for the proposal. This PR removes that logic so no votes are recorded when propose executes.

@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Jul 10, 2021
@emostov emostov added B3-apinoteworthy 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 Jul 10, 2021
@shawntabrizi
Copy link
Member

Is it worth simply removing the logic to record an aye for the caller and instead always expect them to follow up vote to declare their position?

IMO yes, this should be the behavior, plus it wont break the transaction versioning as this PR does.

@emostov emostov changed the title pallet-collective: Add option to not vote aye with propose pallet-collective: Do not vote aye with propose Jul 10, 2021
Copy link
Contributor

@kianenigma kianenigma left a comment

Choose a reason for hiding this comment

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

I think a retract_vote would also be nice in general.

@kianenigma
Copy link
Contributor

kianenigma commented Jul 12, 2021

Is it worth simply removing the logic to record an aye for the caller and instead always expect them to follow up vote to declare their position?

IMO yes, this should be the behavior, plus it wont break the transaction versioning as this PR does.

to be very pedantic, since the underlying behaviour of a transaction is changing, that's still a transaction version change. I know that we mostly use transaction version for instances where a parameter is added or removed, but that's not exactly true.

@emostov
Copy link
Contributor Author

emostov commented Jul 12, 2021

Is it worth simply removing the logic to record an aye for the caller and instead always expect them to follow up vote to declare their position?

IMO yes, this should be the behavior, plus it wont break the transaction versioning as this PR does.

to be very pedantic, since the underlying behaviour of a transaction is changing, that's still a transaction version change. I know that we mostly use transaction version for instances where a parameter is added or removed, but that's not exactly true.

Do we have a definition for transaction version somewhere? AFAICT we use to signify a broken call index or broken call signature so wallets can get a heads up. But I have not seen it used for a logic change (although I think we should have some versioning reflect breaking changes to logic.)

I think a retract_vote would also be nice in general.

I see merit for this, but seems counter to the intentions of the voting system design because it arguably encourages passive behavior and reliance on the prime member. You can always flip your vote between aye & nay.

@shawntabrizi
Copy link
Member

to be very pedantic, since the underlying behaviour of a transaction is changing, that's still a transaction version change. I know that we mostly use transaction version for instances where a parameter is added or removed, but that's not exactly true.

Sorry I disagree here. This is a runtime upgrade and a spec_version change. Behavior of transactions and the whole runtime in general can be modified between spec_versions. Transaction version points at the compatibility that an encoded transaction will be successfully processed by the node. (maybe there is something a little more specific than that, but this is the rough definition in my head)

@shawntabrizi
Copy link
Member

/benchmark runtime pallet pallet_treasury

@parity-benchapp
Copy link

parity-benchapp bot commented Jul 13, 2021

Benchmark Runtime Pallet for branch "zeke-retract-vote" with command cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/treasury/src/weights.rs --template=./.maintain/frame-weight-template.hbs

Results
Pallet: "pallet_treasury", Extrinsic: "propose_spend", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.01
              µs

Reads = 1
Writes = 2
Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.01
              µs

Reads = 1
Writes = 2
Pallet: "pallet_treasury", Extrinsic: "reject_proposal", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     48.7
              µs

Reads = 2
Writes = 2
Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     48.7
              µs

Reads = 2
Writes = 2
Pallet: "pallet_treasury", Extrinsic: "approve_proposal", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.33
    + p     0.15
              µs

Reads = 2 + (0 * p)
Writes = 1 + (0 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    p   mean µs  sigma µs       %
    0     13.71     0.066    0.4%
    1     14.66     0.051    0.3%
    2     14.84     0.056    0.3%
    3     15.91     0.049    0.3%
    4      15.8     0.052    0.3%
    5     16.25     0.041    0.2%
    6     17.22     0.089    0.5%
    7     16.87      0.04    0.2%
    8     17.01     0.056    0.3%
    9     17.79      0.05    0.2%
   10     17.34      0.06    0.3%
   11     17.89     0.044    0.2%
   12     17.77     0.068    0.3%
   13     18.36       0.1    0.5%
   14     18.05     0.061    0.3%
   15     18.45     0.069    0.3%
   16     19.12     0.063    0.3%
   17     18.51     0.064    0.3%
   18     19.11     0.093    0.4%
   19      19.2     0.118    0.6%
   20     19.23      0.11    0.5%
   21     19.48     0.091    0.4%
   22     19.61     0.048    0.2%
   23     20.12     0.063    0.3%
   24     18.58      1.04    5.5%
   25     18.29     0.108    0.5%
   26     19.37     0.868    4.4%
   27     18.02     0.097    0.5%
   28     20.09     1.104    5.4%
   29     18.06     0.136    0.7%
   30     20.86     0.195    0.9%
   31     21.35     0.116    0.5%
   32     21.78     0.078    0.3%
   33     21.54     0.072    0.3%
   34     22.12     0.078    0.3%
   35     22.06     0.104    0.4%
   36     21.82     0.105    0.4%
   37     22.25     0.076    0.3%
   38     22.12     0.107    0.4%
   39     22.56     0.111    0.4%
   40     23.03     0.103    0.4%
   41     23.25     0.156    0.6%
   42     23.15     0.098    0.4%
   43     23.52     0.129    0.5%
   44     23.25     0.093    0.3%
   45     23.22     0.141    0.6%
   46     23.46     0.079    0.3%
   47     23.81     0.054    0.2%
   48     22.48     1.114    4.9%
   49     21.74     0.907    4.1%
   50     23.36     1.132    4.8%
   51     24.74     0.138    0.5%
   52     18.72     0.106    0.5%
   53     18.86     0.105    0.5%
   54     19.59     1.428    7.2%
   55     19.49     0.072    0.3%
   56     25.15     0.096    0.3%
   57     25.47      0.09    0.3%
   58     25.89     0.949    3.6%
   59     25.78     0.108    0.4%
   60     25.63     0.086    0.3%
   61     26.05     0.133    0.5%
   62     25.85     0.126    0.4%
   63     26.44     0.095    0.3%
   64     26.19     0.137    0.5%
   65     26.42     0.107    0.4%
   66     27.05      0.12    0.4%
   67     26.94     0.088    0.3%
   68     26.87     0.092    0.3%
   69     27.16     0.171    0.6%
   70     27.12     0.125    0.4%
   71     27.84     0.093    0.3%
   72     27.77     0.127    0.4%
   73     27.34     0.094    0.3%
   74     28.12     0.092    0.3%
   75     27.25      1.03    3.7%
   76      23.5     0.129    0.5%
   77     23.81     0.082    0.3%
   78     23.31     1.004    4.3%
   79     20.39     1.141    5.5%
   80     20.42     0.129    0.6%
   81     20.56     0.182    0.8%
   82     21.42     2.532   11.8%
   83     27.34     3.451   12.6%
   84     29.63     0.207    0.6%
   85     28.86     0.173    0.5%
   86     30.09       0.1    0.3%
   87     25.49     4.417   17.3%
   88     29.76     0.098    0.3%
   89     29.33     0.123    0.4%
   90     29.83     0.123    0.4%
   91     25.93      4.48   17.2%
   92      20.2     0.099    0.4%
   93     20.25     0.286    1.4%
   94     25.63     3.425   13.3%
   95     26.75     2.326    8.6%
   96     30.08     1.848    6.1%
   97     29.28     1.946    6.6%
   98     30.37     1.525    5.0%
   99     31.07     0.174    0.5%

Quality and confidence:
param     error
p         0.002

Model:
Time ~=     16.6
    + p    0.122
              µs

Reads = 2 + (0 * p)
Writes = 1 + (0 * p)
Pallet: "pallet_treasury", Extrinsic: "on_initialize_proposals", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    64.43
    + p    76.38
              µs

Reads = 2 + (3 * p)
Writes = 2 + (3 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    p   mean µs  sigma µs       %
    0     78.53     0.149    0.1%
    2       231     0.338    0.1%
    4     380.4     0.381    0.1%
    6     528.4     0.938    0.1%
    8     684.1     5.854    0.8%
   10       829     1.639    0.1%
   12     977.7     1.543    0.1%
   14      1128     1.099    0.0%
   16      1283     13.19    1.0%
   18      1436     1.554    0.1%
   20      1583     4.971    0.3%
   22      1740     4.137    0.2%
   24      1887     7.761    0.4%
   26      2044     11.85    0.5%
   28      2198     7.846    0.3%
   30      2342     14.53    0.6%
   32      2503      13.2    0.5%
   34      2649     7.966    0.3%
   36      2800      12.2    0.4%
   38      2965     10.02    0.3%
   40      3103     14.46    0.4%
   42      3280     9.448    0.2%
   44      3436      13.8    0.4%
   46      3576     4.979    0.1%
   48      3704     11.57    0.3%
   50      3866     5.326    0.1%
   52      4029     10.55    0.2%
   54      4174     8.238    0.1%
   56      4348     8.967    0.2%
   58      4458     9.403    0.2%
   60      4611     6.275    0.1%
   62      4799     11.91    0.2%
   64      4941     18.68    0.3%
   66      5109     12.58    0.2%
   68      5268     20.74    0.3%
   70      5399     11.14    0.2%
   72      5558     14.38    0.2%
   74      5728     8.123    0.1%
   76      5860     15.16    0.2%
   78      6034     9.197    0.1%
   80      6186     10.34    0.1%
   82      6329     4.738    0.0%
   84      6513     9.886    0.1%
   86      6686     23.12    0.3%
   88      6794     14.04    0.2%
   90      6931     13.01    0.1%
   92      7078     10.28    0.1%
   94      7269     11.75    0.1%
   96      7371     13.99    0.1%
   98      7575     12.25    0.1%
  100      7736     8.467    0.1%

Quality and confidence:
param     error
p         0.029

Model:
Time ~=    58.41
    + p    76.49
              µs

Reads = 2 + (3 * p)
Writes = 2 + (3 * p)

Copy link
Member

@shawntabrizi shawntabrizi left a comment

Choose a reason for hiding this comment

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

lgtm. need to let benchmarks finish.

cc @rrtti

…path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/treasury/src/weights.rs --template=./.maintain/frame-weight-template.hbs
@parity-benchapp
Copy link

parity-benchapp bot commented Jul 13, 2021

Benchmark Runtime Pallet for branch "zeke-retract-vote" with command cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/treasury/src/weights.rs --template=./.maintain/frame-weight-template.hbs

Results
Pallet: "pallet_treasury", Extrinsic: "propose_spend", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    51.46
              µs

Reads = 1
Writes = 2
Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    51.46
              µs

Reads = 1
Writes = 2
Pallet: "pallet_treasury", Extrinsic: "reject_proposal", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    48.56
              µs

Reads = 2
Writes = 2
Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    48.56
              µs

Reads = 2
Writes = 2
Pallet: "pallet_treasury", Extrinsic: "approve_proposal", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.44
    + p    0.149
              µs

Reads = 2 + (0 * p)
Writes = 1 + (0 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    p   mean µs  sigma µs       %
    0     13.88     0.038    0.2%
    1     14.65     0.041    0.2%
    2     15.05     0.082    0.5%
    3     15.79     0.038    0.2%
    4     15.68     0.076    0.4%
    5     16.09      0.02    0.1%
    6     16.74     0.036    0.2%
    7     16.84     0.088    0.5%
    8     17.02     0.049    0.2%
    9     17.71     0.039    0.2%
   10     17.18     0.053    0.3%
   11     18.12     0.097    0.5%
   12     17.67     0.047    0.2%
   13     18.38      0.06    0.3%
   14     18.01     0.076    0.4%
   15     18.17     0.096    0.5%
   16     19.07     0.078    0.4%
   17      18.5     0.098    0.5%
   18     19.37     0.125    0.6%
   19     19.46     0.069    0.3%
   20     19.49     0.084    0.4%
   21     20.01     0.071    0.3%
   22     19.98      0.11    0.5%
   23     20.08     0.075    0.3%
   24     19.34     0.086    0.4%
   25     20.14     0.101    0.5%
   26     20.15     0.068    0.3%
   27     20.55     0.058    0.2%
   28     20.79     0.121    0.5%
   29     20.78     0.056    0.2%
   30     21.17     0.085    0.4%
   31     21.25     0.069    0.3%
   32     21.57     0.074    0.3%
   33     21.51      0.11    0.5%
   34     21.99     0.078    0.3%
   35     21.75     0.061    0.2%
   36      21.6     0.092    0.4%
   37     22.53     0.088    0.3%
   38     22.14     0.093    0.4%
   39     22.51     0.092    0.4%
   40     22.83     0.129    0.5%
   41     22.89     0.118    0.5%
   42     23.03     0.084    0.3%
   43     24.01     0.081    0.3%
   44     23.43     0.083    0.3%
   45     23.52     0.091    0.3%
   46      23.7     0.101    0.4%
   47     22.75     0.977    4.2%
   48        22     0.807    3.6%
   49     22.92     1.124    4.9%
   50     24.57     0.138    0.5%
   51     24.56     0.173    0.7%
   52     18.86     0.091    0.4%
   53     18.91     0.134    0.7%
   54     20.85     2.507   12.0%
   55     21.04     2.088    9.9%
   56     25.11     0.128    0.5%
   57     25.75     0.109    0.4%
   58     25.35     0.121    0.4%
   59     25.84     0.132    0.5%
   60     25.64     0.149    0.5%
   61     25.97     0.062    0.2%
   62     26.04     0.069    0.2%
   63     26.45      0.14    0.5%
   64     26.31     0.128    0.4%
   65     26.14     0.097    0.3%
   66     27.19     0.146    0.5%
   67     26.72     0.093    0.3%
   68     27.12     0.154    0.5%
   69     27.02     0.119    0.4%
   70     27.23     0.114    0.4%
   71     27.26     1.074    3.9%
   72     27.03     1.055    3.9%
   73     25.62     1.907    7.4%
   74     27.28     1.655    6.0%
   75        24     1.201    5.0%
   76     23.38     0.142    0.6%
   77     21.33      1.73    8.1%
   78     19.89     0.125    0.6%
   79     19.86     0.125    0.6%
   80     21.46     2.437   11.3%
   81     20.66      0.14    0.6%
   82     25.92     3.854   14.8%
   83     26.92     3.463   12.8%
   84     21.49     2.659   12.3%
   85     27.05     3.626   13.4%
   86     29.51     2.792    9.4%
   87     29.44     0.102    0.3%
   88     20.78     0.118    0.5%
   89     22.84     2.128    9.3%
   90     20.65      1.26    6.1%
   91     30.06     0.088    0.2%
   92     30.02     0.225    0.7%
   93     23.59     4.266   18.0%
   94     20.16     0.144    0.7%
   95     20.06     0.106    0.5%
   96     31.29     0.179    0.5%
   97     29.64     2.192    7.3%
   98     31.22     0.209    0.6%
   99     31.05     0.188    0.6%

Quality and confidence:
param     error
p         0.003

Model:
Time ~=    17.17
    + p    0.107
              µs

Reads = 2 + (0 * p)
Writes = 1 + (0 * p)
Pallet: "pallet_treasury", Extrinsic: "on_initialize_proposals", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     84.1
    + p    76.53
              µs

Reads = 2 + (3 * p)
Writes = 2 + (3 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    p   mean µs  sigma µs       %
    0     78.22     0.124    0.1%
    2     232.6     0.263    0.1%
    4     380.2     0.733    0.1%
    6     536.4     8.442    1.5%
    8     697.5     1.317    0.1%
   10     855.3     1.876    0.2%
   12      1000     1.284    0.1%
   14      1161      4.51    0.3%
   16      1335     5.291    0.3%
   18      1493     5.271    0.3%
   20      1621     1.606    0.0%
   22      1782     3.655    0.2%
   24      1979     19.41    0.9%
   26      2072     12.45    0.6%
   28      2200     13.02    0.5%
   30      2350     12.69    0.5%
   32      2517     10.98    0.4%
   34      2664     12.36    0.4%
   36      2821     10.48    0.3%
   38      2993     8.947    0.2%
   40      3180     2.198    0.0%
   42      3332      3.06    0.0%
   44      3534     44.05    1.2%
   46      3602     12.66    0.3%
   48      3744     5.878    0.1%
   50      3867     7.851    0.2%
   52      4023      10.9    0.2%
   54      4210     7.908    0.1%
   56      4372     14.51    0.3%
   58      4508     10.14    0.2%
   60      4661      12.3    0.2%
   62      4834      9.92    0.2%
   64      4964     21.45    0.4%
   66      5124     18.17    0.3%
   68      5246     18.53    0.3%
   70      5430     16.03    0.2%
   72      5603     13.05    0.2%
   74      5760     9.255    0.1%
   76      5914      15.8    0.2%
   78      6027      5.89    0.0%
   80      6200     8.593    0.1%
   82      6337     11.71    0.1%
   84      6505     10.06    0.1%
   86      6695     22.62    0.3%
   88      6807     10.02    0.1%
   90      6995     16.38    0.2%
   92      7137        11    0.1%
   94      7315      8.62    0.1%
   96      7425     13.33    0.1%
   98      7587     5.897    0.0%
  100      7741     13.31    0.1%

Quality and confidence:
param     error
p          0.04

Model:
Time ~=    85.79
    + p     76.5
              µs

Reads = 2 + (3 * p)
Writes = 2 + (3 * p)

…path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/treasury/src/weights.rs --template=./.maintain/frame-weight-template.hbs
@shawntabrizi
Copy link
Member

/benchmark runtime pallet pallet_collective

@parity-benchapp
Copy link

parity-benchapp bot commented Jul 13, 2021

Benchmark Runtime Pallet for branch "zeke-retract-vote" with command cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/collective/src/weights.rs --template=./.maintain/frame-weight-template.hbs

Results
Pallet: "pallet_collective", Extrinsic: "set_members", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
    + m    15.51
    + n    0.247
    + p    22.73
              µs

Reads = 2 + (0 * m) + (0 * n) + (1 * p)
Writes = 2 + (0 * m) + (0 * n) + (1 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    m     n     p   mean µs  sigma µs       %
    1   100   100     790.9         2    0.2%
    2   100   100     778.6     1.953    0.2%
    3   100   100     783.1     1.749    0.2%
    4   100   100     821.1     0.823    0.1%
    5   100   100     841.8     5.046    0.5%
    6   100   100     862.4     2.518    0.2%
    7   100   100     872.2     5.485    0.6%
    8   100   100       900     4.471    0.4%
    9   100   100     898.8     1.211    0.1%
   10   100   100     920.3     2.179    0.2%
   11   100   100     929.5     2.343    0.2%
   12   100   100     950.7     0.641    0.0%
   13   100   100     972.1     10.54    1.0%
   14   100   100       978     8.921    0.9%
   15   100   100     996.1     11.72    1.1%
   16   100   100      1002     2.718    0.2%
   17   100   100      1033     8.029    0.7%
   18   100   100      1042     8.688    0.8%
   19   100   100      1055     9.961    0.9%
   20   100   100      1060     9.561    0.9%
   21   100   100      1078     12.01    1.1%
   22   100   100      1092     11.85    1.0%
   23   100   100      1119      11.7    1.0%
   24   100   100      1121     4.094    0.3%
   25   100   100      1129     5.248    0.4%
   26   100   100      1150     5.757    0.5%
   27   100   100      1167     7.963    0.6%
   28   100   100      1162     4.104    0.3%
   29   100   100      1182     6.112    0.5%
   30   100   100      1199     14.08    1.1%
   31   100   100      1223     6.212    0.5%
   32   100   100      1231     12.31    0.9%
   33   100   100      1254     10.62    0.8%
   34   100   100      1288     7.185    0.5%
   35   100   100      1312     2.437    0.1%
   36   100   100      1334     5.973    0.4%
   37   100   100      1351      10.4    0.7%
   38   100   100      1348     9.673    0.7%
   39   100   100      1385      9.75    0.7%
   40   100   100      1399     13.43    0.9%
   41   100   100      1403     2.415    0.1%
   42   100   100      1434     14.77    1.0%
   43   100   100      1442     2.395    0.1%
   44   100   100      1450     7.455    0.5%
   45   100   100      1477     9.548    0.6%
   46   100   100      1478     10.34    0.6%
   47   100   100      1499      19.1    1.2%
   48   100   100      1515      9.64    0.6%
   49   100   100      1533     12.36    0.8%
   50   100   100      1561     7.577    0.4%
   51   100   100      1563     11.49    0.7%
   52   100   100      1561     6.734    0.4%
   53   100   100      1583     8.183    0.5%
   54   100   100      1577     9.403    0.5%
   55   100   100      1609      5.55    0.3%
   56   100   100      1640     10.19    0.6%
   57   100   100      1661     4.863    0.2%
   58   100   100      1641     7.143    0.4%
   59   100   100      1685     10.19    0.6%
   60   100   100      1677     8.742    0.5%
   61   100   100      1695     9.986    0.5%
   62   100   100      1718     11.98    0.6%
   63   100   100      1727     8.417    0.4%
   64   100   100      1755     6.634    0.3%
   65   100   100      1788     12.81    0.7%
   66   100   100      1791     10.57    0.5%
   67   100   100      1796     13.11    0.7%
   68   100   100      1815     12.87    0.7%
   69   100   100      1826     9.339    0.5%
   70   100   100      1837     8.328    0.4%
   71   100   100      1874     11.08    0.5%
   72   100   100      1875     10.74    0.5%
   73   100   100      1901     13.24    0.6%
   74   100   100      1892     7.038    0.3%
   75   100   100      1924     9.416    0.4%
   76   100   100      1933     12.58    0.6%
   77   100   100      1959     10.63    0.5%
   78   100   100      1966     8.964    0.4%
   79   100   100      1981      11.3    0.5%
   80   100   100      2018     13.76    0.6%
   81   100   100      2016     12.34    0.6%
   82   100   100      2035     13.34    0.6%
   83   100   100      2059     8.647    0.4%
   84   100   100      2055     4.672    0.2%
   85   100   100      2087     9.125    0.4%
   86   100   100      2098     9.671    0.4%
   87   100   100      2097     9.709    0.4%
   88   100   100      2123     14.44    0.6%
   89   100   100      2139     11.87    0.5%
   90   100   100      2136     3.845    0.1%
   91   100   100      2170     6.802    0.3%
   92   100   100      2181     10.32    0.4%
   93   100   100      2212     14.02    0.6%
   94   100   100      2219     9.957    0.4%
   95   100   100      2248     16.73    0.7%
   96   100   100      2245     5.553    0.2%
   97   100   100      2258     11.06    0.4%
   98   100   100      2290     11.29    0.4%
   99   100   100      2308     12.38    0.5%
  100     1   100      2302      10.9    0.4%
  100     2   100      2299     5.773    0.2%
  100     3   100      2297     14.34    0.6%
  100     4   100      2309      11.3    0.4%
  100     5   100      2309     8.475    0.3%
  100     6   100      2301     14.94    0.6%
  100     7   100      2291     12.12    0.5%
  100     8   100      2314      8.21    0.3%
  100     9   100      2302     11.59    0.5%
  100    10   100      2297     11.97    0.5%
  100    11   100      2304     10.23    0.4%
  100    12   100      2302     11.95    0.5%
  100    13   100      2300     12.44    0.5%
  100    14   100      2306     9.012    0.3%
  100    15   100      2306      12.4    0.5%
  100    16   100      2302     11.62    0.5%
  100    17   100      2306     11.66    0.5%
  100    18   100      2314     10.53    0.4%
  100    19   100      2303     15.07    0.6%
  100    20   100      2303     8.147    0.3%
  100    21   100      2304     14.96    0.6%
  100    22   100      2296     6.264    0.2%
  100    23   100      2306     12.26    0.5%
  100    24   100      2298     10.06    0.4%
  100    25   100      2313     7.858    0.3%
  100    26   100      2306     10.56    0.4%
  100    27   100      2317     8.452    0.3%
  100    28   100      2304      6.95    0.3%
  100    29   100      2305     10.39    0.4%
  100    30   100      2310     10.56    0.4%
  100    31   100      2298     14.03    0.6%
  100    32   100      2311     12.49    0.5%
  100    33   100      2303     9.638    0.4%
  100    34   100      2314     13.41    0.5%
  100    35   100      2306      5.52    0.2%
  100    36   100      2322     18.62    0.8%
  100    37   100      2309     13.68    0.5%
  100    38   100      2301     10.35    0.4%
  100    39   100      2309     5.146    0.2%
  100    40   100      2297     6.728    0.2%
  100    41   100      2312     10.93    0.4%
  100    42   100      2307     14.55    0.6%
  100    43   100      2302     13.21    0.5%
  100    44   100      2314     10.42    0.4%
  100    45   100      2307     15.54    0.6%
  100    46   100      2313     11.85    0.5%
  100    47   100      2316     8.349    0.3%
  100    48   100      2312     11.96    0.5%
  100    49   100      2300     8.541    0.3%
  100    50   100      2298     6.921    0.3%
  100    51   100      2314     12.94    0.5%
  100    52   100      2319      13.2    0.5%
  100    53   100      2311     15.92    0.6%
  100    54   100      2306      11.4    0.4%
  100    55   100      2310     12.77    0.5%
  100    56   100      2314     9.997    0.4%
  100    57   100      2311     10.99    0.4%
  100    58   100      2316     8.852    0.3%
  100    59   100      2307      9.32    0.4%
  100    60   100      2315     8.674    0.3%
  100    61   100      2314     10.15    0.4%
  100    62   100      2309     13.29    0.5%
  100    63   100      2314     16.24    0.7%
  100    64   100      2317     7.298    0.3%
  100    65   100      2328     10.05    0.4%
  100    66   100      2320     11.48    0.4%
  100    67   100      2320     9.347    0.4%
  100    68   100      2316     11.73    0.5%
  100    69   100      2327     10.04    0.4%
  100    70   100      2321     7.498    0.3%
  100    71   100      2308     6.124    0.2%
  100    72   100      2319     8.682    0.3%
  100    73   100      2315     7.155    0.3%
  100    74   100      2324     10.49    0.4%
  100    75   100      2323     11.81    0.5%
  100    76   100      2324     7.276    0.3%
  100    77   100      2318     10.37    0.4%
  100    78   100      2323     11.99    0.5%
  100    79   100      2334     15.79    0.6%
  100    80   100      2313     13.52    0.5%
  100    81   100      2324     14.85    0.6%
  100    82   100      2320     8.329    0.3%
  100    83   100      2320     9.264    0.3%
  100    84   100      2313     11.94    0.5%
  100    85   100      2328     10.19    0.4%
  100    86   100      2326     12.76    0.5%
  100    87   100      2322     11.02    0.4%
  100    88   100      2322     12.76    0.5%
  100    89   100      2311     10.82    0.4%
  100    90   100      2312     12.17    0.5%
  100    91   100      2321     13.89    0.5%
  100    92   100      2316     11.37    0.4%
  100    93   100      2323     15.09    0.6%
  100    94   100      2323     14.53    0.6%
  100    95   100      2317     9.526    0.4%
  100    96   100      2336      16.2    0.6%
  100    97   100      2323     10.76    0.4%
  100    98   100      2323     14.43    0.6%
  100    99   100      2320     11.14    0.4%
  100   100     1     69.59     0.155    0.2%
  100   100     2     92.11     0.232    0.2%
  100   100     3       115     0.833    0.7%
  100   100     4     135.5     0.179    0.1%
  100   100     5     157.1     0.249    0.1%
  100   100     6     180.9     0.136    0.0%
  100   100     7     202.5     0.228    0.1%
  100   100     8     223.4     0.155    0.0%
  100   100     9     246.5     0.289    0.1%
  100   100    10     268.2     0.183    0.0%
  100   100    11     289.7     0.257    0.0%
  100   100    12     311.8     0.188    0.0%
  100   100    13     334.8     0.383    0.1%
  100   100    14     358.4     0.156    0.0%
  100   100    15       382      3.87    1.0%
  100   100    16     402.8     0.663    0.1%
  100   100    17     425.2     0.377    0.0%
  100   100    18     448.5     0.788    0.1%
  100   100    19     469.7     0.621    0.1%
  100   100    20     494.5     3.654    0.7%
  100   100    21     514.4      0.45    0.0%
  100   100    22     537.5     0.549    0.1%
  100   100    23     562.8     4.509    0.8%
  100   100    24     584.9     0.438    0.0%
  100   100    25     610.6     4.243    0.6%
  100   100    26     628.6     0.953    0.1%
  100   100    27     652.1     0.773    0.1%
  100   100    28       675     1.088    0.1%
  100   100    29       697     0.388    0.0%
  100   100    30     724.1     9.186    1.2%
  100   100    31     742.4     1.174    0.1%
  100   100    32     765.7     5.453    0.7%
  100   100    33     789.4       0.7    0.0%
  100   100    34     813.9     6.052    0.7%
  100   100    35     835.7     5.673    0.6%
  100   100    36     858.2     5.977    0.6%
  100   100    37     878.2     1.026    0.1%
  100   100    38     898.7     0.776    0.0%
  100   100    39     923.4     1.577    0.1%
  100   100    40     948.8     1.008    0.1%
  100   100    41     979.1     14.23    1.4%
  100   100    42     992.7     0.922    0.0%
  100   100    43      1019     11.17    1.0%
  100   100    44      1036     1.878    0.1%
  100   100    45      1057     1.758    0.1%
  100   100    46      1086     6.984    0.6%
  100   100    47      1109     8.662    0.7%
  100   100    48      1135     12.25    1.0%
  100   100    49      1165     11.95    1.0%
  100   100    50      1185     12.42    1.0%
  100   100    51      1199      10.4    0.8%
  100   100    52      1225     12.28    1.0%
  100   100    53      1244     7.487    0.6%
  100   100    54      1257     0.872    0.0%
  100   100    55      1287     4.031    0.3%
  100   100    56      1313     8.064    0.6%
  100   100    57      1341     6.652    0.4%
  100   100    58      1363     8.183    0.6%
  100   100    59      1390     15.05    1.0%
  100   100    60      1416      12.9    0.9%
  100   100    61      1430     7.466    0.5%
  100   100    62      1459     14.23    0.9%
  100   100    63      1471     6.986    0.4%
  100   100    64      1485     9.996    0.6%
  100   100    65      1512     3.173    0.2%
  100   100    66      1559     12.55    0.8%
  100   100    67      1582     12.29    0.7%
  100   100    68      1605     11.54    0.7%
  100   100    69      1611     9.068    0.5%
  100   100    70      1654     7.719    0.4%
  100   100    71      1658     11.39    0.6%
  100   100    72      1687     9.925    0.5%
  100   100    73      1712      10.7    0.6%
  100   100    74      1723     9.173    0.5%
  100   100    75      1753      11.6    0.6%
  100   100    76      1772      9.98    0.5%
  100   100    77      1795     4.962    0.2%
  100   100    78      1819     11.01    0.6%
  100   100    79      1835     5.746    0.3%
  100   100    80      1865     8.932    0.4%
  100   100    81      1891     11.16    0.5%
  100   100    82      1910      4.95    0.2%
  100   100    83      1915     2.623    0.1%
  100   100    84      1969     14.61    0.7%
  100   100    85      1984     12.19    0.6%
  100   100    86      2001     6.848    0.3%
  100   100    87      2033     10.73    0.5%
  100   100    88      2054     10.85    0.5%
  100   100    89      2061     4.236    0.2%
  100   100    90      2084     6.885    0.3%
  100   100    91      2115      14.6    0.6%
  100   100    92      2136      9.96    0.4%
  100   100    93      2159     6.479    0.3%
  100   100    94      2201      7.87    0.3%
  100   100    95      2217     10.07    0.4%
  100   100    96      2226     6.543    0.2%
  100   100    97      2273     18.52    0.8%
  100   100    98      2285     14.75    0.6%
  100   100    99      2310     9.007    0.3%
  100   100   100      2320     10.68    0.4%

Quality and confidence:
param     error
m          0.01
n          0.01
p          0.01

Model:
Time ~=        0
    + m    15.65
    + n    0.184
    + p    22.81
              µs

Reads = 2 + (0 * m) + (0 * n) + (1 * p)
Writes = 2 + (0 * m) + (0 * n) + (1 * p)
Pallet: "pallet_collective", Extrinsic: "execute", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    26.11
    + b    0.002
    + m    0.098
              µs

Reads = 1 + (0 * b) + (0 * m)
Writes = 0 + (0 * b) + (0 * m)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    b     m   mean µs  sigma µs       %
    1   100     35.48     0.095    0.2%
   21   100     35.97     0.062    0.1%
   41   100     36.12      0.07    0.1%
   61   100     36.05     0.064    0.1%
   81   100     36.07     0.051    0.1%
  101   100     36.26     0.109    0.3%
  121   100     36.31     0.071    0.1%
  141   100     36.32     0.048    0.1%
  161   100     36.45     0.064    0.1%
  181   100     36.42     0.076    0.2%
  201   100     36.37     0.052    0.1%
  221   100      36.4     0.058    0.1%
  241   100     36.63     0.124    0.3%
  261   100     36.62     0.096    0.2%
  281   100     36.63     0.035    0.0%
  301   100     36.72     0.057    0.1%
  321   100     36.82      0.03    0.0%
  341   100     36.69     0.069    0.1%
  361   100     36.71     0.028    0.0%
  381   100     36.85     0.063    0.1%
  401   100     37.06     0.049    0.1%
  421   100     36.97     0.082    0.2%
  441   100     37.07     0.057    0.1%
  461   100     37.06      0.06    0.1%
  481   100     36.96     0.044    0.1%
  501   100     37.08     0.077    0.2%
  521   100     37.24     0.118    0.3%
  541   100     37.18     0.059    0.1%
  561   100      37.3     0.093    0.2%
  581   100     37.51     0.052    0.1%
  601   100     37.51     0.061    0.1%
  621   100     37.29     0.063    0.1%
  641   100     37.54     0.068    0.1%
  661   100     37.73     0.094    0.2%
  681   100     37.64     0.067    0.1%
  701   100     37.68     0.131    0.3%
  721   100     37.61     0.056    0.1%
  741   100     37.74     0.053    0.1%
  761   100     37.91     0.063    0.1%
  781   100     37.93     0.049    0.1%
  801   100     37.89     0.071    0.1%
  821   100     38.01      0.09    0.2%
  841   100     38.03       0.1    0.2%
  861   100     38.04     0.076    0.1%
  881   100     37.99     0.055    0.1%
  901   100     38.19     0.058    0.1%
  921   100     38.25     0.052    0.1%
  941   100     38.45     0.053    0.1%
  961   100     38.33     0.061    0.1%
  981   100     38.28     0.051    0.1%
 1001   100     38.36     0.077    0.2%
 1021   100     38.63     0.159    0.4%
 1024     1     29.08     0.038    0.1%
 1024     2        29     0.056    0.1%
 1024     3     29.33     0.064    0.2%
 1024     4     29.41     0.074    0.2%
 1024     5     29.74     0.054    0.1%
 1024     6     29.59     0.073    0.2%
 1024     7     29.64     0.059    0.1%
 1024     8     29.67     0.065    0.2%
 1024     9     29.68     0.054    0.1%
 1024    10     30.07     0.041    0.1%
 1024    11     30.04     0.073    0.2%
 1024    12     30.18     0.093    0.3%
 1024    13     30.29     0.087    0.2%
 1024    14     30.59     0.044    0.1%
 1024    15     30.78     0.064    0.2%
 1024    16     30.81     0.087    0.2%
 1024    17     30.22     0.078    0.2%
 1024    18     30.78     0.085    0.2%
 1024    19     30.69     0.051    0.1%
 1024    20     30.46     0.084    0.2%
 1024    21     31.17     0.044    0.1%
 1024    22     30.92     0.043    0.1%
 1024    23     31.37     0.044    0.1%
 1024    24     31.31     0.045    0.1%
 1024    25     31.14     0.044    0.1%
 1024    26     31.76      0.07    0.2%
 1024    27     31.48     0.066    0.2%
 1024    28     31.96     0.071    0.2%
 1024    29     31.45      0.08    0.2%
 1024    30     31.73     0.044    0.1%
 1024    31     31.79     0.045    0.1%
 1024    32     32.34      0.07    0.2%
 1024    33     31.99     0.029    0.0%
 1024    34     32.37     0.079    0.2%
 1024    35     32.87     0.053    0.1%
 1024    36     32.78     0.103    0.3%
 1024    37     32.49     0.055    0.1%
 1024    38      32.7     0.049    0.1%
 1024    39     33.08     0.034    0.1%
 1024    40     32.71     0.064    0.1%
 1024    41      33.5     0.098    0.2%
 1024    42      33.6     0.048    0.1%
 1024    43     33.32     0.058    0.1%
 1024    44     33.39     0.095    0.2%
 1024    45      33.5     0.046    0.1%
 1024    46     33.65     0.089    0.2%
 1024    47     33.39     0.059    0.1%
 1024    48      33.3     0.092    0.2%
 1024    49     33.81     0.024    0.0%
 1024    50      34.2     0.069    0.2%
 1024    51     34.17     0.096    0.2%
 1024    52     34.14     0.038    0.1%
 1024    53     34.34     0.089    0.2%
 1024    54     34.33     0.069    0.2%
 1024    55     34.38     0.058    0.1%
 1024    56      34.2     0.036    0.1%
 1024    57     34.73     0.077    0.2%
 1024    58     34.78     0.074    0.2%
 1024    59     34.72     0.036    0.1%
 1024    60      34.8     0.069    0.1%
 1024    61     35.34     0.049    0.1%
 1024    62     35.32      0.03    0.0%
 1024    63     34.71     0.053    0.1%
 1024    64     34.79     0.074    0.2%
 1024    65     35.41     0.048    0.1%
 1024    66     35.26     0.084    0.2%
 1024    67     35.24     0.046    0.1%
 1024    68     35.85     0.063    0.1%
 1024    69     35.54     0.036    0.1%
 1024    70     35.95     0.095    0.2%
 1024    71     35.61     0.056    0.1%
 1024    72     35.83     0.087    0.2%
 1024    73     36.27     0.046    0.1%
 1024    74     35.99     0.104    0.2%
 1024    75     36.14     0.078    0.2%
 1024    76      36.2     0.085    0.2%
 1024    77     36.33      0.06    0.1%
 1024    78     36.25     0.035    0.0%
 1024    79     36.79     0.067    0.1%
 1024    80     36.64     0.073    0.1%
 1024    81     40.53     2.849    7.0%
 1024    82        38     0.098    0.2%
 1024    83     38.93     1.079    2.7%
 1024    84     37.94     0.146    0.3%
 1024    85     38.54     0.188    0.4%
 1024    86     38.22     0.167    0.4%
 1024    87      38.3     0.087    0.2%
 1024    88     37.35     0.092    0.2%
 1024    89     37.32     0.052    0.1%
 1024    90     37.47     0.381    1.0%
 1024    91     37.63     0.154    0.4%
 1024    92     37.49     0.096    0.2%
 1024    93     37.88     0.087    0.2%
 1024    94     38.32     0.088    0.2%
 1024    95     37.73     0.077    0.2%
 1024    96     38.25      0.07    0.1%
 1024    97     38.79     0.087    0.2%
 1024    98     38.46     0.079    0.2%
 1024    99     38.89     0.076    0.1%
 1024   100     38.75     0.062    0.1%

Quality and confidence:
param     error
b             0
m             0

Model:
Time ~=    25.98
    + b    0.003
    + m    0.098
              µs

Reads = 1 + (0 * b) + (0 * m)
Writes = 0 + (0 * b) + (0 * m)
Pallet: "pallet_collective", Extrinsic: "propose_execute", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    32.21
    + b    0.002
    + m    0.187
              µs

Reads = 2 + (0 * b) + (0 * m)
Writes = 0 + (0 * b) + (0 * m)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    b     m   mean µs  sigma µs       %
    1   100     50.52     0.067    0.1%
   21   100     51.04     0.112    0.2%
   41   100     51.23     0.075    0.1%
   61   100     51.19     0.082    0.1%
   81   100     51.07     0.059    0.1%
  101   100      51.1     0.148    0.2%
  121   100     51.19     0.131    0.2%
  141   100     51.24     0.118    0.2%
  161   100     51.39     0.039    0.0%
  181   100     51.27     0.094    0.1%
  201   100     51.39     0.093    0.1%
  221   100     51.63     0.437    0.8%
  241   100      51.5     0.298    0.5%
  261   100      51.5     0.213    0.4%
  281   100     51.65     0.464    0.8%
  301   100     51.78      0.16    0.3%
  321   100     51.71     0.058    0.1%
  341   100     52.59     0.163    0.3%
  361   100     52.04     0.469    0.9%
  381   100     51.92     0.062    0.1%
  401   100     51.94     0.143    0.2%
  421   100      51.9     0.122    0.2%
  441   100     52.02     0.079    0.1%
  461   100     51.85     0.093    0.1%
  481   100        52     0.176    0.3%
  501   100      52.1     0.167    0.3%
  521   100     52.21     0.128    0.2%
  541   100     52.22     0.128    0.2%
  561   100     52.15     0.071    0.1%
  581   100      52.2     0.089    0.1%
  601   100     52.35     0.101    0.1%
  621   100     52.46     0.132    0.2%
  641   100     52.52     0.142    0.2%
  661   100     52.78     0.477    0.9%
  681   100     52.58     0.131    0.2%
  701   100     52.42     0.101    0.1%
  721   100     52.77      0.14    0.2%
  741   100     52.59     0.081    0.1%
  761   100     52.87     0.191    0.3%
  781   100     52.83     0.171    0.3%
  801   100      52.7      0.09    0.1%
  821   100     52.74     0.113    0.2%
  841   100     53.09     0.116    0.2%
  861   100     52.95     0.071    0.1%
  881   100     52.99      0.12    0.2%
  901   100     53.08      0.07    0.1%
  921   100     53.27     0.104    0.1%
  941   100     53.21     0.071    0.1%
  961   100     53.29     0.073    0.1%
  981   100     53.25      0.11    0.2%
 1001   100     53.28     0.123    0.2%
 1021   100     53.34     0.097    0.1%
 1024     1     35.18     0.133    0.3%
 1024     2     34.98     0.074    0.2%
 1024     3     35.02     0.074    0.2%
 1024     4     35.32     0.188    0.5%
 1024     5      35.8     0.097    0.2%
 1024     6     35.72      0.04    0.1%
 1024     7      35.9     0.046    0.1%
 1024     8     35.98     0.054    0.1%
 1024     9      36.3     0.221    0.6%
 1024    10     37.02     0.301    0.8%
 1024    11     36.66     0.082    0.2%
 1024    12     36.83     0.049    0.1%
 1024    13        37     0.038    0.1%
 1024    14      37.3     0.047    0.1%
 1024    15     37.67     0.086    0.2%
 1024    16     37.67     0.062    0.1%
 1024    17     37.32     0.066    0.1%
 1024    18     37.99     0.077    0.2%
 1024    19     37.97     0.087    0.2%
 1024    20     37.73     0.066    0.1%
 1024    21     38.71     0.082    0.2%
 1024    22     38.71     0.075    0.1%
 1024    23     39.02     0.045    0.1%
 1024    24     39.17     0.064    0.1%
 1024    25     39.09      0.05    0.1%
 1024    26     39.67     0.059    0.1%
 1024    27     39.46     0.154    0.3%
 1024    28     40.17     0.072    0.1%
 1024    29     39.68     0.083    0.2%
 1024    30      39.9     0.035    0.0%
 1024    31      40.3     0.082    0.2%
 1024    32     41.11     0.098    0.2%
 1024    33     41.04     0.067    0.1%
 1024    34     41.38     0.092    0.2%
 1024    35     42.08      0.07    0.1%
 1024    36     42.29     0.138    0.3%
 1024    37     41.98      0.17    0.4%
 1024    38     42.02     0.068    0.1%
 1024    39     42.58     0.101    0.2%
 1024    40     42.21     0.068    0.1%
 1024    41     43.44     0.109    0.2%
 1024    42     43.58      0.07    0.1%
 1024    43      43.3     0.108    0.2%
 1024    44     43.05     0.072    0.1%
 1024    45      43.2     0.074    0.1%
 1024    46     43.81     0.052    0.1%
 1024    47     43.66     0.047    0.1%
 1024    48     43.64     0.071    0.1%
 1024    49     44.26     0.075    0.1%
 1024    50     44.78     0.073    0.1%
 1024    51     44.72     0.107    0.2%
 1024    52     44.81     0.076    0.1%
 1024    53     44.93     0.101    0.2%
 1024    54     45.27     0.057    0.1%
 1024    55     45.46      0.09    0.1%
 1024    56     45.24     0.087    0.1%
 1024    57     45.98     0.088    0.1%
 1024    58     46.04     0.063    0.1%
 1024    59      45.9     0.061    0.1%
 1024    60     46.01     0.095    0.2%
 1024    61     46.77     0.022    0.0%
 1024    62     46.85     0.083    0.1%
 1024    63     46.04     0.101    0.2%
 1024    64     46.24     0.058    0.1%
 1024    65      47.1     0.059    0.1%
 1024    66     46.85     0.102    0.2%
 1024    67     46.96     0.065    0.1%
 1024    68     47.93     0.066    0.1%
 1024    69      47.5     0.085    0.1%
 1024    70     47.91     0.068    0.1%
 1024    71     47.51     0.068    0.1%
 1024    72     48.21     0.078    0.1%
 1024    73     48.32     0.087    0.1%
 1024    74     48.41     0.097    0.2%
 1024    75      48.9     0.074    0.1%
 1024    76     48.94     0.044    0.0%
 1024    77     49.27      0.07    0.1%
 1024    78     48.86     0.068    0.1%
 1024    79     49.77     0.094    0.1%
 1024    80     49.72      0.14    0.2%
 1024    81     49.65     0.094    0.1%
 1024    82      50.1     0.051    0.1%
 1024    83     50.19     0.068    0.1%
 1024    84     50.26      0.06    0.1%
 1024    85     50.86     0.077    0.1%
 1024    86     50.64     0.114    0.2%
 1024    87     50.87     0.056    0.1%
 1024    88     51.11     0.051    0.0%
 1024    89     51.19     0.112    0.2%
 1024    90     50.96      0.07    0.1%
 1024    91     51.41     0.063    0.1%
 1024    92     51.58      0.07    0.1%
 1024    93      52.1     0.074    0.1%
 1024    94     52.73     0.088    0.1%
 1024    95     51.96     0.078    0.1%
 1024    96     52.84      0.09    0.1%
 1024    97     53.44     0.078    0.1%
 1024    98     53.11     0.134    0.2%
 1024    99     53.45     0.097    0.1%
 1024   100     53.28      0.12    0.2%

Quality and confidence:
param     error
b             0
m             0

Model:
Time ~=    32.27
    + b    0.002
    + m    0.187
              µs

Reads = 2 + (0 * b) + (0 * m)
Writes = 0 + (0 * b) + (0 * m)
Pallet: "pallet_collective", Extrinsic: "propose_proposed", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    55.68
    + b    0.001
    + m    0.074
    + p    0.523
              µs

Reads = 4 + (0 * b) + (0 * m) + (0 * p)
Writes = 4 + (0 * b) + (0 * m) + (0 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    b     m     p   mean µs  sigma µs       %
    1   100   100       115      0.11    0.0%
   21   100   100     114.1     0.206    0.1%
   41   100   100       115     0.218    0.1%
   61   100   100     115.6     0.166    0.1%
   81   100   100     116.1     0.116    0.0%
  101   100   100     116.6     0.204    0.1%
  121   100   100     115.4     0.197    0.1%
  141   100   100     114.8     0.211    0.1%
  161   100   100     115.3     0.122    0.1%
  181   100   100     115.2     0.181    0.1%
  201   100   100     115.2     0.153    0.1%
  221   100   100     115.3     0.148    0.1%
  241   100   100     114.9     0.195    0.1%
  261   100   100     115.6     0.101    0.0%
  281   100   100       116       0.1    0.0%
  301   100   100     115.5     0.153    0.1%
  321   100   100     115.9     0.159    0.1%
  341   100   100     115.6     0.161    0.1%
  361   100   100     116.6     0.332    0.2%
  381   100   100     116.7     0.161    0.1%
  401   100   100     117.2     0.108    0.0%
  421   100   100     117.1     0.113    0.0%
  441   100   100     117.2     0.211    0.1%
  461   100   100     116.4     0.121    0.1%
  481   100   100     115.6     0.186    0.1%
  501   100   100     117.1      0.15    0.1%
  521   100   100     116.8      0.28    0.2%
  541   100   100     116.7     0.149    0.1%
  561   100   100     116.7     0.208    0.1%
  581   100   100     117.1     0.181    0.1%
  601   100   100     117.2     0.142    0.1%
  621   100   100     116.2     0.134    0.1%
  641   100   100     117.1     0.215    0.1%
  661   100   100     117.4     0.117    0.0%
  681   100   100     115.6     2.004    1.7%
  701   100   100     118.6     0.123    0.1%
  721   100   100     115.9     1.972    1.7%
  741   100   100     108.3     2.759    2.5%
  761   100   100     114.3     0.155    0.1%
  781   100   100       114     0.205    0.1%
  801   100   100     114.2     2.056    1.8%
  821   100   100     110.6     4.116    3.7%
  841   100   100     117.3     0.219    0.1%
  861   100   100     107.9     0.093    0.0%
  881   100   100     119.2     0.322    0.2%
  901   100   100       116     3.663    3.1%
  921   100   100     119.1     0.167    0.1%
  941   100   100       119     1.362    1.1%
  961   100   100     115.9      0.16    0.1%
  981   100   100     115.7     0.218    0.1%
 1001   100   100     117.3     1.895    1.6%
 1021   100   100     114.4     0.205    0.1%
 1024     2   100     107.8     0.973    0.9%
 1024     3   100       108     1.697    1.5%
 1024     4   100     108.1     1.073    0.9%
 1024     5   100     106.5     0.333    0.3%
 1024     6   100     109.5     1.409    1.2%
 1024     7   100     110.2     1.398    1.2%
 1024     8   100     108.9     1.579    1.4%
 1024     9   100     112.5     0.606    0.5%
 1024    10   100     111.4     0.568    0.5%
 1024    11   100     111.9     0.727    0.6%
 1024    12   100     112.7     0.633    0.5%
 1024    13   100     109.9     1.633    1.4%
 1024    14   100     112.3     0.554    0.4%
 1024    15   100     112.2     0.226    0.2%
 1024    16   100     112.1     0.839    0.7%
 1024    17   100     112.5     1.288    1.1%
 1024    18   100     113.5     0.164    0.1%
 1024    19   100     112.6     0.843    0.7%
 1024    20   100     112.7     0.602    0.5%
 1024    21   100     109.6     1.446    1.3%
 1024    22   100     110.5     1.751    1.5%
 1024    23   100     114.1     0.323    0.2%
 1024    24   100     112.9     1.023    0.9%
 1024    25   100     114.7     0.784    0.6%
 1024    26   100     114.6     0.553    0.4%
 1024    27   100       114     0.382    0.3%
 1024    28   100     114.2     0.464    0.4%
 1024    29   100     113.9     0.469    0.4%
 1024    30   100     114.2     0.308    0.2%
 1024    31   100       114     0.296    0.2%
 1024    32   100       114     0.273    0.2%
 1024    33   100       114     0.353    0.3%
 1024    34   100     114.7      0.26    0.2%
 1024    35   100     113.9     0.283    0.2%
 1024    36   100       115     0.179    0.1%
 1024    37   100     114.6     0.158    0.1%
 1024    38   100     114.9     0.241    0.2%
 1024    39   100     114.7     0.397    0.3%
 1024    40   100     114.4     0.155    0.1%
 1024    41   100     114.9     0.138    0.1%
 1024    42   100     114.4     0.184    0.1%
 1024    43   100     114.8     0.405    0.3%
 1024    44   100     115.6     0.193    0.1%
 1024    45   100     115.9     0.302    0.2%
 1024    46   100     114.9     1.521    1.3%
 1024    47   100     116.3     0.317    0.2%
 1024    48   100     116.4     0.127    0.1%
 1024    49   100     116.7     0.123    0.1%
 1024    50   100     116.1     0.255    0.2%
 1024    51   100     115.5     0.318    0.2%
 1024    52   100     115.9     0.224    0.1%
 1024    53   100     113.9     1.679    1.4%
 1024    54   100     113.9     2.017    1.7%
 1024    55   100     116.6     0.436    0.3%
 1024    56   100     116.5      0.23    0.1%
 1024    57   100     116.9     0.246    0.2%
 1024    58   100     113.7      1.86    1.6%
 1024    59   100     115.8     1.079    0.9%
 1024    60   100     115.7     0.268    0.2%
 1024    61   100     117.5      0.28    0.2%
 1024    62   100     116.7     0.273    0.2%
 1024    63   100     116.1     1.709    1.4%
 1024    64   100     114.3     1.861    1.6%
 1024    65   100       117     0.309    0.2%
 1024    66   100     117.1     0.398    0.3%
 1024    67   100     115.1         2    1.7%
 1024    68   100     116.9     0.195    0.1%
 1024    69   100     114.5     1.686    1.4%
 1024    70   100     113.7     0.805    0.7%
 1024    71   100     115.7     1.987    1.7%
 1024    72   100     114.3     0.257    0.2%
 1024    73   100     116.4      1.54    1.3%
 1024    74   100     113.7     0.488    0.4%
 1024    75   100     115.9     1.783    1.5%
 1024    76   100     113.6     0.328    0.2%
 1024    77   100     115.2      1.68    1.4%
 1024    78   100       118       1.3    1.1%
 1024    79   100     117.2     1.827    1.5%
 1024    80   100     117.1     1.991    1.6%
 1024    81   100     116.2     1.828    1.5%
 1024    82   100     116.6     2.053    1.7%
 1024    83   100     117.6     1.888    1.6%
 1024    84   100     115.1     1.553    1.3%
 1024    85   100     116.7     1.656    1.4%
 1024    86   100     119.1     0.309    0.2%
 1024    87   100     117.6     1.607    1.3%
 1024    88   100     116.9     1.993    1.7%
 1024    89   100     115.8     2.182    1.8%
 1024    90   100     116.4     1.852    1.5%
 1024    91   100     118.2     1.678    1.4%
 1024    92   100     116.1     1.462    1.2%
 1024    93   100     116.2     1.963    1.6%
 1024    94   100     114.8     0.126    0.1%
 1024    95   100     115.9     0.901    0.7%
 1024    96   100     116.3      1.34    1.1%
 1024    97   100     116.4     1.512    1.2%
 1024    98   100     115.5     1.622    1.4%
 1024    99   100     116.1     0.818    0.7%
 1024   100     1     62.68     0.064    0.1%
 1024   100     2     65.74     0.047    0.0%
 1024   100     3     66.68     0.079    0.1%
 1024   100     4     67.51     0.087    0.1%
 1024   100     5     68.33     0.096    0.1%
 1024   100     6     69.26     0.102    0.1%
 1024   100     7      69.8     0.094    0.1%
 1024   100     8     69.46     0.058    0.0%
 1024   100     9     71.23     0.087    0.1%
 1024   100    10     71.78     0.071    0.0%
 1024   100    11     72.92     0.109    0.1%
 1024   100    12     73.37      0.23    0.3%
 1024   100    13     74.15     0.079    0.1%
 1024   100    14      74.4      0.08    0.1%
 1024   100    15     74.69     0.093    0.1%
 1024   100    16     75.35     0.164    0.2%
 1024   100    17     76.21     0.051    0.0%
 1024   100    18        77     0.116    0.1%
 1024   100    19     78.27     0.078    0.0%
 1024   100    20     78.78     0.079    0.1%
 1024   100    21     79.65     0.114    0.1%
 1024   100    22     80.24     0.151    0.1%
 1024   100    23     79.84     0.089    0.1%
 1024   100    24     80.72     0.065    0.0%
 1024   100    25     81.18     0.105    0.1%
 1024   100    26        82     0.124    0.1%
 1024   100    27     82.43     0.114    0.1%
 1024   100    28      81.8     0.092    0.1%
 1024   100    29     83.54     0.149    0.1%
 1024   100    30     84.59     0.065    0.0%
 1024   100    31      84.5     0.147    0.1%
 1024   100    32     85.14     0.077    0.0%
 1024   100    33      86.8     0.343    0.3%
 1024   100    34     86.63     0.114    0.1%
 1024   100    35     87.69     0.084    0.0%
 1024   100    36     87.77     0.066    0.0%
 1024   100    37     88.11     0.134    0.1%
 1024   100    38     89.09     0.165    0.1%
 1024   100    39      89.9     0.151    0.1%
 1024   100    40     90.51     0.271    0.2%
 1024   100    41     90.76     0.148    0.1%
 1024   100    42     91.84     0.182    0.1%
 1024   100    43     91.98     0.114    0.1%
 1024   100    44     92.09     0.137    0.1%
 1024   100    45     92.84     0.176    0.1%
 1024   100    46     93.09     0.126    0.1%
 1024   100    47     93.69      0.15    0.1%
 1024   100    48     94.68     0.206    0.2%
 1024   100    49     94.87     0.223    0.2%
 1024   100    50     95.44     0.072    0.0%
 1024   100    51     95.71     0.129    0.1%
 1024   100    52     96.61     0.133    0.1%
 1024   100    53     95.55     0.133    0.1%
 1024   100    54     97.57     0.144    0.1%
 1024   100    55     98.19     0.156    0.1%
 1024   100    56     98.13     0.255    0.2%
 1024   100    57     99.37     0.205    0.2%
 1024   100    58     98.87     0.042    0.0%
 1024   100    59     100.9     0.164    0.1%
 1024   100    60     98.92     0.149    0.1%
 1024   100    61     100.3     0.081    0.0%
 1024   100    62     100.9     0.172    0.1%
 1024   100    63     101.8     0.087    0.0%
 1024   100    64     101.8     0.304    0.2%
 1024   100    65       103     0.133    0.1%
 1024   100    66       103     0.167    0.1%
 1024   100    67     102.8     0.185    0.1%
 1024   100    68     104.6     0.192    0.1%
 1024   100    69     105.5     0.155    0.1%
 1024   100    70     105.4      0.25    0.2%
 1024   100    71     104.7     2.841    2.7%
 1024   100    72     106.2     2.065    1.9%
 1024   100    73     106.6     2.142    2.0%
 1024   100    74     107.5     0.198    0.1%
 1024   100    75     107.2     1.513    1.4%
 1024   100    76     108.6     0.162    0.1%
 1024   100    77       109     1.623    1.4%
 1024   100    78       108     3.197    2.9%
 1024   100    79     105.3     3.984    3.7%
 1024   100    80     108.1     3.804    3.5%
 1024   100    81     109.2      3.31    3.0%
 1024   100    82     109.3     3.127    2.8%
 1024   100    83     112.3     2.439    2.1%
 1024   100    84     108.7      4.09    3.7%
 1024   100    85     114.1     0.301    0.2%
 1024   100    86     112.1     0.277    0.2%
 1024   100    87     109.7     4.159    3.7%
 1024   100    88     112.7     1.167    1.0%
 1024   100    89       109     3.906    3.5%
 1024   100    90     106.9     0.207    0.1%
 1024   100    91       106      0.14    0.1%
 1024   100    92     106.3     0.064    0.0%
 1024   100    93     109.9     2.365    2.1%
 1024   100    94     107.8     0.192    0.1%
 1024   100    95     109.1     2.336    2.1%
 1024   100    96     112.3     4.265    3.7%
 1024   100    97     110.1     2.377    2.1%
 1024   100    98       109     0.184    0.1%
 1024   100    99     108.9      0.09    0.0%
 1024   100   100     113.8      2.45    2.1%

Quality and confidence:
param     error
b             0
m         0.002
p         0.002

Model:
Time ~=    61.55
    + b    0.002
    + m    0.056
    + p     0.48
              µs

Reads = 4 + (0 * b) + (0 * m) + (0 * p)
Writes = 4 + (0 * b) + (0 * m) + (0 * p)
Pallet: "pallet_collective", Extrinsic: "vote", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    42.93
    + m    0.222
              µs

Reads = 2 + (0 * m)
Writes = 1 + (0 * m)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    m   mean µs  sigma µs       %
    5     43.25     0.133    0.3%
    6     43.99     0.205    0.4%
    7     43.07     0.163    0.3%
    8     44.25     0.184    0.4%
    9     44.76     0.085    0.1%
   10     44.78     0.147    0.3%
   11     44.61     0.156    0.3%
   12     45.16     0.142    0.3%
   13     45.52     0.107    0.2%
   14     45.69     0.237    0.5%
   15     46.51     0.168    0.3%
   16     45.85     0.132    0.2%
   17     46.14     0.149    0.3%
   18     46.66     0.226    0.4%
   19     47.14     0.205    0.4%
   20     47.22     0.212    0.4%
   21      47.4     0.213    0.4%
   22     47.28     0.269    0.5%
   23     48.41     0.165    0.3%
   24     48.15     0.198    0.4%
   25      48.3     0.205    0.4%
   26     48.85     0.199    0.4%
   27     49.75     0.315    0.6%
   28     49.98     0.225    0.4%
   29     49.76     0.263    0.5%
   30     50.14     0.226    0.4%
   31     50.07      0.28    0.5%
   32     48.99     0.209    0.4%
   33     50.74     0.128    0.2%
   34     51.31     0.295    0.5%
   35      51.9     0.295    0.5%
   36     51.11     0.361    0.7%
   37     51.57     0.169    0.3%
   38     51.94     0.148    0.2%
   39     51.73     0.257    0.4%
   40      52.1     0.255    0.4%
   41     51.38     0.191    0.3%
   42     51.42     0.115    0.2%
   43     54.14     0.157    0.2%
   44     54.01     0.296    0.5%
   45     54.01     0.375    0.6%
   46     53.77     0.179    0.3%
   47     54.68     0.327    0.5%
   48     54.71     0.134    0.2%
   49     55.25     0.134    0.2%
   50      55.1     0.348    0.6%
   51     55.25     0.176    0.3%
   52     55.15      0.19    0.3%
   53     54.85     0.142    0.2%
   54     54.96     0.224    0.4%
   55      55.9     0.353    0.6%
   56     56.64     0.354    0.6%
   57     55.49      0.22    0.3%
   58     56.43     0.243    0.4%
   59     56.11     0.175    0.3%
   60     56.82     0.145    0.2%
   61     56.55     0.196    0.3%
   62     56.36     0.115    0.2%
   63     57.19      0.14    0.2%
   64     57.03     0.259    0.4%
   65     57.07     0.172    0.3%
   66     57.13      0.25    0.4%
   67     57.06     0.086    0.1%
   68     58.11     0.259    0.4%
   69     58.14     0.164    0.2%
   70     58.04     0.211    0.3%
   71     59.11     0.197    0.3%
   72     58.03     0.094    0.1%
   73     59.05     0.355    0.6%
   74     58.84     0.273    0.4%
   75      59.5     0.221    0.3%
   76     59.77     0.244    0.4%
   77     59.77     0.213    0.3%
   78     59.81     0.208    0.3%
   79     60.13     0.228    0.3%
   80     59.77     0.258    0.4%
   81     61.04     0.412    0.6%
   82     60.44     0.256    0.4%
   83     61.37     0.615    1.0%
   84     60.73     0.177    0.2%
   85     61.01     0.187    0.3%
   86     61.98     0.226    0.3%
   87     62.66     0.206    0.3%
   88     62.87     0.183    0.2%
   89      63.3     0.258    0.4%
   90     63.09     0.151    0.2%
   91     63.46     0.207    0.3%
   92     63.37     0.186    0.2%
   93     62.83     0.305    0.4%
   94      63.6     0.197    0.3%
   95     64.43     0.202    0.3%
   96     63.95     0.189    0.2%
   97     63.87     0.218    0.3%
   98     64.41     0.156    0.2%
   99      65.2     0.311    0.4%
  100     65.27     0.311    0.4%

Quality and confidence:
param     error
m             0

Model:
Time ~=    42.99
    + m    0.222
              µs

Reads = 2 + (0 * m)
Writes = 1 + (0 * m)
Pallet: "pallet_collective", Extrinsic: "close_early_disapproved", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    50.12
    + m    0.183
    + p    0.374
              µs

Reads = 3 + (0 * m) + (0 * p)
Writes = 3 + (0 * m) + (0 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    m     p   mean µs  sigma µs       %
    4   100     88.84      0.53    0.5%
    5   100     87.48     0.078    0.0%
    6   100      87.9     0.162    0.1%
    7   100     88.19     0.094    0.1%
    8   100     88.56     0.107    0.1%
    9   100     89.01      0.23    0.2%
   10   100     88.61     0.148    0.1%
   11   100     89.76     0.142    0.1%
   12   100     88.28     0.165    0.1%
   13   100     90.53     0.145    0.1%
   14   100     89.49     0.106    0.1%
   15   100     89.92     0.149    0.1%
   16   100     89.89     0.122    0.1%
   17   100     90.36     0.208    0.2%
   18   100     90.11     0.134    0.1%
   19   100     90.88     0.094    0.1%
   20   100     91.42     0.443    0.4%
   21   100     91.28     0.105    0.1%
   22   100     91.02     0.088    0.0%
   23   100     90.86     0.145    0.1%
   24   100     92.11     0.126    0.1%
   25   100     91.69       0.1    0.1%
   26   100      91.6      0.12    0.1%
   27   100     91.83     0.138    0.1%
   28   100     91.92     0.136    0.1%
   29   100     93.05     0.219    0.2%
   30   100      92.6     0.197    0.2%
   31   100     93.18     0.187    0.2%
   32   100     93.72     0.093    0.0%
   33   100     97.52     0.225    0.2%
   34   100     94.54      0.28    0.2%
   35   100     95.05     0.152    0.1%
   36   100     94.96     0.163    0.1%
   37   100        94     0.095    0.1%
   38   100     94.13     0.176    0.1%
   39   100     95.59     0.172    0.1%
   40   100     95.17     0.132    0.1%
   41   100      95.6     0.062    0.0%
   42   100     95.56     0.122    0.1%
   43   100     96.53     0.057    0.0%
   44   100     95.98     0.119    0.1%
   45   100     96.57     0.091    0.0%
   46   100     96.44     0.126    0.1%
   47   100     96.62     0.141    0.1%
   48   100     96.03     0.177    0.1%
   49   100     97.66     0.095    0.0%
   50   100     96.86     0.086    0.0%
   51   100     97.71     0.165    0.1%
   52   100     97.89       0.1    0.1%
   53   100     97.66     0.239    0.2%
   54   100     97.76     0.075    0.0%
   55   100     98.22     0.122    0.1%
   56   100     98.91     0.106    0.1%
   57   100     98.99     0.193    0.1%
   58   100     97.55     0.138    0.1%
   59   100     97.66     0.172    0.1%
   60   100     99.46     0.179    0.1%
   61   100     99.02     0.094    0.0%
   62   100     99.44     0.172    0.1%
   63   100     99.18     0.113    0.1%
   64   100       100     0.332    0.3%
   65   100      99.9     0.188    0.1%
   66   100     100.5     0.158    0.1%
   67   100     99.89     0.146    0.1%
   68   100     99.94     0.092    0.0%
   69   100     100.5     0.153    0.1%
   70   100     101.1     0.391    0.3%
   71   100     100.9     0.098    0.0%
   72   100     100.5     0.118    0.1%
   73   100     100.8     0.108    0.1%
   74   100     101.4     0.079    0.0%
   75   100     101.1     0.087    0.0%
   76   100     101.8     0.181    0.1%
   77   100     100.8     0.217    0.2%
   78   100     102.1     0.148    0.1%
   79   100       106     6.036    5.6%
   80   100     102.4     0.124    0.1%
   81   100     102.7     0.153    0.1%
   82   100     101.9       0.1    0.0%
   83   100     102.2     0.121    0.1%
   84   100     102.9     0.083    0.0%
   85   100     102.7     0.082    0.0%
   86   100     102.7     0.127    0.1%
   87   100     103.1      0.11    0.1%
   88   100     102.9     0.072    0.0%
   89   100     102.3     0.066    0.0%
   90   100     104.4     0.075    0.0%
   91   100     103.8     0.184    0.1%
   92   100     103.5     0.209    0.2%
   93   100     104.3     0.138    0.1%
   94   100     104.7     0.164    0.1%
   95   100       105     0.123    0.1%
   96   100     104.2     0.114    0.1%
   97   100     104.4     0.123    0.1%
   98   100     105.2     0.103    0.0%
   99   100     105.2     0.115    0.1%
  100     1     66.81     0.164    0.2%
  100     2     69.08     0.137    0.1%
  100     3     70.26     0.127    0.1%
  100     4     70.52      0.16    0.2%
  100     5     70.99     0.113    0.1%
  100     6     70.65     0.139    0.1%
  100     7     71.63     0.103    0.1%
  100     8     72.18     0.152    0.2%
  100     9     71.73     0.087    0.1%
  100    10     73.65     0.101    0.1%
  100    11     73.71     0.118    0.1%
  100    12     74.03     0.091    0.1%
  100    13      73.4     0.135    0.1%
  100    14     74.41     0.117    0.1%
  100    15     75.07     0.125    0.1%
  100    16     76.22     0.218    0.2%
  100    17     76.19     0.088    0.1%
  100    18     76.47      0.09    0.1%
  100    19     77.04     0.127    0.1%
  100    20     76.52     0.106    0.1%
  100    21     77.41     0.116    0.1%
  100    22     78.21     0.117    0.1%
  100    23     78.49      0.19    0.2%
  100    24     79.24     0.143    0.1%
  100    25     78.98     0.119    0.1%
  100    26     79.61     0.399    0.5%
  100    27     78.76     0.117    0.1%
  100    28        80     0.105    0.1%
  100    29      80.7     0.087    0.1%
  100    30     81.08     0.102    0.1%
  100    31      81.6     0.117    0.1%
  100    32     81.57     0.067    0.0%
  100    33     83.77      0.27    0.3%
  100    34     83.24     0.094    0.1%
  100    35     84.11     0.108    0.1%
  100    36     84.66     0.144    0.1%
  100    37     84.55     0.099    0.1%
  100    38     84.78     0.095    0.1%
  100    39     85.73     0.087    0.1%
  100    40     86.51     0.156    0.1%
  100    41     86.87      1.33    1.5%
  100    42     87.47     0.606    0.6%
  100    43     88.24     0.873    0.9%
  100    44     88.86     0.389    0.4%
  100    45     88.58     0.787    0.8%
  100    46     87.27     0.145    0.1%
  100    47     88.15     0.085    0.0%
  100    48     88.19     0.155    0.1%
  100    49     87.85     0.153    0.1%
  100    50     89.19     0.151    0.1%
  100    51     89.22     0.118    0.1%
  100    52     88.64     0.046    0.0%
  100    53     89.57     0.099    0.1%
  100    54     89.48     0.131    0.1%
  100    55      90.8     0.127    0.1%
  100    56     91.14      0.15    0.1%
  100    57     91.16     0.121    0.1%
  100    58     91.38     0.139    0.1%
  100    59     92.27     0.114    0.1%
  100    60     91.97     0.178    0.1%
  100    61     92.71     0.153    0.1%
  100    62     93.37     0.102    0.1%
  100    63     93.95     0.165    0.1%
  100    64     93.39     0.258    0.2%
  100    65     93.49     0.125    0.1%
  100    66     93.33      0.13    0.1%
  100    67     94.26     0.178    0.1%
  100    68     93.44     0.157    0.1%
  100    69     96.13     0.503    0.5%
  100    70     96.81     0.101    0.1%
  100    71      97.1      0.09    0.0%
  100    72     96.87     0.117    0.1%
  100    73     97.64     0.165    0.1%
  100    74     98.18     0.172    0.1%
  100    75     98.63     0.116    0.1%
  100    76     98.34     0.169    0.1%
  100    77     99.64     0.152    0.1%
  100    78     98.61     0.085    0.0%
  100    79     99.54     0.101    0.1%
  100    80     100.1     0.158    0.1%
  100    81      99.5     0.085    0.0%
  100    82     99.31     0.166    0.1%
  100    83     100.6     0.167    0.1%
  100    84     101.5     0.148    0.1%
  100    85     101.2     0.135    0.1%
  100    86     101.5     0.119    0.1%
  100    87     101.8     0.112    0.1%
  100    88       102     0.189    0.1%
  100    89     102.3     0.089    0.0%
  100    90     102.7     0.158    0.1%
  100    91     103.6     0.129    0.1%
  100    92     104.2     0.115    0.1%
  100    93     104.4     0.061    0.0%
  100    94     104.1     0.119    0.1%
  100    95     103.9     0.154    0.1%
  100    96     104.8     0.157    0.1%
  100    97     105.5     0.163    0.1%
  100    98     105.7     0.132    0.1%
  100    99     106.7     0.194    0.1%
  100   100     105.8     0.289    0.2%

Quality and confidence:
param     error
m             0
p             0

Model:
Time ~=    50.67
    + m    0.194
    + p    0.365
              µs

Reads = 3 + (0 * m) + (0 * p)
Writes = 3 + (0 * m) + (0 * p)
Pallet: "pallet_collective", Extrinsic: "close_early_approved", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     69.9
    + b    0.001
    + m    0.183
    + p    0.533
              µs

Reads = 4 + (0 * b) + (0 * m) + (0 * p)
Writes = 3 + (0 * b) + (0 * m) + (0 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    b     m     p   mean µs  sigma µs       %
    1   100   100     145.1     0.408    0.2%
   21   100   100     141.5     0.839    0.5%
   41   100   100     143.1     0.273    0.1%
   61   100   100     141.7     0.161    0.1%
   81   100   100     142.3     0.143    0.1%
  101   100   100     142.3     0.231    0.1%
  121   100   100     141.3     0.082    0.0%
  141   100   100     140.8     0.153    0.1%
  161   100   100     141.5     0.184    0.1%
  181   100   100     142.3     0.283    0.1%
  201   100   100     140.5     0.261    0.1%
  221   100   100     141.3     0.247    0.1%
  241   100   100     142.3      0.24    0.1%
  261   100   100     140.9     0.246    0.1%
  281   100   100     141.7      0.18    0.1%
  301   100   100     141.3     0.191    0.1%
  321   100   100     141.3     0.153    0.1%
  341   100   100     142.1     0.118    0.0%
  361   100   100     141.6     0.175    0.1%
  381   100   100     142.3     0.103    0.0%
  401   100   100     142.1     0.275    0.1%
  421   100   100     142.8     0.193    0.1%
  441   100   100     142.1     0.188    0.1%
  461   100   100     142.8     0.261    0.1%
  481   100   100     144.2     0.153    0.1%
  501   100   100     144.2     0.185    0.1%
  521   100   100     142.1     0.151    0.1%
  541   100   100       142     0.151    0.1%
  561   100   100     142.3      0.15    0.1%
  581   100   100     142.2     0.277    0.1%
  601   100   100     142.8     0.212    0.1%
  621   100   100     143.6     0.145    0.1%
  641   100   100     143.1     0.338    0.2%
  661   100   100     142.4     0.162    0.1%
  681   100   100     138.1     4.866    3.5%
  701   100   100     143.6     0.167    0.1%
  721   100   100     141.6     3.008    2.1%
  741   100   100     133.2     0.657    0.4%
  761   100   100     143.9      0.26    0.1%
  781   100   100     134.6     0.826    0.6%
  801   100   100     132.8     0.149    0.1%
  821   100   100     133.2     0.497    0.3%
  841   100   100     136.8     2.789    2.0%
  861   100   100     133.7     0.247    0.1%
  881   100   100     134.1      0.14    0.1%
  901   100   100     132.9     0.126    0.0%
  921   100   100       144     0.315    0.2%
  941   100   100     144.2     0.186    0.1%
  961   100   100     144.3     0.187    0.1%
  981   100   100     143.6     0.132    0.0%
 1001   100   100     144.7     0.196    0.1%
 1021   100   100     144.9     0.267    0.1%
 1024     4   100       127     0.175    0.1%
 1024     5   100     127.6     0.088    0.0%
 1024     6   100     127.4     0.158    0.1%
 1024     7   100     127.2     0.137    0.1%
 1024     8   100     127.9     0.198    0.1%
 1024     9   100     128.7      0.18    0.1%
 1024    10   100     128.3     0.191    0.1%
 1024    11   100     128.5     0.211    0.1%
 1024    12   100     128.4     0.115    0.0%
 1024    13   100     129.1     0.204    0.1%
 1024    14   100     129.3     0.243    0.1%
 1024    15   100     129.7     0.177    0.1%
 1024    16   100     129.2     0.329    0.2%
 1024    17   100     130.1     0.235    0.1%
 1024    18   100     130.6     0.125    0.0%
 1024    19   100     130.2      0.15    0.1%
 1024    20   100     130.6     0.157    0.1%
 1024    21   100     130.1     0.237    0.1%
 1024    22   100     130.1     0.159    0.1%
 1024    23   100     130.5     0.242    0.1%
 1024    24   100     130.3     0.191    0.1%
 1024    25   100     131.1     0.174    0.1%
 1024    26   100     131.3     0.144    0.1%
 1024    27   100     131.5     0.253    0.1%
 1024    28   100       132     0.299    0.2%
 1024    29   100     131.4     0.178    0.1%
 1024    30   100       132     0.194    0.1%
 1024    31   100     132.3     0.163    0.1%
 1024    32   100     132.7     0.332    0.2%
 1024    33   100     133.2     0.166    0.1%
 1024    34   100     133.9     0.152    0.1%
 1024    35   100     133.4     0.438    0.3%
 1024    36   100     133.9     0.233    0.1%
 1024    37   100     134.6      0.15    0.1%
 1024    38   100     134.1     0.347    0.2%
 1024    39   100     135.1     0.164    0.1%
 1024    40   100     134.4     0.192    0.1%
 1024    41   100     135.3     0.215    0.1%
 1024    42   100     135.5     0.188    0.1%
 1024    43   100     135.3     0.353    0.2%
 1024    44   100     135.9     0.177    0.1%
 1024    45   100     135.7      0.18    0.1%
 1024    46   100       136     0.284    0.2%
 1024    47   100     135.7     0.231    0.1%
 1024    48   100     136.1     0.205    0.1%
 1024    49   100     135.9     0.195    0.1%
 1024    50   100     136.5     0.193    0.1%
 1024    51   100     136.7       0.2    0.1%
 1024    52   100     137.3     0.404    0.2%
 1024    53   100     136.4     0.152    0.1%
 1024    54   100     136.4     0.289    0.2%
 1024    55   100     136.7     0.297    0.2%
 1024    56   100     136.8      0.11    0.0%
 1024    57   100     137.6     0.679    0.4%
 1024    58   100     137.4     0.181    0.1%
 1024    59   100     137.1     0.342    0.2%
 1024    60   100     136.5     0.324    0.2%
 1024    61   100     138.4     0.228    0.1%
 1024    62   100     138.3       0.1    0.0%
 1024    63   100     138.8     0.127    0.0%
 1024    64   100     137.1     0.184    0.1%
 1024    65   100       139     0.277    0.1%
 1024    66   100     139.4      0.18    0.1%
 1024    67   100     139.9     0.332    0.2%
 1024    68   100     139.5     0.252    0.1%
 1024    69   100     140.1     0.212    0.1%
 1024    70   100     139.9      0.45    0.3%
 1024    71   100     138.5     0.188    0.1%
 1024    72   100     138.6     0.254    0.1%
 1024    73   100     140.6     0.194    0.1%
 1024    74   100     140.6     0.203    0.1%
 1024    75   100     139.8      0.21    0.1%
 1024    76   100     140.8      0.19    0.1%
 1024    77   100     143.4     1.613    1.1%
 1024    78   100     141.2     0.965    0.6%
 1024    79   100     143.7     4.329    3.0%
 1024    80   100     141.5     0.168    0.1%
 1024    81   100     141.5     0.174    0.1%
 1024    82   100     142.1     0.263    0.1%
 1024    83   100       142     0.358    0.2%
 1024    84   100       142     0.208    0.1%
 1024    85   100     142.3     0.304    0.2%
 1024    86   100     141.1     0.182    0.1%
 1024    87   100     143.2     0.141    0.0%
 1024    88   100     141.2     0.237    0.1%
 1024    89   100     143.1     0.189    0.1%
 1024    90   100     142.2     0.141    0.0%
 1024    91   100     143.1     0.332    0.2%
 1024    92   100     143.4      0.21    0.1%
 1024    93   100     143.5     0.164    0.1%
 1024    94   100     144.1     0.233    0.1%
 1024    95   100     143.3     0.285    0.1%
 1024    96   100     144.5     0.259    0.1%
 1024    97   100     143.2     0.169    0.1%
 1024    98   100     143.9     0.293    0.2%
 1024    99   100     145.4     0.247    0.1%
 1024   100     1     89.67     0.315    0.3%
 1024   100     2     91.15     0.201    0.2%
 1024   100     3     92.94     0.136    0.1%
 1024   100     4     94.23     0.269    0.2%
 1024   100     5     94.15     0.206    0.2%
 1024   100     6     95.39     0.159    0.1%
 1024   100     7     96.56      0.16    0.1%
 1024   100     8     96.82      0.19    0.1%
 1024   100     9     97.15     0.124    0.1%
 1024   100    10     98.17     0.165    0.1%
 1024   100    11     98.13     0.186    0.1%
 1024   100    12       100     0.143    0.1%
 1024   100    13     99.69     0.155    0.1%
 1024   100    14     101.2     0.215    0.2%
 1024   100    15     101.1     0.296    0.2%
 1024   100    16     101.2     0.187    0.1%
 1024   100    17     102.4     0.167    0.1%
 1024   100    18     103.3     0.166    0.1%
 1024   100    19     103.5     0.862    0.8%
 1024   100    20     105.1     0.151    0.1%
 1024   100    21     105.6     0.096    0.0%
 1024   100    22     105.8     0.192    0.1%
 1024   100    23     106.2     0.283    0.2%
 1024   100    24       106     0.127    0.1%
 1024   100    25       106     0.154    0.1%
 1024   100    26       107     0.088    0.0%
 1024   100    27     106.8     0.247    0.2%
 1024   100    28     108.1     0.167    0.1%
 1024   100    29     108.1     0.146    0.1%
 1024   100    30     109.8     0.164    0.1%
 1024   100    31     110.8     0.169    0.1%
 1024   100    32     110.4     0.113    0.1%
 1024   100    33     110.8     0.161    0.1%
 1024   100    34     112.7      0.19    0.1%
 1024   100    35     113.9     0.143    0.1%
 1024   100    36       114      0.22    0.1%
 1024   100    37     114.3     0.251    0.2%
 1024   100    38       115     0.241    0.2%
 1024   100    39     115.5     0.123    0.1%
 1024   100    40     116.7     0.171    0.1%
 1024   100    41     117.8     0.294    0.2%
 1024   100    42     116.6     0.636    0.5%
 1024   100    43     118.3     0.139    0.1%
 1024   100    44     117.8     0.406    0.3%
 1024   100    45     118.4     0.184    0.1%
 1024   100    46     120.8     1.688    1.3%
 1024   100    47     121.2      0.19    0.1%
 1024   100    48     120.4     0.177    0.1%
 1024   100    49     120.3     0.249    0.2%
 1024   100    50     138.2     2.026    1.4%
 1024   100    51     122.6     0.913    0.7%
 1024   100    52     121.6     0.107    0.0%
 1024   100    53     122.9     0.111    0.0%
 1024   100    54     121.4      0.12    0.0%
 1024   100    55     124.4      0.28    0.2%
 1024   100    56     124.3     0.127    0.1%
 1024   100    57     123.6     0.198    0.1%
 1024   100    58     124.1     0.174    0.1%
 1024   100    59     125.3     0.159    0.1%
 1024   100    60     125.4     0.186    0.1%
 1024   100    61     126.1     0.218    0.1%
 1024   100    62     126.2     0.071    0.0%
 1024   100    63     126.9      0.19    0.1%
 1024   100    64     126.9     0.242    0.1%
 1024   100    65     127.5       0.2    0.1%
 1024   100    66     128.3     0.203    0.1%
 1024   100    67     127.1     0.166    0.1%
 1024   100    68     129.3     0.233    0.1%
 1024   100    69     130.7     0.858    0.6%
 1024   100    70     131.9     0.172    0.1%
 1024   100    71     131.7     0.256    0.1%
 1024   100    72     131.7     0.282    0.2%
 1024   100    73       133     0.134    0.1%
 1024   100    74     132.7     0.169    0.1%
 1024   100    75     133.5      0.11    0.0%
 1024   100    76     134.4     0.261    0.1%
 1024   100    77     134.6      0.22    0.1%
 1024   100    78     135.8     0.132    0.0%
 1024   100    79     136.2     0.232    0.1%
 1024   100    80     136.7     0.252    0.1%
 1024   100    81     137.8     0.261    0.1%
 1024   100    82     136.2     0.245    0.1%
 1024   100    83     136.4     0.179    0.1%
 1024   100    84     138.8     0.234    0.1%
 1024   100    85     138.3     0.137    0.0%
 1024   100    86     139.3     0.188    0.1%
 1024   100    87     139.4     0.169    0.1%
 1024   100    88     140.5     0.196    0.1%
 1024   100    89     140.2     0.213    0.1%
 1024   100    90     140.4     0.414    0.2%
 1024   100    91     139.3     0.199    0.1%
 1024   100    92     140.7     0.143    0.1%
 1024   100    93     141.1     0.226    0.1%
 1024   100    94     142.2     0.099    0.0%
 1024   100    95     142.9     0.237    0.1%
 1024   100    96     142.7     0.201    0.1%
 1024   100    97     144.9     0.152    0.1%
 1024   100    98     144.3     0.205    0.1%
 1024   100    99     145.9     0.268    0.1%
 1024   100   100     145.4     0.221    0.1%

Quality and confidence:
param     error
b             0
m         0.002
p         0.002

Model:
Time ~=    72.65
    + b    0.004
    + m    0.176
    + p      0.5
              µs

Reads = 4 + (0 * b) + (0 * m) + (0 * p)
Writes = 3 + (0 * b) + (0 * m) + (0 * p)
Pallet: "pallet_collective", Extrinsic: "close_disapproved", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    56.92
    + m    0.188
    + p    0.527
              µs

Reads = 4 + (0 * m) + (0 * p)
Writes = 3 + (0 * m) + (0 * p)
Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    m     p   mean µs  sigma µs       %
    4   100     109.8     0.102    0.0%
   <truncated>...

Parity Bot and others added 3 commits July 13, 2021 05:25
…path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/collective/src/weights.rs --template=./.maintain/frame-weight-template.hbs
@shawntabrizi
Copy link
Member

/benchmark runtime pallet pallet_collective

…/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/collective/src/weights.rs --template=./.maintain/frame-weight-template.hbs
@paritytech paritytech deleted a comment from parity-benchapp bot Jul 13, 2021
@shawntabrizi
Copy link
Member

/benchmark runtime pallet pallet_treasury

@parity-benchapp
Copy link

parity-benchapp bot commented Jul 13, 2021

Finished benchmark for branch: zeke-retract-vote

Benchmark: Benchmark Runtime Pallet

cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/treasury/src/weights.rs --template=./.maintain/frame-weight-template.hbs

Results

Pallet: "pallet_treasury", Extrinsic: "propose_spend", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 42.32
µs

Reads = 1
Writes = 2
Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 42.32
µs

Reads = 1
Writes = 2
Pallet: "pallet_treasury", Extrinsic: "reject_proposal", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 39.63
µs

Reads = 2
Writes = 2
Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 39.63
µs

Reads = 2
Writes = 2
Pallet: "pallet_treasury", Extrinsic: "approve_proposal", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 13.76
+ p 0.139
µs

Reads = 2 + (0 * p)
Writes = 1 + (0 * p)
Min Squares Analysis

-- Extrinsic Time --

Data points distribution:
p mean µs sigma µs %
0 11.78 0.05 0.4%
1 12.5 0.057 0.4%
2 12.8 0.075 0.5%
3 13.35 0.063 0.4%
4 13.42 0.037 0.2%
5 13.65 0.043 0.3%
6 14.38 0.05 0.3%
7 14.18 0.078 0.5%
8 14.58 0.085 0.5%
9 15.14 0.082 0.5%
10 14.86 0.074 0.4%
11 15.44 0.054 0.3%
12 15.03 0.086 0.5%
13 15.52 0.059 0.3%
14 15.33 0.05 0.3%
15 15.43 0.089 0.5%
16 16.15 0.089 0.5%
17 15.84 0.076 0.4%
18 16.24 0.059 0.3%
19 16.49 0.069 0.4%
20 16.49 0.072 0.4%
21 16.94 0.089 0.5%
22 17.09 0.1 0.5%
23 17.38 0.054 0.3%
24 16.77 0.072 0.4%
25 17.26 0.08 0.4%
26 17.45 0.127 0.7%
27 17.66 0.054 0.3%
28 17.79 0.069 0.3%
29 17.86 0.059 0.3%
30 18.11 0.066 0.3%
31 18.37 0.074 0.4%
32 18.49 0.126 0.6%
33 18.53 0.088 0.4%
34 18.84 0.077 0.4%
35 18.95 0.069 0.3%
36 18.47 0.089 0.4%
37 19.29 0.128 0.6%
38 18.87 0.065 0.3%
39 19.45 0.151 0.7%
40 19.62 0.076 0.3%
41 19.9 0.051 0.2%
42 19.81 0.041 0.2%
43 20.13 0.055 0.2%
44 20.14 0.103 0.5%
45 20.02 0.093 0.4%
46 20.2 0.066 0.3%
47 20.32 0.074 0.3%
48 20.85 0.096 0.4%
49 20.88 0.097 0.4%
50 21.49 0.152 0.7%
51 21.45 0.142 0.6%
52 21 0.074 0.3%
53 21.13 0.094 0.4%
54 21.33 0.046 0.2%
55 21.88 0.135 0.6%
56 21.74 0.091 0.4%
57 21.88 0.095 0.4%
58 21.91 0.041 0.1%
59 22.41 0.118 0.5%
60 22.07 0.045 0.2%
61 22.27 0.059 0.2%
62 22.42 0.11 0.4%
63 22.67 0.084 0.3%
64 22.91 0.109 0.4%
65 22.89 0.072 0.3%
66 23.23 0.094 0.4%
67 23.08 0.129 0.5%
68 23.39 0.063 0.2%
69 23.41 0.097 0.4%
70 23.42 0.106 0.4%
71 24.12 0.099 0.4%
72 24.19 0.057 0.2%
73 23.85 0.132 0.5%
74 24.33 0.064 0.2%
75 24.05 0.103 0.4%
76 24.18 0.095 0.3%
77 24.4 0.118 0.4%
78 24.49 0.063 0.2%
79 24.61 0.076 0.3%
80 24.79 0.166 0.6%
81 24.43 2.088 8.5%
82 17.48 0.052 0.2%
83 25.19 0.121 0.4%
84 25.52 0.085 0.3%
85 25.4 0.094 0.3%
86 26.07 0.074 0.2%
87 25.49 0.085 0.3%
88 25.8 0.103 0.3%
89 17.39 0.094 0.5%
90 17.4 0.068 0.3%
91 17.39 0.067 0.3%
92 17.36 0.115 0.6%
93 24.6 3.45 14.0%
94 19.76 3.404 17.2%
95 26.6 0.144 0.5%
96 27.34 0.122 0.4%
97 27.07 0.16 0.5%
98 27.5 0.105 0.3%
99 24.49 2.422 9.8%

Quality and confidence:
param error
p 0.002

Model:
Time ~= 14.33
+ p 0.116
µs

Reads = 2 + (0 * p)
Writes = 1 + (0 * p)
Pallet: "pallet_treasury", Extrinsic: "on_initialize_proposals", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 54.69
+ p 59.48
µs

Reads = 2 + (3 * p)
Writes = 2 + (3 * p)
Min Squares Analysis

-- Extrinsic Time --

Data points distribution:
p mean µs sigma µs %
0 62.32 0.169 0.2%
2 184 0.279 0.1%
4 301.1 0.265 0.0%
6 417.7 0.465 0.1%
8 536.8 0.554 0.1%
10 655.8 1.08 0.1%
12 767.9 1.159 0.1%
14 887.6 1.418 0.1%
16 1005 1.268 0.1%
18 1129 1.354 0.1%
20 1241 0.636 0.0%
22 1361 1.508 0.1%
24 1479 1.424 0.0%
26 1592 1.417 0.0%
28 1714 3.37 0.1%
30 1838 3.933 0.2%
32 1951 1.339 0.0%
34 2074 1.363 0.0%
36 2197 2.849 0.1%
38 2314 2.511 0.1%
40 2426 2.793 0.1%
42 2552 2.498 0.0%
44 2674 3.431 0.1%
46 2788 3.018 0.1%
48 2903 3.731 0.1%
50 3018 2.755 0.0%
52 3137 2.587 0.0%
54 3253 2.473 0.0%
56 3379 1.449 0.0%
58 3489 2.257 0.0%
60 3607 2.93 0.0%
62 3727 2.716 0.0%
64 3835 2.943 0.0%
66 3970 5.083 0.1%
68 4094 4.932 0.1%
70 4213 4.394 0.1%
72 4335 4.288 0.0%
74 4478 4.652 0.1%
76 4565 5.861 0.1%
78 4696 5.783 0.1%
80 4820 8.53 0.1%
82 4941 7.087 0.1%
84 5057 3.622 0.0%
86 5192 6.247 0.1%
88 5324 6.053 0.1%
90 5430 9.647 0.1%
92 5552 8.713 0.1%
94 5666 9.04 0.1%
96 5765 8.448 0.1%
98 5898 6.311 0.1%
100 6021 9.883 0.1%

Quality and confidence:
param error
p 0.018

Model:
Time ~= 50.37
+ p 59.59
µs

Reads = 2 + (3 * p)
Writes = 2 + (3 * p)

…/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/treasury/src/weights.rs --template=./.maintain/frame-weight-template.hbs
@shawntabrizi
Copy link
Member

bot merge

@ghost
Copy link

ghost commented Jul 13, 2021

Waiting for commit status.

@ghost ghost merged commit b369ee4 into master Jul 13, 2021
@ghost ghost deleted the zeke-retract-vote branch July 13, 2021 07:34
@jakoblell jakoblell added D1-audited 👍 PR contains changes to fund-managing logic that has been properly reviewed and externally audited and removed D5-nicetohaveaudit ⚠️ PR contains trivial changes to logic that should be properly reviewed. labels Aug 16, 2021
@freehere107
Copy link

freehere107 commented Aug 20, 2021

@emostov Hello, Ask a question, is there any way to know whether the chain has updated this pr, subscan when propose is created, vote aye+1 by default

@emostov
Copy link
Contributor Author

emostov commented Aug 20, 2021

@freehere107 It is not on Polkadot or Kusama yet - it will be though once they update to runtime v9090 or above.

For something like this it should get listed in the release notes. I checked and its in v0.9.9 (see the notes here https://github.com/paritytech/polkadot/releases/tag/v0.9.9); which corresponds to runtime v9090 for polkadot & kusama. To figure out the current runtime you can query the RuntimeVersion, but even easier if going to polkadot.js apps and looking in the upper left hand corner. Both polkadot & kusama are on runtime v9080, so this change has not taken affect

@freehere107
Copy link

freehere107 commented Aug 20, 2021

For polkadot, kusama, this can be accurate to the spec version. But for other networks, we are not sure when they will merge this pr. I think this break change should be more convenient to add storage like the previous accountInfo update.

@shawntabrizi
Copy link
Member

@freehere107 you should be able to query the aye / nay from the storage directly rather than making this assumption.

@freehere107
Copy link

@freehere107 you should be able to query the aye / nay from the storage directly rather than making this assumption.

@shawntabrizi Yes, thank you for reminding me, votes can get from chain storage

This pull request was closed.
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. D1-audited 👍 PR contains changes to fund-managing logic that has been properly reviewed and externally audited
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add RetractVote to Council voting process
6 participants