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

Companion for #10356: Preimage registrar and Scheduler integration #4384

Merged
merged 23 commits into from Dec 12, 2021

Conversation

gavofyork
Copy link
Member

@gavofyork gavofyork commented Nov 26, 2021

Just adds the new Preimage pallet into the 3 runtimes and includes a migration for Scheduler pallet.

TODO:

  • Enable runtime migration

@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Nov 26, 2021
@gavofyork gavofyork added B7-runtimenoteworthy C1-low PR touches the given topic and has a low impact on builders. D9-needsaudit 👮 PR contains changes to fund-managing logic that should be properly reviewed and externally audited. E0-runtime_migration PR introduces code that might require downstream chains to run a runtime upgrade. labels Nov 26, 2021
@gavofyork
Copy link
Member Author

/benchmark runtime pallet pallet_scheduler

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

Results
2021-12-11 15:14:13 [0] 💸 generated 1 npos voters, 1 from validators and 0 nominators    
2021-12-11 15:14:13 Took active validators from set with wrong size    
2021-12-11 15:14:13 Took active validators from set with wrong size.    
2021-12-11 15:14:13 Took active validators from set with wrong size    
2021-12-11 15:14:15 panicked at 'not yet implemented', /home/benchbot/bench-bot/git/polkadot/runtime/polkadot/src/weights/pallet_scheduler.rs:101:9    
Error: 
   0: �[91mInvalid input: Error executing and verifying runtime benchmark: Other("Wasm execution trapped: wasm trap: unreachable\nwasm backtrace:\n    0: 0x3a37 - <unknown>!rust_begin_unwind\n    1: 0x368a - <unknown>!core::panicking::panic_fmt::h8f11323637b4db3b\n    2: 0x2d7c - <unknown>!core::panicking::panic::hc35917361a82c412\n    3: 0x3b1256 - <unknown>!<polkadot_runtime::weights::pallet_scheduler::WeightInfo<T> as pallet_scheduler::weights::WeightInfo>::on_initialize::h8b766c6804d34888\n    4: 0x2e6d9f - <unknown>!<pallet_scheduler::pallet::Pallet<T> as frame_support::traits::hooks::OnInitialize<<T as frame_system::pallet::Config>::BlockNumber>>::on_initialize::h013f4cf635000e35\n    5: 0x516ac4 - <unknown>!core::ops::function::FnOnce::call_once{{vtable.shim}}::h11ad833726612217\n    6: 0x206151 - <unknown>!<polkadot_runtime::Runtime as frame_benchmarking::utils::runtime_decl_for_Benchmark::Benchmark<sp_runtime::generic::block::Block<sp_runtime::generic::header::Header<u32,sp_runtime::traits::BlakeTwo256>,sp_runtime::generic::unchecked_extrinsic::UncheckedExtrinsic<sp_runtime::multiaddress::MultiAddress<<<sp_runtime::MultiSignature as sp_runtime::traits::Verify>::Signer as sp_runtime::traits::IdentifyAccount>::AccountId,()>,polkadot_runtime::Call,sp_runtime::MultiSignature,(frame_system::extensions::check_spec_version::CheckSpecVersion<polkadot_runtime::Runtime>,frame_system::extensions::check_tx_version::CheckTxVersion<polkadot_runtime::Runtime>,frame_system::extensions::check_genesis::CheckGenesis<polkadot_runtime::Runtime>,frame_system::extensions::check_mortality::CheckMortality<polkadot_runtime::Runtime>,frame_system::extensions::check_nonce::CheckNonce<polkadot_runtime::Runtime>,frame_system::extensions::check_weight::CheckWeight<polkadot_runtime::Runtime>,pallet_transaction_payment::ChargeTransactionPayment<polkadot_runtime::Runtime>,polkadot_runtime_common::claims::PrevalidateAttests<polkadot_runtime::Runtime>)>>>>::dispatch_benchmark::h550b7cbcdf0dd07e\n    7: 0x37de3d - <unknown>!Benchmark_dispatch_benchmark\n")�[0m

Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

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

@gavofyork
Copy link
Member Author

/benchmark runtime pallet pallet_preimage

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

Results
Pallet: "pallet_preimage", Extrinsic: "note_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     38.19      0.23    0.6%
83886     264.4     0.492    0.1%
167772     460.3     0.624    0.1%
251658     665.7     8.621    1.2%
335544     864.4      0.28    0.0%
419430      1086     16.08    1.4%
503316      1279     12.73    0.9%
587202      1481      10.3    0.6%
671088      1696     10.63    0.6%
754974      1905     10.35    0.5%
838860      2109     20.15    0.9%
922746      2318     9.583    0.4%
1006632      2523     12.68    0.5%
1090518      2745     16.57    0.6%
1174404      2958     19.34    0.6%
1258290      3152     11.65    0.3%
1342176      3374     17.89    0.5%
1426062      3605     15.36    0.4%
1509948      3807     16.41    0.4%
1593834      4035     18.39    0.4%
1677720      4240     12.43    0.2%
1761606      4440      16.8    0.3%
1845492      4661     9.489    0.2%
1929378      4897     23.21    0.4%
2013264      5129     20.28    0.3%
2097150      5439     15.79    0.2%
2181036      5569     27.44    0.4%
2264922      5769     17.49    0.3%
2348808      6000     20.82    0.3%
2432694      6209     20.25    0.3%
2516580      6442     14.11    0.2%
2600466      6658      26.1    0.3%
2684352      6873     17.47    0.2%
2768238      7108     14.91    0.2%
2852124      7325      16.6    0.2%
2936010      7522     16.49    0.2%
3019896      7774      23.2    0.2%
3103782      7987     26.39    0.3%
3187668      8935     17.85    0.1%
3271554      9175     27.51    0.2%
3355440      9434     17.88    0.1%
3439326      9672     29.11    0.3%
3523212      9917     19.21    0.1%
3607098     10140     35.65    0.3%
3690984     10400     29.34    0.2%
3774870     10640     48.03    0.4%
3858756     10870     36.76    0.3%
3942642     11110     36.48    0.3%
4026528     11350     23.66    0.2%
4110414     11620     28.58    0.2%
4194300     11010     57.02    0.5%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "note_requested_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:0)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     22.84     0.071    0.3%
83886     247.6     0.374    0.1%
167772     453.6     0.359    0.0%
251658     647.5     0.831    0.1%
335544     859.3     14.21    1.6%
419430      1060     13.55    1.2%
503316      1267     14.33    1.1%
587202      1468     10.43    0.7%
671088      1676      12.6    0.7%
754974      1885      15.3    0.8%
838860      2106     20.54    0.9%
922746      2302     15.25    0.6%
1006632      2515     16.29    0.6%
1090518      2741     14.43    0.5%
1174404      2930     15.13    0.5%
1258290      3152     20.89    0.6%
1342176      3358      12.8    0.3%
1426062      3576      14.2    0.3%
1509948      3800     14.17    0.3%
1593834      4025     15.38    0.3%
1677720      4227      9.51    0.2%
1761606      4450     20.08    0.4%
1845492      4638     15.08    0.3%
1929378      4907     25.18    0.5%
2013264      5093     13.38    0.2%
2097150      5437     21.46    0.3%
2181036      5542     14.41    0.2%
2264922      5755     15.61    0.2%
2348808      5989     26.84    0.4%
2432694      6204     26.11    0.4%
2516580      6423     18.25    0.2%
2600466      6647     28.44    0.4%
2684352      6852     16.65    0.2%
2768238      7102      30.2    0.4%
2852124      7314     10.89    0.1%
2936010      7516     16.08    0.2%
3019896      7752     27.59    0.3%
3103782      7980      38.3    0.4%
3187668      8220     25.21    0.3%
3271554      8385     21.47    0.2%
3355440      9379     32.14    0.3%
3439326      9640     25.25    0.2%
3523212      9902     49.35    0.4%
3607098     10120     37.01    0.3%
3690984     10340     29.95    0.2%
3774870     10600     24.32    0.2%
3858756     10890     52.17    0.4%
3942642     11060     36.97    0.3%
4026528     11320     36.25    0.3%
4110414     11590     33.21    0.2%
4194300     10870      21.4    0.1%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "note_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:0)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     20.78     0.122    0.5%
83886     248.7     3.389    1.3%
167772     448.5     13.46    3.0%
251658     644.5     0.609    0.0%
335544     862.6     12.31    1.4%
419430      1072     12.94    1.2%
503316      1263      15.1    1.1%
587202      1465      13.7    0.9%
671088      1674     13.74    0.8%
754974      1869     12.18    0.6%
838860      2087     15.35    0.7%
922746      2312     18.35    0.7%
1006632      2502     18.69    0.7%
1090518      2729     18.26    0.6%
1174404      2977     36.28    1.2%
1258290      3159     22.64    0.7%
1342176      3365     19.33    0.5%
1426062      3572     6.497    0.1%
1509948      3805     18.96    0.4%
1593834      4008     16.14    0.4%
1677720      4242     37.04    0.8%
1761606      4444     12.74    0.2%
1845492      4661     18.62    0.3%
1929378      4887     15.25    0.3%
2013264      5104     20.43    0.4%
2097150      5441     24.31    0.4%
2181036      5545     12.61    0.2%
2264922      5747     7.825    0.1%
2348808      5969     12.77    0.2%
2432694      6213      16.7    0.2%
2516580      6445     17.64    0.2%
2600466      6643     25.12    0.3%
2684352      6869      17.5    0.2%
2768238      7099     25.89    0.3%
2852124      7310     23.16    0.3%
2936010      7516      16.5    0.2%
3019896      7773     27.11    0.3%
3103782      7995     18.49    0.2%
3187668      8934     24.79    0.2%
3271554      9140     15.61    0.1%
3355440      9419     50.39    0.5%
3439326      9636     22.62    0.2%
3523212      9891     54.42    0.5%
3607098     10120     16.58    0.1%
3690984     10370     27.44    0.2%
3774870     10590      41.2    0.3%
3858756     10870     21.41    0.1%
3942642     11090     29.22    0.2%
4026528     11320     36.85    0.3%
4110414     11560     13.28    0.1%
4194300     10880     28.94    0.2%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "unnote_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    57.73
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    57.73
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unnote_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    36.68
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    36.68
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "request_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    54.44
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    54.44
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    34.86
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    34.86
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_unnoted_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    20.74
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    20.74
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_requested_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    7.543
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    7.543
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "unrequest_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    36.82
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    36.82
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unrequest_unnoted_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    21.58
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    21.58
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unrequest_multi_referenced_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    7.188
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    7.188
              µs

Reads = 1
Writes = 1


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

/benchmark runtime pallet pallet_scheduler

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

Results
2021-12-11 15:30:22 [0] 💸 generated 1 npos voters, 1 from validators and 0 nominators    
2021-12-11 15:30:22 Took active validators from set with wrong size    
2021-12-11 15:30:22 Took active validators from set with wrong size.    
2021-12-11 15:30:22 Took active validators from set with wrong size    
2021-12-11 15:30:24 panicked at 'not yet implemented', /home/benchbot/bench-bot/git/polkadot/runtime/polkadot/src/weights/pallet_scheduler.rs:101:9    
Error: 
   0: �[91mInvalid input: Error executing and verifying runtime benchmark: Other("Wasm execution trapped: wasm trap: unreachable\nwasm backtrace:\n    0: 0x3a37 - <unknown>!rust_begin_unwind\n    1: 0x368a - <unknown>!core::panicking::panic_fmt::h8f11323637b4db3b\n    2: 0x2d7c - <unknown>!core::panicking::panic::hc35917361a82c412\n    3: 0x3b1256 - <unknown>!<polkadot_runtime::weights::pallet_scheduler::WeightInfo<T> as pallet_scheduler::weights::WeightInfo>::on_initialize::h8b766c6804d34888\n    4: 0x2e6d9f - <unknown>!<pallet_scheduler::pallet::Pallet<T> as frame_support::traits::hooks::OnInitialize<<T as frame_system::pallet::Config>::BlockNumber>>::on_initialize::h013f4cf635000e35\n    5: 0x516ac4 - <unknown>!core::ops::function::FnOnce::call_once{{vtable.shim}}::h11ad833726612217\n    6: 0x206151 - <unknown>!<polkadot_runtime::Runtime as frame_benchmarking::utils::runtime_decl_for_Benchmark::Benchmark<sp_runtime::generic::block::Block<sp_runtime::generic::header::Header<u32,sp_runtime::traits::BlakeTwo256>,sp_runtime::generic::unchecked_extrinsic::UncheckedExtrinsic<sp_runtime::multiaddress::MultiAddress<<<sp_runtime::MultiSignature as sp_runtime::traits::Verify>::Signer as sp_runtime::traits::IdentifyAccount>::AccountId,()>,polkadot_runtime::Call,sp_runtime::MultiSignature,(frame_system::extensions::check_spec_version::CheckSpecVersion<polkadot_runtime::Runtime>,frame_system::extensions::check_tx_version::CheckTxVersion<polkadot_runtime::Runtime>,frame_system::extensions::check_genesis::CheckGenesis<polkadot_runtime::Runtime>,frame_system::extensions::check_mortality::CheckMortality<polkadot_runtime::Runtime>,frame_system::extensions::check_nonce::CheckNonce<polkadot_runtime::Runtime>,frame_system::extensions::check_weight::CheckWeight<polkadot_runtime::Runtime>,pallet_transaction_payment::ChargeTransactionPayment<polkadot_runtime::Runtime>,polkadot_runtime_common::claims::PrevalidateAttests<polkadot_runtime::Runtime>)>>>>::dispatch_benchmark::h550b7cbcdf0dd07e\n    7: 0x37de3d - <unknown>!Benchmark_dispatch_benchmark\n")�[0m

Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

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

@gavofyork
Copy link
Member Author

/benchmark runtime pallet pallet_scheduler

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

Results
Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    5.389
    + s    39.42
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1      50.8     0.096    0.1%
    2     92.02     0.314    0.3%
    3     128.4      1.12    0.8%
    4     165.7     0.511    0.3%
    5       207     1.798    0.8%
    6     243.2     0.572    0.2%
    7     279.4     0.854    0.3%
    8     317.7     0.621    0.1%
    9     359.8      2.97    0.8%
   10     398.5      1.22    0.3%
   11     435.5     1.107    0.2%
   12     470.6      0.52    0.1%
   13     508.5     0.846    0.1%
   14     555.8     5.435    0.9%
   15     585.8     1.405    0.2%
   16     625.6      9.01    1.4%
   17     673.3     1.296    0.1%
   18     717.3     10.69    1.4%
   19     758.7     11.75    1.5%
   20     788.3     3.109    0.3%
   21     836.7     12.79    1.5%
   22       872     11.55    1.3%
   23       904     2.736    0.3%
   24     946.6     7.481    0.7%
   25     979.7      2.09    0.2%
   26      1035     13.45    1.2%
   27      1067     12.68    1.1%
   28      1101     1.493    0.1%
   29      1142     12.54    1.0%
   30      1182     8.693    0.7%
   31      1233     9.619    0.7%
   32      1264     13.79    1.0%
   33      1306     2.521    0.1%
   34      1366     13.86    1.0%
   35      1394     14.29    1.0%
   36      1435     9.269    0.6%
   37      1482     14.22    0.9%
   38      1516     11.42    0.7%
   39      1566     13.65    0.8%
   40      1584      7.61    0.4%
   41      1648     14.41    0.8%
   42      1683     12.88    0.7%
   43      1693      10.9    0.6%
   44      1749     15.36    0.8%
   45      1790     16.91    0.9%
   46      1819     8.372    0.4%
   47      1855     7.507    0.4%
   48      1885     9.094    0.4%
   49      1937     0.753    0.0%
   50      1990     18.11    0.9%

Quality and confidence:
param     error
s         0.039

Model:
Time ~=    2.186
    + s    39.63
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    4.922
    + s    30.96
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     42.49     0.146    0.3%
    2     75.14     0.279    0.3%
    3     102.8     0.202    0.1%
    4     133.3     3.524    2.6%
    5       164     0.465    0.2%
    6     192.7     0.691    0.3%
    7     225.1     2.189    0.9%
    8     250.6     0.465    0.1%
    9     284.6       0.9    0.3%
   10     313.7     0.747    0.2%
   11       343     0.937    0.2%
   12     378.7     3.209    0.8%
   13     401.2     0.743    0.1%
   14     430.4     0.831    0.1%
   15     460.1     1.735    0.3%
   16     490.6      1.21    0.2%
   17     530.5     0.691    0.1%
   18     559.6     0.745    0.1%
   19     587.4     1.038    0.1%
   20     622.5     7.912    1.2%
   21     648.5     1.271    0.1%
   22     679.6     4.898    0.7%
   23     711.4     1.395    0.1%
   24     744.6     7.341    0.9%
   25     780.2     11.28    1.4%
   26     803.3     6.107    0.7%
   27     827.1     1.439    0.1%
   28       865     6.021    0.6%
   29     897.7     8.956    0.9%
   30     927.3     12.95    1.3%
   31       955     2.852    0.2%
   32     982.4     11.63    1.1%
   33      1030     10.24    0.9%
   34      1064     11.81    1.1%
   35      1108     14.84    1.3%
   36      1132     13.89    1.2%
   37      1151     10.99    0.9%
   38      1187     9.251    0.7%
   39      1222     16.52    1.3%
   40      1248     14.81    1.1%
   41      1295     12.02    0.9%
   42      1311     10.09    0.7%
   43      1366     7.414    0.5%
   44      1364     7.698    0.5%
   45      1400     10.91    0.7%
   46      1434     15.68    1.0%
   47      1468     15.95    1.0%
   48      1505     16.84    1.1%
   49      1543     3.925    0.2%
   50      1584     5.186    0.3%

Quality and confidence:
param     error
s         0.038

Model:
Time ~=        0
    + s    31.26
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    8.789
    + s    33.97
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     46.26     0.133    0.2%
    2     80.25     0.283    0.3%
    3     113.7     0.441    0.3%
    4     145.9     0.412    0.2%
    5     182.7     0.839    0.4%
    6     213.4     0.489    0.2%
    7     245.4     0.546    0.2%
    8     278.7     0.516    0.1%
    9     316.9     1.313    0.4%
   10     348.5      3.12    0.8%
   11     382.2     0.658    0.1%
   12     418.4     2.815    0.6%
   13     447.9     0.545    0.1%
   14     475.8     11.64    2.4%
   15     504.8     0.856    0.1%
   16     537.8     2.923    0.5%
   17     581.6     0.806    0.1%
   18     616.9     6.212    1.0%
   19     662.3      15.3    2.3%
   20     684.4     5.557    0.8%
   21     715.8     9.018    1.2%
   22       746     4.492    0.6%
   23     782.7     4.972    0.6%
   24     817.7     11.35    1.3%
   25     851.6     11.73    1.3%
   26     889.5     13.91    1.5%
   27     923.5     15.44    1.6%
   28     941.1     1.838    0.1%
   29       983     11.29    1.1%
   30      1006     1.498    0.1%
   31      1051     10.67    1.0%
   32      1084     13.94    1.2%
   33      1143     14.38    1.2%
   34      1171     12.54    1.0%
   35      1203      10.9    0.9%
   36      1251      14.9    1.1%
   37      1274     12.96    1.0%
   38      1299     9.075    0.6%
   39      1339     11.16    0.8%
   40      1374     12.98    0.9%
   41      1425     12.08    0.8%
   42      1456     12.93    0.8%
   43      1468     5.686    0.3%
   44      1506     11.42    0.7%
   45      1548     12.94    0.8%
   46      1571     14.83    0.9%
   47      1607     12.79    0.7%
   48      1636     12.89    0.7%
   49      1686     12.94    0.7%
   50      1720     11.76    0.6%

Quality and confidence:
param     error
s          0.04

Model:
Time ~=    3.837
    + s    34.17
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    7.105
    + s    28.68
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     40.09     0.131    0.3%
    2     70.51       0.3    0.4%
    3     97.83     0.177    0.1%
    4     122.5     0.353    0.2%
    5     153.1     0.331    0.2%
    6     181.8     1.602    0.8%
    7     207.6     0.537    0.2%
    8     234.2     0.482    0.2%
    9     264.7     0.433    0.1%
   10     292.7     1.263    0.4%
   11     320.5     3.654    1.1%
   12     347.4     0.863    0.2%
   13     374.2      0.75    0.2%
   14     401.7     0.888    0.2%
   15     427.8     0.707    0.1%
   16     458.7     2.755    0.6%
   17     495.5     3.303    0.6%
   18     521.7     3.056    0.5%
   19     547.9     0.786    0.1%
   20     576.4     2.803    0.4%
   21     615.7      13.1    2.1%
   22     639.4     10.13    1.5%
   23       664     3.298    0.4%
   24     690.7     2.624    0.3%
   25     718.4     3.675    0.5%
   26       746     1.611    0.2%
   27     773.6     2.898    0.3%
   28     804.5      7.19    0.8%
   29     828.6     8.494    1.0%
   30     861.7     10.87    1.2%
   31     888.4        10    1.1%
   32     928.1     14.47    1.5%
   33     959.6     7.585    0.7%
   34     989.8     10.43    1.0%
   35      1025     11.68    1.1%
   36      1051     10.72    1.0%
   37      1079     14.11    1.3%
   38      1104     7.854    0.7%
   39      1131     9.578    0.8%
   40      1161     12.57    1.0%
   41      1188     9.598    0.8%
   42      1228     13.95    1.1%
   43      1247     14.34    1.1%
   44      1283     14.37    1.1%
   45      1304     14.16    1.0%
   46      1327     11.63    0.8%
   47      1386     1.928    0.1%
   48      1396     12.98    0.9%
   49      1408     12.87    0.9%
   50      1436     13.84    0.9%

Quality and confidence:
param     error
s         0.034

Model:
Time ~=    2.999
    + s    28.91
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    9.447
    + s    14.78
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     23.41     0.119    0.5%
    2     38.76     0.151    0.3%
    3     53.71     0.155    0.2%
    4     68.32     0.177    0.2%
    5     84.46     0.562    0.6%
    6     99.19     0.145    0.1%
    7     113.6     0.245    0.2%
    8     124.6      0.34    0.2%
    9       144     0.845    0.5%
   10     157.6     0.259    0.1%
   11     171.3     0.275    0.1%
   12     185.5     0.687    0.3%
   13       200     0.426    0.2%
   14     213.8     0.544    0.2%
   15     228.1     0.382    0.1%
   16     240.5     0.353    0.1%
   17     263.4     0.791    0.3%
   18     278.5     0.528    0.1%
   19     293.5     4.291    1.4%
   20     308.6     4.202    1.3%
   21     319.9     0.475    0.1%
   22       333     0.573    0.1%
   23     347.3       0.7    0.2%
   24     360.2     0.586    0.1%
   25     374.1     0.502    0.1%
   26     388.3     0.465    0.1%
   27     403.8      0.61    0.1%
   28     420.3     7.941    1.8%
   29     430.3     0.683    0.1%
   30     443.6     2.679    0.6%
   31     458.9     1.087    0.2%
   32     473.6     1.366    0.2%
   33     513.2     11.59    2.2%
   34     519.2     1.294    0.2%
   35     538.1      7.78    1.4%
   36     544.4     1.259    0.2%
   37     562.8     4.325    0.7%
   38     575.2     1.004    0.1%
   39     589.5     1.613    0.2%
   40     605.6     5.638    0.9%
   41     612.5     0.704    0.1%
   42     630.3     1.026    0.1%
   43     646.6     4.971    0.7%
   44     663.2     10.62    1.6%
   45     671.4     1.575    0.2%
   46     684.5     3.966    0.5%
   47     701.6     5.264    0.7%
   48       717     8.793    1.2%
   49     742.5     11.31    1.5%
   50     764.9      14.4    1.8%

Quality and confidence:
param     error
s         0.021

Model:
Time ~=    7.551
    + s    14.86
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)

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

Model:
Time ~=    10.15
    + s    9.921
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     18.08     0.102    0.5%
    2     28.58     0.147    0.5%
    3     38.66     0.091    0.2%
    4     48.19     0.129    0.2%
    5     60.23     0.187    0.3%
    6     69.84     0.094    0.1%
    7     79.07     0.199    0.2%
    8     88.46     0.214    0.2%
    9     100.4     0.265    0.2%
   10     111.6      0.26    0.2%
   11     121.2     0.152    0.1%
   12     130.5     0.151    0.1%
   13       137     0.253    0.1%
   14     148.6     2.982    2.0%
   15     154.1     0.382    0.2%
   16     167.4     0.306    0.1%
   17     182.4     0.274    0.1%
   18     191.4       0.5    0.2%
   19     200.5     0.368    0.1%
   20     208.8     0.405    0.1%
   21     218.7     0.179    0.0%
   22     227.8     0.331    0.1%
   23     237.7     0.378    0.1%
   24       246     0.251    0.1%
   25     253.9     0.629    0.2%
   26     263.8     0.409    0.1%
   27     273.4     0.576    0.2%
   28     286.7     3.664    1.2%
   29     292.5     1.321    0.4%
   30     299.4     0.303    0.1%
   31     309.2     0.646    0.2%
   32     317.7     0.647    0.2%
   33     343.5     0.785    0.2%
   34     354.2     0.833    0.2%
   35     369.9     2.946    0.7%
   36     372.1     0.833    0.2%
   37     380.6      1.13    0.2%
   38     389.2     1.029    0.2%
   39       402     3.751    0.9%
   40       410     4.772    1.1%
   41     416.7     1.079    0.2%
   42     432.4      10.8    2.4%
   43     438.2     0.564    0.1%
   44       444     1.469    0.3%
   45     455.8     1.241    0.2%
   46     466.6     3.511    0.7%
   47     475.8     9.217    1.9%
   48     479.3     1.238    0.2%
   49     488.7     2.674    0.5%
   50     501.8     10.65    2.1%

Quality and confidence:
param     error
s         0.015

Model:
Time ~=     9.77
    + s    9.918
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    12.68
    + s    22.53
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     34.87     0.108    0.3%
    2     58.83     0.272    0.4%
    3      81.1     0.276    0.3%
    4     103.8     0.416    0.4%
    5       127     1.211    0.9%
    6     149.8     1.202    0.8%
    7     170.9      2.14    1.2%
    8     190.1     0.161    0.0%
    9     219.5     1.412    0.6%
   10     243.4     0.713    0.2%
   11     259.8     0.799    0.3%
   12     281.2     0.787    0.2%
   13     302.8     0.424    0.1%
   14     323.6     0.391    0.1%
   15     345.9     2.915    0.8%
   16     365.8     0.484    0.1%
   17     396.9     1.054    0.2%
   18     418.9     0.927    0.2%
   19     441.5     2.883    0.6%
   20     465.2     8.768    1.8%
   21     483.7     0.785    0.1%
   22     507.4         6    1.1%
   23     527.1     0.617    0.1%
   24       548     1.436    0.2%
   25     572.4     4.987    0.8%
   26     596.5     5.615    0.9%
   27     613.9     0.877    0.1%
   28     636.8     1.021    0.1%
   29       657     3.687    0.5%
   30     677.1     0.586    0.0%
   31     711.3      15.7    2.2%
   32     724.6      6.33    0.8%
   33     763.3     3.093    0.4%
   34       785     11.37    1.4%
   35     806.1      8.12    1.0%
   36       832     9.814    1.1%
   37     864.8     14.97    1.7%
   38     872.2      4.07    0.4%
   39     894.6     11.12    1.2%
   40     920.4     13.27    1.4%
   41     944.8     12.82    1.3%
   42     960.2     1.769    0.1%
   43     985.1     10.87    1.1%
   44      1019     16.15    1.5%
   45      1044     15.36    1.4%
   46      1067     14.01    1.3%
   47      1076     9.886    0.9%
   48      1092     8.678    0.7%
   49      1122     10.69    0.9%
   50      1144     12.52    1.0%

Quality and confidence:
param     error
s         0.029

Model:
Time ~=    9.214
    + s    22.72
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)

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

Model:
Time ~=    13.66
    + s    17.18
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     29.52     0.153    0.5%
    2     46.77     0.262    0.5%
    3     64.97     0.223    0.3%
    4     79.96       0.3    0.3%
    5     100.3     0.824    0.8%
    6     117.5     0.219    0.1%
    7     134.5     0.229    0.1%
    8     148.7     1.188    0.7%
    9     171.5      0.33    0.1%
   10     184.3     0.356    0.1%
   11     201.9     0.287    0.1%
   12     222.7     0.434    0.1%
   13     235.3     1.847    0.7%
   14     251.5     0.729    0.2%
   15     266.9     0.528    0.1%
   16     288.8     0.634    0.2%
   17     317.6     1.535    0.4%
   18     325.1     0.652    0.2%
   19     340.5     2.729    0.8%
   20     358.9     0.703    0.1%
   21     373.5     0.703    0.1%
   22     390.7     0.713    0.1%
   23     407.3     3.315    0.8%
   24     421.9     0.703    0.1%
   25     442.2     3.347    0.7%
   26     456.6     5.183    1.1%
   27       476      3.49    0.7%
   28     487.2     1.111    0.2%
   29     507.8      4.89    0.9%
   30     523.7     3.075    0.5%
   31     542.8     3.375    0.6%
   32     568.7     13.77    2.4%
   33     587.5     1.714    0.2%
   34     610.1     6.445    1.0%
   35       622     3.095    0.4%
   36     640.8      8.75    1.3%
   37     659.5     8.255    1.2%
   38     681.4     10.72    1.5%
   39     687.2     3.793    0.5%
   40     699.9     1.679    0.2%
   41     721.4      7.85    1.0%
   42       735     0.896    0.1%
   43       760     14.01    1.8%
   44     780.5     14.64    1.8%
   45     789.2     9.288    1.1%
   46     801.2      1.67    0.2%
   47     818.8     8.572    1.0%
   48     837.6     7.474    0.8%
   49     847.8     1.653    0.1%
   50     878.6     12.44    1.4%

Quality and confidence:
param     error
s         0.022

Model:
Time ~=    12.56
    + s    17.26
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    14.35
    + s    14.48
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     26.95     0.062    0.2%
    2     43.21     0.116    0.2%
    3     57.45     0.179    0.3%
    4      71.5     0.195    0.2%
    5     86.94     0.721    0.8%
    6     102.5      0.34    0.3%
    7     113.5     0.132    0.1%
    8     127.4     0.415    0.3%
    9       148     1.421    0.9%
   10     162.9     0.912    0.5%
   11     174.6     1.247    0.7%
   12     187.5     0.364    0.1%
   13     202.3      1.89    0.9%
   14       215     0.622    0.2%
   15     227.8     0.436    0.1%
   16     242.9      1.38    0.5%
   17     264.8      0.43    0.1%
   18     278.4     0.684    0.2%
   19     292.1     0.752    0.2%
   20       305     0.303    0.0%
   21     318.6     0.443    0.1%
   22     332.5     0.533    0.1%
   23     346.9     0.432    0.1%
   24     360.1     0.493    0.1%
   25     373.3     0.878    0.2%
   26     387.4     0.623    0.1%
   27     400.5     0.454    0.1%
   28     414.5     0.378    0.0%
   29     429.4     0.603    0.1%
   30     443.1     3.757    0.8%
   31     456.9     4.311    0.9%
   32     468.9     0.716    0.1%
   33       504     6.554    1.3%
   34     520.9     11.34    2.1%
   35     535.2     5.195    0.9%
   36     543.9     1.007    0.1%
   37       554     0.712    0.1%
   38     572.3     8.085    1.4%
   39     588.1     9.395    1.5%
   40     606.7     15.72    2.5%
   41     617.6     14.36    2.3%
   42     623.8     4.185    0.6%
   43     635.9     0.466    0.0%
   44     649.7     0.349    0.0%
   45     665.9     5.882    0.8%
   46     680.2      5.27    0.7%
   47     696.1      7.13    1.0%
   48     708.2     8.027    1.1%
   49     718.7     4.917    0.6%
   50     740.2     10.38    1.4%

Quality and confidence:
param     error
s         0.021

Model:
Time ~=    13.33
    + s    14.55
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    14.86
    + s    12.49
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     25.28     0.075    0.2%
    2     38.51     0.118    0.3%
    3     50.73     0.094    0.1%
    4      62.9     0.204    0.3%
    5     77.53       0.2    0.2%
    6     89.59     0.192    0.2%
    7     101.5     0.125    0.1%
    8     113.5     0.295    0.2%
    9     130.4     0.149    0.1%
   10       142     0.186    0.1%
   11     154.1     0.206    0.1%
   12       166     0.221    0.1%
   13     177.8     0.344    0.1%
   14     189.7     0.211    0.1%
   15     201.8     0.335    0.1%
   16     211.8      2.67    1.2%
   17     229.3     0.475    0.2%
   18       246     1.248    0.5%
   19     254.7     2.589    1.0%
   20     265.1     0.656    0.2%
   21     276.8     0.475    0.1%
   22     289.2     0.285    0.0%
   23     300.3     0.359    0.1%
   24     315.9     4.185    1.3%
   25     324.3     0.509    0.1%
   26     336.6     2.918    0.8%
   27     347.1     1.106    0.3%
   28     358.5     0.486    0.1%
   29     371.9     1.506    0.4%
   30     382.2     1.566    0.4%
   31     393.6     1.619    0.4%
   32     406.7     0.985    0.2%
   33     436.4     3.551    0.8%
   34     450.6     6.086    1.3%
   35     461.7     1.303    0.2%
   36     469.9      0.99    0.2%
   37     483.8     5.895    1.2%
   38     497.6      4.69    0.9%
   39       505     1.525    0.3%
   40     515.9     0.714    0.1%
   41     531.2     8.175    1.5%
   42     545.7     10.14    1.8%
   43     553.4      5.68    1.0%
   44     563.2     4.152    0.7%
   45     572.7     0.874    0.1%
   46     585.9     0.957    0.1%
   47     600.6     7.402    1.2%
   48     612.1     7.874    1.2%
   49     625.7      5.71    0.9%
   50     638.2      11.2    1.7%

Quality and confidence:
param     error
s         0.017

Model:
Time ~=    14.46
    + s    12.51
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    24.05
    + s    0.029
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     22.07     0.204    0.9%
    1     23.62     0.135    0.5%
    2     23.82     0.128    0.5%
    3     24.04     0.071    0.2%
    4     24.36     0.113    0.4%
    5     24.26     0.122    0.5%
    6     24.54     0.143    0.5%
    7     24.34     0.075    0.3%
    8     24.44      0.12    0.4%
    9      24.4     0.139    0.5%
   10     24.79     0.174    0.7%
   11     24.37     0.242    0.9%
   12     24.35     0.191    0.7%
   13     24.65     0.155    0.6%
   14     24.44     0.139    0.5%
   15     24.44     0.136    0.5%
   16     25.08     0.156    0.6%
   17     24.48     0.138    0.5%
   18     24.47     0.173    0.7%
   19     24.33     0.154    0.6%
   20     24.46      0.13    0.5%
   21     24.56     0.162    0.6%
   22     24.75     0.381    1.5%
   23     24.64      0.17    0.6%
   24     24.59     0.177    0.7%
   25     24.74     0.121    0.4%
   26     25.28      0.13    0.5%
   27     25.06     0.284    1.1%
   28     24.98     0.204    0.8%
   29     24.84     0.147    0.5%
   30     24.79     0.144    0.5%
   31     24.83     0.186    0.7%
   32     25.01     0.111    0.4%
   33     25.55     0.164    0.6%
   34     25.01     0.155    0.6%
   35     25.02     0.127    0.5%
   36     25.18     0.105    0.4%
   37     25.18     0.099    0.3%
   38     25.22     0.111    0.4%
   39     24.98     0.078    0.3%
   40     25.13     0.113    0.4%
   41     25.07     0.071    0.2%
   42     25.42     0.246    0.9%
   43      25.5     0.116    0.4%
   44     25.11     0.069    0.2%
   45     25.41     0.133    0.5%
   46     25.09     0.092    0.3%
   47     25.33     0.172    0.6%
   48     25.55     0.108    0.4%
   49     25.53     0.136    0.5%
   50     25.57     0.129    0.5%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    23.94
    + s    0.033
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    22.38
    + s    2.467
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     23.93     0.137    0.5%
    2     26.88     0.126    0.4%
    3     29.14     0.107    0.3%
    4     31.73     0.105    0.3%
    5     35.03      0.07    0.1%
    6     37.39     0.136    0.3%
    7     38.87      0.43    1.1%
    8     41.46      0.15    0.3%
    9     45.92      0.11    0.2%
   10      47.2     0.096    0.2%
   11     49.35     0.223    0.4%
   12     51.88     0.532    1.0%
   13     53.41     0.128    0.2%
   14        57     0.114    0.1%
   15     57.57     0.179    0.3%
   16     60.44     0.561    0.9%
   17     66.22      0.12    0.1%
   18     69.89     0.158    0.2%
   19     70.33     0.171    0.2%
   20     72.46     0.191    0.2%
   21     74.49     0.097    0.1%
   22     76.56     0.154    0.2%
   23     78.68     0.187    0.2%
   24      80.6     0.117    0.1%
   25     82.78      0.17    0.2%
   26     84.82     0.159    0.1%
   27      87.3     0.168    0.1%
   28      89.5     0.178    0.1%
   29     91.39     0.198    0.2%
   30     93.37     0.146    0.1%
   31     95.53     0.026    0.0%
   32     97.71     0.189    0.1%
   33     108.4     0.116    0.1%
   34     110.4     0.156    0.1%
   35     112.6     0.211    0.1%
   36     114.7     0.151    0.1%
   37     116.7     0.205    0.1%
   38     118.6     0.125    0.1%
   39     120.5     0.186    0.1%
   40     123.3     1.047    0.8%
   41     124.8     0.309    0.2%
   42     126.7     0.089    0.0%
   43       129     0.286    0.2%
   44     130.7     0.139    0.1%
   45     133.4     1.347    1.0%
   46     134.9     0.206    0.1%
   47     137.1      0.27    0.1%
   48       139     0.179    0.1%
   49     141.6     0.443    0.3%
   50     143.1     0.135    0.0%

Quality and confidence:
param     error
s         0.006

Model:
Time ~=    22.14
    + s    2.477
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    29.08
    + s    0.045
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     27.01     0.194    0.7%
    1     28.17     0.149    0.5%
    2     29.01     0.163    0.5%
    3     28.93     0.135    0.4%
    4     28.87     0.107    0.3%
    5     29.41     0.201    0.6%
    6     29.51     0.151    0.5%
    7     28.81     0.096    0.3%
    8     29.65     0.226    0.7%
    9     29.75      0.06    0.2%
   10     29.92      0.08    0.2%
   11     29.57     0.233    0.7%
   12     29.35     0.188    0.6%
   13     30.56     0.147    0.4%
   14     30.38     0.091    0.2%
   15     30.51     0.204    0.6%
   16     29.67     0.108    0.3%
   17     30.16     0.101    0.3%
   18     30.31     0.172    0.5%
   19     29.51     0.121    0.4%
   20      30.1     0.102    0.3%
   21     29.96     0.179    0.5%
   22     29.84     0.139    0.4%
   23     29.86     0.146    0.4%
   24     30.98     0.276    0.8%
   25     30.58     0.081    0.2%
   26     30.79     0.261    0.8%
   27     30.38      0.16    0.5%
   28     30.51     0.196    0.6%
   29     30.09     0.138    0.4%
   30     30.46     0.215    0.7%
   31     30.07     0.114    0.3%
   32     30.37     0.166    0.5%
   33     30.77     0.162    0.5%
   34     30.44     0.144    0.4%
   35     30.56     0.143    0.4%
   36     30.95      0.21    0.6%
   37      30.6     0.138    0.4%
   38     30.66     0.164    0.5%
   39     30.26     0.158    0.5%
   40     30.71     0.105    0.3%
   41     31.17     0.205    0.6%
   42     31.03     0.178    0.5%
   43     31.27     0.132    0.4%
   44     30.93      0.09    0.2%
   45     31.06     0.089    0.2%
   46     31.07     0.191    0.6%
   47     30.76     0.145    0.4%
   48     31.25     0.137    0.4%
   49     31.36     0.166    0.5%
   50     31.23     0.103    0.3%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    28.96
    + s    0.049
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=     24.3
    + s      2.5
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     25.19     0.118    0.4%
    2     28.67     0.121    0.4%
    3     31.01     0.103    0.3%
    4     33.64     0.157    0.4%
    5     37.02     0.177    0.4%
    6     39.65     0.102    0.2%
    7     41.54     0.212    0.5%
    8     43.76      0.12    0.2%
    9     48.18     0.138    0.2%
   10     49.99     0.626    1.2%
   11     53.16     0.767    1.4%
   12     53.75     0.117    0.2%
   13     56.92     0.109    0.1%
   14     58.28     0.113    0.1%
   15     60.03     0.094    0.1%
   16     63.14     0.594    0.9%
   17     68.74     0.255    0.3%
   18     70.55     0.128    0.1%
   19     74.08     0.464    0.6%
   20     74.79     0.165    0.2%
   21        77     0.266    0.3%
   22     79.06     0.121    0.1%
   23     81.09      0.16    0.1%
   24     83.32     0.201    0.2%
   25     85.61     0.509    0.5%
   26     87.48     0.215    0.2%
   27     89.91     0.309    0.3%
   28     91.99     0.172    0.1%
   29     93.78     0.249    0.2%
   30     97.95      0.26    0.2%
   31     98.06     0.169    0.1%
   32     100.6     0.699    0.6%
   33     111.1     0.168    0.1%
   34     112.7     0.125    0.1%
   35     114.7      0.14    0.1%
   36     117.8     0.928    0.7%
   37       120     1.585    1.3%
   38     121.6     0.329    0.2%
   39     123.6     1.016    0.8%
   40       126     0.536    0.4%
   41     127.4     0.264    0.2%
   42     129.9     0.598    0.4%
   43     133.6     1.181    0.8%
   44     133.7     0.612    0.4%
   45       136     0.184    0.1%
   46     138.8       1.2    0.8%
   47     139.6     0.181    0.1%
   48     142.9     1.329    0.9%
   49     144.3     0.377    0.2%
   50     146.2     0.588    0.4%

Quality and confidence:
param     error
s         0.006

Model:
Time ~=    24.16
    + s    2.503
              µs

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


ERROR: Unable to push ./runtime/polkadot/src/weights/

@gavofyork
Copy link
Member Author

/benchmark runtime pallet pallet_scheduler

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

Results
Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    2.268
    + s    39.73
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     51.25     0.122    0.2%
    2     92.42     0.305    0.3%
    3     128.1     1.177    0.9%
    4     165.3     0.402    0.2%
    5     206.7     1.225    0.5%
    6     243.8     1.378    0.5%
    7     281.9     3.549    1.2%
    8       317     1.038    0.3%
    9     357.7     0.598    0.1%
   10       398     0.841    0.2%
   11     435.2     0.888    0.2%
   12     472.3     5.029    1.0%
   13     509.9     0.714    0.1%
   14     545.7     1.129    0.2%
   15       585     1.727    0.2%
   16     628.1     7.911    1.2%
   17     677.6      6.71    0.9%
   18     715.6     1.071    0.1%
   19     754.1     4.507    0.5%
   20     785.7     3.362    0.4%
   21     829.8     7.859    0.9%
   22     876.5     15.68    1.7%
   23     917.2     12.02    1.3%
   24     942.7     4.105    0.4%
   25       982     5.474    0.5%
   26      1032     10.54    1.0%
   27      1079     12.99    1.2%
   28      1102     3.926    0.3%
   29      1146     10.04    0.8%
   30      1189     17.47    1.4%
   31      1225     16.56    1.3%
   32      1268     10.57    0.8%
   33      1314     11.45    0.8%
   34      1358     12.86    0.9%
   35      1404     15.34    1.0%
   36      1447     13.19    0.9%
   37      1487     15.01    1.0%
   38      1529     17.13    1.1%
   39      1554     9.773    0.6%
   40      1592     13.87    0.8%
   41      1645     14.77    0.8%
   42      1691     13.16    0.7%
   43      1715     15.08    0.8%
   44      1755     17.07    0.9%
   45      1789     13.13    0.7%
   46      1850     11.46    0.6%
   47      1858     12.84    0.6%
   48      1895     11.41    0.6%
   49      1958     12.03    0.6%
   50      2053     3.637    0.1%

Quality and confidence:
param     error
s         0.048

Model:
Time ~=        0
    + s    40.01
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=     6.43
    + s    30.98
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     44.33      0.48    1.0%
    2     75.32      0.19    0.2%
    3     105.6     0.338    0.3%
    4     135.2      0.85    0.6%
    5     164.6     0.287    0.1%
    6     194.3     0.764    0.3%
    7       223     0.395    0.1%
    8     251.2     0.745    0.2%
    9     285.2     1.009    0.3%
   10     313.4     0.626    0.1%
   11     344.3     0.816    0.2%
   12     374.5     0.355    0.0%
   13     407.5     8.546    2.0%
   14       432      2.49    0.5%
   15     460.6     1.112    0.2%
   16     497.4      8.97    1.8%
   17       534     5.513    1.0%
   18     560.4     0.677    0.1%
   19     590.2     1.273    0.2%
   20     616.6     1.323    0.2%
   21     651.4     8.127    1.2%
   22     680.3     3.931    0.5%
   23     715.7     4.126    0.5%
   24       739     3.372    0.4%
   25     766.8     1.046    0.1%
   26     799.9     1.717    0.2%
   27     831.7     3.228    0.3%
   28     867.8     12.37    1.4%
   29     907.4     9.804    1.0%
   30     929.4     12.06    1.2%
   31     954.4     4.385    0.4%
   32     990.6      13.6    1.3%
   33      1033     10.36    1.0%
   34      1065     14.35    1.3%
   35      1092     13.84    1.2%
   36      1133     14.05    1.2%
   37      1183     2.869    0.2%
   38      1220     3.436    0.2%
   39      1243     5.157    0.4%
   40      1274     2.334    0.1%
   41      1303     3.609    0.2%
   42      1343      18.4    1.3%
   43      1343      8.87    0.6%
   44      1381     13.43    0.9%
   45      1411     12.81    0.9%
   46      1429     14.22    0.9%
   47      1455     3.504    0.2%
   48      1489      11.5    0.7%
   49      1524     14.86    0.9%
   50      1555     8.454    0.5%

Quality and confidence:
param     error
s         0.044

Model:
Time ~=    1.566
    + s    31.25
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    5.756
    + s    34.06
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     45.88     0.226    0.4%
    2     81.33     0.238    0.2%
    3     111.6     0.746    0.6%
    4     143.2     0.406    0.2%
    5     178.6     0.303    0.1%
    6     211.1     0.419    0.1%
    7     241.9     0.411    0.1%
    8     277.1     3.436    1.2%
    9     312.8     1.276    0.4%
   10     341.9      0.56    0.1%
   11     382.3     6.526    1.7%
   12     409.3     0.408    0.0%
   13     438.4     2.998    0.6%
   14     474.5     7.472    1.5%
   15     507.2     5.639    1.1%
   16     537.5     1.313    0.2%
   17     583.7     3.335    0.5%
   18     621.1     8.815    1.4%
   19     649.6     3.389    0.5%
   20     687.8     10.87    1.5%
   21     712.5     4.287    0.6%
   22     747.6     7.784    1.0%
   23     786.5     8.372    1.0%
   24     815.3     10.36    1.2%
   25     841.1     1.545    0.1%
   26     881.6     8.812    0.9%
   27     922.6      14.9    1.6%
   28     942.3     1.492    0.1%
   29       976     1.059    0.1%
   30      1030     11.29    1.0%
   31      1057     12.67    1.1%
   32      1090     14.15    1.2%
   33      1137     9.932    0.8%
   34      1172      12.2    1.0%
   35      1206     12.76    1.0%
   36      1239      9.63    0.7%
   37      1278     12.45    0.9%
   38      1300     9.853    0.7%
   39      1352     11.02    0.8%
   40      1392     7.701    0.5%
   41      1415     12.05    0.8%
   42      1437     3.923    0.2%
   43      1474     11.77    0.7%
   44      1515      13.3    0.8%
   45      1552     13.69    0.8%
   46      1580     13.48    0.8%
   47      1597     7.999    0.5%
   48      1632     12.12    0.7%
   49      1681     9.306    0.5%
   50      1711     6.361    0.3%

Quality and confidence:
param     error
s         0.037

Model:
Time ~=    1.287
    + s    34.24
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    8.142
    + s    28.63
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     40.66     0.204    0.5%
    2     71.38     0.149    0.2%
    3     97.43     0.717    0.7%
    4     125.3     0.668    0.5%
    5       154     0.326    0.2%
    6     181.1     0.395    0.2%
    7     208.4     0.897    0.4%
    8     233.2     0.411    0.1%
    9       265      0.59    0.2%
   10     295.1     4.767    1.6%
   11     319.7     0.737    0.2%
   12     348.5     1.076    0.3%
   13     374.5     0.434    0.1%
   14     408.3     10.41    2.5%
   15     428.7     3.456    0.8%
   16     455.7     0.494    0.1%
   17     496.9      8.62    1.7%
   18     523.1     7.809    1.4%
   19     549.4     1.305    0.2%
   20       588     10.21    1.7%
   21     600.4     0.475    0.0%
   22       632     3.554    0.5%
   23     670.4     12.09    1.8%
   24     684.7     0.907    0.1%
   25     718.7     8.308    1.1%
   26     755.1     12.18    1.6%
   27     789.1     13.67    1.7%
   28     797.6     1.805    0.2%
   29     823.2     1.141    0.1%
   30       869     12.88    1.4%
   31     887.7     8.492    0.9%
   32       909     1.352    0.1%
   33     960.3     9.597    0.9%
   34     992.1     10.38    1.0%
   35      1025     14.57    1.4%
   36      1047     11.19    1.0%
   37      1073     10.47    0.9%
   38      1110     10.75    0.9%
   39      1130     6.937    0.6%
   40      1173     11.66    0.9%
   41      1197     14.39    1.2%
   42      1214     6.035    0.4%
   43      1249     15.64    1.2%
   44      1280      12.9    1.0%
   45      1308     12.83    0.9%
   46      1325     11.29    0.8%
   47      1364      14.1    1.0%
   48      1396     15.55    1.1%
   49      1413     16.02    1.1%
   50      1442      15.4    1.0%

Quality and confidence:
param     error
s         0.036

Model:
Time ~=    4.114
    + s    28.86
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    10.09
    + s    14.79
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     23.62      0.11    0.4%
    2     39.94     0.207    0.5%
    3     53.99     0.175    0.3%
    4     68.37     0.203    0.2%
    5     84.32     0.733    0.8%
    6     97.41     0.505    0.5%
    7     111.7     0.397    0.3%
    8     127.3     1.064    0.8%
    9     144.2     0.504    0.3%
   10     158.3     0.282    0.1%
   11     171.6     0.323    0.1%
   12     186.7     1.001    0.5%
   13       204     0.601    0.2%
   14     213.5     0.523    0.2%
   15     227.6     0.607    0.2%
   16     241.3     1.006    0.4%
   17     263.7     0.445    0.1%
   18     278.7     0.475    0.1%
   19     292.6     1.053    0.3%
   20     308.7     4.405    1.4%
   21       320     0.756    0.2%
   22     337.1     2.837    0.8%
   23     349.1     1.826    0.5%
   24     362.8     4.421    1.2%
   25     373.8     0.608    0.1%
   26     389.3     0.486    0.1%
   27     404.7     0.958    0.2%
   28       417     0.706    0.1%
   29     433.7     3.994    0.9%
   30     446.1     0.773    0.1%
   31     458.7     0.896    0.1%
   32     474.4     2.536    0.5%
   33     509.2     5.366    1.0%
   34     519.8     1.856    0.3%
   35     541.6      11.3    2.0%
   36     547.7     2.963    0.5%
   37       564     5.016    0.8%
   38     590.6     10.21    1.7%
   39     588.7     3.696    0.6%
   40     609.8     6.046    0.9%
   41     623.7     10.77    1.7%
   42     633.4     1.118    0.1%
   43     646.6     8.436    1.3%
   44     660.5     8.223    1.2%
   45     673.4     4.388    0.6%
   46       688     5.371    0.7%
   47     702.4     6.444    0.9%
   48     712.8     0.799    0.1%
   49     724.4     0.688    0.0%
   50     765.8     14.55    1.9%

Quality and confidence:
param     error
s         0.023

Model:
Time ~=     8.33
    + s    14.86
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)

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

Model:
Time ~=    10.02
    + s    9.991
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     18.37       0.1    0.5%
    2     29.13     0.086    0.2%
    3     39.21     0.136    0.3%
    4     48.18      0.45    0.9%
    5     60.73      0.13    0.2%
    6     70.74     0.135    0.1%
    7     78.16     0.154    0.1%
    8      89.6     0.213    0.2%
    9     101.9     0.666    0.6%
   10     109.9     0.185    0.1%
   11     121.9     0.133    0.1%
   12       129     0.283    0.2%
   13     139.1      0.34    0.2%
   14     149.2     1.526    1.0%
   15     156.3     0.325    0.2%
   16     165.6     0.388    0.2%
   17     184.5     0.502    0.2%
   18     193.4     0.292    0.1%
   19     202.6     0.653    0.3%
   20     210.8     0.392    0.1%
   21     220.2     0.338    0.1%
   22     230.2      0.61    0.2%
   23     238.7     0.255    0.1%
   24     249.8     0.846    0.3%
   25     256.7     0.604    0.2%
   26     267.1     1.567    0.5%
   27     275.2     0.562    0.2%
   28     284.8     0.547    0.1%
   29     295.1      0.51    0.1%
   30     301.9     0.765    0.2%
   31     311.8     0.576    0.1%
   32     320.6     0.859    0.2%
   33       347     0.612    0.1%
   34     356.2     0.464    0.1%
   35       365     1.025    0.2%
   36     374.5     0.523    0.1%
   37     382.8     0.591    0.1%
   38     390.7     0.837    0.2%
   39     401.4     0.928    0.2%
   40     410.1     0.255    0.0%
   41     418.7      0.68    0.1%
   42     431.4     2.594    0.6%
   43     443.5     5.894    1.3%
   44       451     5.159    1.1%
   45     460.2     4.364    0.9%
   46     469.3     3.152    0.6%
   47     473.6     0.931    0.1%
   48     493.4     11.79    2.3%
   49     495.5     1.558    0.3%
   50       501     1.174    0.2%

Quality and confidence:
param     error
s         0.013

Model:
Time ~=    9.651
    + s    9.988
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    13.27
    + s    22.63
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     35.28     0.119    0.3%
    2      59.6     0.163    0.2%
    3     81.18      0.77    0.9%
    4     104.6     0.373    0.3%
    5     126.2     0.288    0.2%
    6     149.4      0.28    0.1%
    7     169.7     0.446    0.2%
    8     193.1     4.023    2.0%
    9     218.2      0.62    0.2%
   10     245.1     2.677    1.0%
   11     262.2     0.384    0.1%
   12     282.2     0.549    0.1%
   13     305.9     0.704    0.2%
   14     328.3     0.949    0.2%
   15     349.1     1.072    0.3%
   16     370.4     1.214    0.3%
   17     400.7     0.923    0.2%
   18     422.6      1.49    0.3%
   19     443.2     2.826    0.6%
   20     465.4     0.805    0.1%
   21     488.3     1.268    0.2%
   22     508.7     5.375    1.0%
   23     531.6      1.02    0.1%
   24       551      0.76    0.1%
   25       579     8.543    1.4%
   26     598.6     1.578    0.2%
   27     621.4     4.689    0.7%
   28     643.3     3.259    0.5%
   29     674.8     16.57    2.4%
   30     686.4     4.245    0.6%
   31     713.1     11.27    1.5%
   32     735.4     8.234    1.1%
   33     765.7     4.871    0.6%
   34     793.6     7.987    1.0%
   35     819.1     15.21    1.8%
   36     832.3     3.076    0.3%
   37     866.4     11.43    1.3%
   38     880.6     9.163    1.0%
   39     909.8     11.99    1.3%
   40     917.8     4.435    0.4%
   41     943.5     7.471    0.7%
   42     974.2     15.18    1.5%
   43     991.9     10.09    1.0%
   44      1014     12.76    1.2%
   45      1038     12.05    1.1%
   46      1065     10.14    0.9%
   47      1078     8.964    0.8%
   48      1105     11.18    1.0%
   49      1130     11.06    0.9%
   50      1144     13.04    1.1%

Quality and confidence:
param     error
s         0.026

Model:
Time ~=    10.61
    + s    22.81
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)

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

Model:
Time ~=    14.09
    + s    17.26
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     29.74     0.161    0.5%
    2     48.45     0.123    0.2%
    3     66.18     0.206    0.3%
    4     82.66     0.352    0.4%
    5       101     0.775    0.7%
    6     118.3     0.308    0.2%
    7     135.6     0.222    0.1%
    8     149.5     0.864    0.5%
    9       170     1.329    0.7%
   10     186.3     0.515    0.2%
   11     203.1     0.342    0.1%
   12     223.7     2.431    1.0%
   13     236.8     0.523    0.2%
   14     253.2     0.495    0.1%
   15     268.9     0.499    0.1%
   16     284.4     0.831    0.2%
   17     309.2     0.374    0.1%
   18     325.7     0.507    0.1%
   19     349.5     1.583    0.4%
   20     365.2     9.268    2.5%
   21     377.6     0.583    0.1%
   22     397.2     6.951    1.7%
   23     407.5      1.41    0.3%
   24     425.3     0.699    0.1%
   25     441.1     0.541    0.1%
   26     460.2     2.117    0.4%
   27     476.2     1.118    0.2%
   28     490.3     3.587    0.7%
   29     509.1     4.872    0.9%
   30     525.4     3.761    0.7%
   31     541.6     1.072    0.1%
   32     558.6     10.45    1.8%
   33     588.6     1.682    0.2%
   34     610.6     1.318    0.2%
   35       624     1.294    0.2%
   36     639.3     3.512    0.5%
   37     658.8      0.91    0.1%
   38     677.6     10.16    1.5%
   39       695     12.51    1.7%
   40     704.1      0.67    0.0%
   41     730.7     9.875    1.3%
   42     740.6     2.613    0.3%
   43     762.1     15.54    2.0%
   44     773.6     5.324    0.6%
   45     800.9     13.87    1.7%
   46     808.5     6.302    0.7%
   47       833     14.94    1.7%
   48     838.2     2.091    0.2%
   49     853.6      1.82    0.2%
   50     869.8     3.222    0.3%

Quality and confidence:
param     error
s         0.022

Model:
Time ~=    12.94
    + s    17.31
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    16.39
    + s    14.42
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     27.35     0.096    0.3%
    2     43.57     0.084    0.1%
    3     57.77     0.194    0.3%
    4     71.13     0.662    0.9%
    5     88.45     0.188    0.2%
    6     102.1     0.219    0.2%
    7     114.3     1.186    1.0%
    8       127     0.306    0.2%
    9     146.3     1.087    0.7%
   10     164.1     1.619    0.9%
   11       177     0.408    0.2%
   12     191.1     0.426    0.2%
   13     204.5     0.319    0.1%
   14       225     0.932    0.4%
   15     232.7      0.53    0.2%
   16     241.8      0.48    0.1%
   17     264.4     0.653    0.2%
   18     279.4     2.942    1.0%
   19     292.6     2.809    0.9%
   20     304.5     0.711    0.2%
   21     322.4     4.632    1.4%
   22       332     0.766    0.2%
   23     345.4     0.353    0.1%
   24     359.8      0.95    0.2%
   25     372.7     0.697    0.1%
   26     392.6     5.078    1.2%
   27     400.5     0.235    0.0%
   28     415.9       3.7    0.8%
   29     433.5     11.43    2.6%
   30     440.8     0.406    0.0%
   31     455.4     3.724    0.8%
   32     467.5     0.537    0.1%
   33     498.7     0.454    0.0%
   34     512.3     0.923    0.1%
   35     525.8     4.188    0.7%
   36     547.2     5.681    1.0%
   37       557     8.739    1.5%
   38     566.5     0.563    0.0%
   39     580.6     0.603    0.1%
   40     606.8     14.14    2.3%
   41     613.2     9.194    1.4%
   42     621.3     0.536    0.0%
   43     635.6     4.003    0.6%
   44     654.1     7.256    1.1%
   45     661.7      0.47    0.0%
   46     677.5     3.877    0.5%
   47     697.7      10.5    1.5%
   48     706.4     8.674    1.2%
   49       717     0.521    0.0%
   50     733.2     4.965    0.6%

Quality and confidence:
param     error
s         0.019

Model:
Time ~=    15.47
    + s    14.45
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    14.89
    + s    12.43
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     25.12     0.079    0.3%
    2     39.05     0.156    0.3%
    3     51.23     0.191    0.3%
    4     63.19     0.147    0.2%
    5     77.65     0.162    0.2%
    6      89.7     0.258    0.2%
    7     101.5     0.252    0.2%
    8     112.6     1.173    1.0%
    9     130.4      0.19    0.1%
   10       139     0.349    0.2%
   11       154     0.344    0.2%
   12     162.7      0.17    0.1%
   13     173.8     0.522    0.3%
   14     190.3     0.288    0.1%
   15     201.2     0.579    0.2%
   16       213     0.346    0.1%
   17     229.7     0.328    0.1%
   18     240.8     0.336    0.1%
   19     252.9      0.36    0.1%
   20     264.8     0.891    0.3%
   21     276.9     0.767    0.2%
   22     287.7     0.569    0.1%
   23     303.3     2.802    0.9%
   24     310.9     0.471    0.1%
   25     322.5     0.693    0.2%
   26     334.3     1.046    0.3%
   27     345.3     0.462    0.1%
   28     358.1     1.174    0.3%
   29     368.7     1.121    0.3%
   30     381.3     0.774    0.2%
   31     393.4     3.574    0.9%
   32     409.6     2.693    0.6%
   33     432.4     1.095    0.2%
   34     444.3     1.376    0.3%
   35     455.8      1.07    0.2%
   36     467.1     0.892    0.1%
   37     486.7     6.361    1.3%
   38     491.1     1.194    0.2%
   39     503.3     1.193    0.2%
   40     513.4       0.7    0.1%
   41     524.3     0.677    0.1%
   42     536.6     0.326    0.0%
   43     561.5     15.23    2.7%
   44     563.4     4.964    0.8%
   45     572.1     1.744    0.3%
   46     584.8     4.254    0.7%
   47     594.6     1.318    0.2%
   48     608.9     3.646    0.5%
   49       620     3.398    0.5%
   50     632.1     8.224    1.3%

Quality and confidence:
param     error
s         0.015

Model:
Time ~=     14.6
    + s    12.44
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    24.02
    + s    0.035
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     22.13     0.127    0.5%
    1     23.49     0.147    0.6%
    2     23.94     0.134    0.5%
    3     23.61     0.081    0.3%
    4     24.14     0.141    0.5%
    5     24.19     0.149    0.6%
    6     24.34     0.104    0.4%
    7     24.48     0.108    0.4%
    8     23.68     0.102    0.4%
    9     24.33     0.177    0.7%
   10     24.67     0.115    0.4%
   11     24.79      0.15    0.6%
   12     24.46     0.252    1.0%
   13     24.82     0.138    0.5%
   14     25.07     0.113    0.4%
   15     24.47     0.159    0.6%
   16     24.53     0.129    0.5%
   17     24.37     0.181    0.7%
   18     25.07     0.209    0.8%
   19     25.01     0.114    0.4%
   20     24.43      0.11    0.4%
   21      25.2     0.089    0.3%
   22     24.52     0.129    0.5%
   23     25.08     0.119    0.4%
   24     25.13     0.187    0.7%
   25     25.13     0.123    0.4%
   26     24.84      0.13    0.5%
   27     24.84     0.118    0.4%
   28     24.99     0.107    0.4%
   29     25.03     0.093    0.3%
   30     24.92     0.134    0.5%
   31     24.99     0.144    0.5%
   32     25.23     0.146    0.5%
   33     25.21     0.115    0.4%
   34     25.84     0.138    0.5%
   35     25.14     0.173    0.6%
   36     25.18     0.121    0.4%
   37     25.25     0.166    0.6%
   38     25.92     0.342    1.3%
   39     25.26     0.116    0.4%
   40     25.24     0.187    0.7%
   41      25.4     0.178    0.7%
   42     25.44     0.108    0.4%
   43     25.47     0.101    0.3%
   44     25.36     0.094    0.3%
   45     25.52     0.077    0.3%
   46     25.47     0.143    0.5%
   47     25.43     0.129    0.5%
   48     25.75     0.084    0.3%
   49     25.75      0.19    0.7%
   50     25.53     0.071    0.2%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=     23.9
    + s    0.039
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=     22.7
    + s    2.468
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     23.91     0.132    0.5%
    2     27.18     0.102    0.3%
    3     29.43      0.16    0.5%
    4     31.95     0.102    0.3%
    5     35.31     0.096    0.2%
    6     37.16     0.472    1.2%
    7     39.53     0.074    0.1%
    8     41.68     0.082    0.1%
    9     46.09     0.477    1.0%
   10     48.71     0.229    0.4%
   11     50.64     0.091    0.1%
   12     51.65     0.159    0.3%
   13     53.65     0.127    0.2%
   14     56.63     0.574    1.0%
   15      57.9     0.116    0.2%
   16     60.24     0.159    0.2%
   17     67.25     0.674    1.0%
   18      68.6     0.098    0.1%
   19     70.81      0.21    0.2%
   20     73.83     0.476    0.6%
   21     74.99     0.182    0.2%
   22     77.11     0.165    0.2%
   23     78.93     0.055    0.0%
   24     81.03     0.148    0.1%
   25     82.98     0.125    0.1%
   26     85.17       0.2    0.2%
   27     87.85     0.124    0.1%
   28     89.89     0.136    0.1%
   29     93.13      1.02    1.0%
   30     93.95     0.174    0.1%
   31      96.2     0.183    0.1%
   32     98.32      0.14    0.1%
   33     108.9     0.099    0.0%
   34     110.9     0.119    0.1%
   35     112.8     0.141    0.1%
   36       115     0.269    0.2%
   37       117      0.14    0.1%
   38       119     0.204    0.1%
   39     121.1     0.168    0.1%
   40     123.1     0.126    0.1%
   41     125.6     0.862    0.6%
   42     127.5     0.143    0.1%
   43     129.8     0.337    0.2%
   44     131.4     0.133    0.1%
   45     133.5     0.171    0.1%
   46     135.5     0.151    0.1%
   47     137.5     0.201    0.1%
   48     139.7     0.111    0.0%
   49     141.7     0.112    0.0%
   50     143.6     0.108    0.0%

Quality and confidence:
param     error
s         0.005

Model:
Time ~=    22.42
    + s    2.482
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    29.14
    + s    0.049
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     27.11     0.129    0.4%
    1      28.5     0.114    0.3%
    2     29.04     0.091    0.3%
    3     29.07     0.156    0.5%
    4     29.67     0.143    0.4%
    5     29.43     0.131    0.4%
    6     29.68      0.14    0.4%
    7     29.41     0.131    0.4%
    8     29.49     0.169    0.5%
    9     29.75     0.276    0.9%
   10     30.09     0.137    0.4%
   11     29.93     0.101    0.3%
   12     29.49     0.274    0.9%
   13     30.24     0.301    0.9%
   14     30.19     0.132    0.4%
   15     30.55     0.223    0.7%
   16     30.17     0.271    0.8%
   17     29.78     0.212    0.7%
   18     29.75     0.266    0.8%
   19     29.69      0.14    0.4%
   20     30.27     0.132    0.4%
   21     30.01     0.243    0.8%
   22     29.99     0.156    0.5%
   23     30.02     0.094    0.3%
   24     30.63     0.258    0.8%
   25     30.12     0.186    0.6%
   26     31.19      0.19    0.6%
   27     30.58     0.141    0.4%
   28      30.9     0.318    1.0%
   29     30.17     0.101    0.3%
   30     31.45     0.125    0.3%
   31     30.38     0.098    0.3%
   32     30.62     0.083    0.2%
   33     31.01     0.122    0.3%
   34     30.93      0.11    0.3%
   35        31     0.142    0.4%
   36        31     0.194    0.6%
   37     30.67     0.119    0.3%
   38     30.78     0.278    0.9%
   39     30.63      0.15    0.4%
   40     31.21     0.146    0.4%
   41     31.61     0.322    1.0%
   42     31.14     0.112    0.3%
   43     31.52     0.118    0.3%
   44      31.1     0.076    0.2%
   45     31.18     0.183    0.5%
   46     31.18     0.135    0.4%
   47     30.98     0.198    0.6%
   48        32     0.426    1.3%
   49     31.53      0.15    0.4%
   50     31.39     0.178    0.5%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    29.05
    + s    0.052
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    24.77
    + s    2.491
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     25.46     0.114    0.4%
    2     28.97     0.094    0.3%
    3     31.49     0.269    0.8%
    4     33.85     0.146    0.4%
    5     37.31      0.09    0.2%
    6     39.84     0.139    0.3%
    7     41.97     0.158    0.3%
    8     44.01     0.134    0.3%
    9      48.6     0.217    0.4%
   10     49.94     0.164    0.3%
   11      51.9     0.124    0.2%
   12     53.84     0.141    0.2%
   13     57.02     0.402    0.7%
   14     59.37     0.586    0.9%
   15     60.37      0.14    0.2%
   16     62.57     0.155    0.2%
   17     68.97     0.181    0.2%
   18     71.93     0.639    0.8%
   19     73.14     0.237    0.3%
   20     76.67     0.397    0.5%
   21      77.5     0.254    0.3%
   22      81.6     0.653    0.8%
   23     81.69     0.294    0.3%
   24     83.67     0.249    0.2%
   25     85.72      0.23    0.2%
   26     87.82     0.235    0.2%
   27     90.48     0.142    0.1%
   28     92.37     0.073    0.0%
   29     94.41     0.156    0.1%
   30     96.58     0.068    0.0%
   31     98.48     0.169    0.1%
   32     102.6     0.821    0.7%
   33     111.5     0.137    0.1%
   34     113.6      0.24    0.2%
   35     115.3      0.14    0.1%
   36     117.6     0.156    0.1%
   37     119.7     0.237    0.1%
   38     121.9     0.283    0.2%
   39     123.8     0.215    0.1%
   40     125.7     0.181    0.1%
   41     127.9     0.199    0.1%
   42     130.3     0.733    0.5%
   43     132.1     0.296    0.2%
   44     133.7     0.129    0.0%
   45     135.9     0.262    0.1%
   46     137.9     0.122    0.0%
   47     140.4     0.659    0.4%
   48     142.1     0.165    0.1%
   49     145.5     1.143    0.7%
   50       146      0.15    0.1%

Quality and confidence:
param     error
s         0.006

Model:
Time ~=    24.59
    + s    2.496
              µs

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


Parity Bot and others added 2 commits December 11, 2021 16:44
…k --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
@gavofyork
Copy link
Member Author

/benchmark runtime pallet kusama pallet_xcm_benchmarks::generic

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=kusama pallet_xcm_benchmarks::generic --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/kusama pallet_xcm_benchmarks_generic.rs

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

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

For more information try --help

ERROR: Unable to commit file ./runtime/polkadot/src/weights/kusama

@gavofyork
Copy link
Member Author

/benchmark runtime kusama pallet_scheduler

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Kusama Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/

Results
Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    5.747
    + s    39.51
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     51.78     0.282    0.5%
    2     90.04     0.842    0.9%
    3     129.5     0.512    0.3%
    4     164.1     0.865    0.5%
    5     209.2     0.502    0.2%
    6     243.9     0.937    0.3%
    7     279.2     0.703    0.2%
    8     317.1     0.807    0.2%
    9     358.6     0.839    0.2%
   10     393.2     0.689    0.1%
   11     437.5     8.386    1.9%
   12     470.4     0.963    0.2%
   13     510.3     9.018    1.7%
   14     544.8     0.937    0.1%
   15     592.3     8.429    1.4%
   16     628.7     9.812    1.5%
   17     673.2     5.336    0.7%
   18     716.6     10.62    1.4%
   19     751.5     1.317    0.1%
   20     805.4     13.35    1.6%
   21       831     8.465    1.0%
   22     881.9     11.77    1.3%
   23     910.9     8.339    0.9%
   24     962.3     17.57    1.8%
   25     999.3     13.04    1.3%
   26      1035     11.18    1.0%
   27      1066     11.26    1.0%
   28      1112     15.27    1.3%
   29      1137      9.48    0.8%
   30      1194     9.841    0.8%
   31      1223     8.069    0.6%
   32      1264     13.46    1.0%
   33      1309     10.95    0.8%
   34      1357      12.7    0.9%
   35      1398      12.3    0.8%
   36      1442     12.12    0.8%
   37      1486     14.44    0.9%
   38      1521     12.48    0.8%
   39      1572     12.13    0.7%
   40      1595     10.63    0.6%
   41      1631     12.22    0.7%
   42      1667     11.03    0.6%
   43      1708     11.91    0.6%
   44      1744     13.45    0.7%
   45      1780     8.787    0.4%
   46      1839     13.96    0.7%
   47      1865     11.58    0.6%
   48      1890     9.944    0.5%
   49      1937     11.05    0.5%
   50      1985      10.3    0.5%

Quality and confidence:
param     error
s         0.039

Model:
Time ~=    2.821
    + s    39.67
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    5.012
    + s    31.18
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     42.64     0.169    0.3%
    2     74.97     0.282    0.3%
    3       103     0.371    0.3%
    4     131.8     0.295    0.2%
    5     168.6     0.286    0.1%
    6       194     0.333    0.1%
    7     222.9      0.34    0.1%
    8     256.7     8.932    3.4%
    9     291.1     0.649    0.2%
   10     313.7     0.706    0.2%
   11       346     3.122    0.9%
   12     373.2     0.285    0.0%
   13       404     4.414    1.0%
   14     432.2     0.394    0.0%
   15     461.6     4.703    1.0%
   16     492.7     1.759    0.3%
   17     534.3      0.83    0.1%
   18     564.2     0.491    0.0%
   19     591.7     1.199    0.2%
   20     620.7     0.924    0.1%
   21     659.2     5.942    0.9%
   22     683.7     2.881    0.4%
   23     719.3     8.635    1.2%
   24     747.1     7.531    1.0%
   25     774.8      8.17    1.0%
   26     811.9     8.836    1.0%
   27     834.4     0.702    0.0%
   28     877.2     15.03    1.7%
   29     901.2      10.3    1.1%
   30     925.6     3.076    0.3%
   31     958.4     3.273    0.3%
   32     995.3      10.6    1.0%
   33      1031     1.675    0.1%
   34      1078     12.44    1.1%
   35      1110     10.22    0.9%
   36      1146     13.64    1.1%
   37      1170     13.76    1.1%
   38      1193     7.662    0.6%
   39      1229     12.14    0.9%
   40      1264     14.07    1.1%
   41      1298     12.73    0.9%
   42      1318     8.467    0.6%
   43      1358     18.87    1.3%
   44      1385      13.1    0.9%
   45      1428     14.12    0.9%
   46      1442     11.81    0.8%
   47      1484     12.32    0.8%
   48      1505     9.778    0.6%
   49      1526     7.218    0.4%
   50      1574     9.982    0.6%

Quality and confidence:
param     error
s         0.036

Model:
Time ~=    0.674
    + s    31.39
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    3.647
    + s    34.38
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     45.62     0.211    0.4%
    2      79.8     0.773    0.9%
    3     113.4     0.576    0.5%
    4     146.6     1.321    0.9%
    5     180.5     0.423    0.2%
    6     216.6     1.785    0.8%
    7     241.7     0.571    0.2%
    8     275.4     0.799    0.2%
    9     314.2     3.053    0.9%
   10     346.2      0.91    0.2%
   11     378.2       0.9    0.2%
   12     411.8     0.868    0.2%
   13     442.1     0.684    0.1%
   14     477.2     1.222    0.2%
   15     510.2     3.842    0.7%
   16     540.6     1.135    0.2%
   17     583.2     4.066    0.6%
   18     616.7     3.895    0.6%
   19     659.8      12.1    1.8%
   20     680.8     1.066    0.1%
   21     717.7     5.762    0.8%
   22     771.6     7.319    0.9%
   23     794.8     10.66    1.3%
   24     828.2     11.46    1.3%
   25     858.5      13.3    1.5%
   26     897.4     11.91    1.3%
   27     932.2     9.831    1.0%
   28     962.8      15.2    1.5%
   29     992.5     13.57    1.3%
   30      1024     4.104    0.4%
   31      1060     10.49    0.9%
   32      1089     4.872    0.4%
   33      1155     14.35    1.2%
   34      1174        10    0.8%
   35      1222     10.11    0.8%
   36      1240      2.69    0.2%
   37      1288     13.59    1.0%
   38      1317     12.06    0.9%
   39      1354     14.21    1.0%
   40      1393     15.75    1.1%
   41      1429     8.805    0.6%
   42      1463     12.07    0.8%
   43      1496     11.69    0.7%
   44      1525     14.51    0.9%
   45      1551     13.76    0.8%
   46      1596     14.49    0.9%
   47      1612     12.04    0.7%
   48      1658     13.39    0.8%
   49      1708     15.71    0.9%
   50      1744        14    0.8%

Quality and confidence:
param     error
s         0.039

Model:
Time ~=        0
    + s    34.63
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    7.876
    + s    28.75
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     40.29      0.14    0.3%
    2     70.86     0.177    0.2%
    3     97.61     0.318    0.3%
    4     123.1     1.057    0.8%
    5     154.3     1.762    1.1%
    6     183.9     1.049    0.5%
    7     212.5     0.489    0.2%
    8     233.4     0.451    0.1%
    9     264.4     0.675    0.2%
   10     294.4     2.534    0.8%
   11     320.4     0.804    0.2%
   12     349.1     1.292    0.3%
   13     374.9     0.691    0.1%
   14     409.3      5.82    1.4%
   15     427.8     1.047    0.2%
   16     457.9     1.236    0.2%
   17     494.2     0.653    0.1%
   18     521.1     1.093    0.2%
   19     549.4     3.837    0.6%
   20     579.5     4.321    0.7%
   21     619.1     14.92    2.4%
   22     632.6     0.791    0.1%
   23     667.1     6.147    0.9%
   24     696.2      10.1    1.4%
   25     718.6     1.579    0.2%
   26     749.8     8.719    1.1%
   27     778.5     8.962    1.1%
   28     809.4     11.37    1.4%
   29       827     0.958    0.1%
   30     862.5     12.53    1.4%
   31     890.2     7.956    0.8%
   32     930.3     15.06    1.6%
   33       965     4.889    0.5%
   34      1010     15.63    1.5%
   35      1026     10.33    1.0%
   36      1053     8.427    0.7%
   37      1082     14.59    1.3%
   38      1101     8.035    0.7%
   39      1135     11.77    1.0%
   40      1167     12.84    1.1%
   41      1195     12.38    1.0%
   42      1221     11.95    0.9%
   43      1253     10.16    0.8%
   44      1288     11.49    0.8%
   45      1298     7.786    0.5%
   46      1338     12.04    0.8%
   47      1373     10.76    0.7%
   48      1394     13.33    0.9%
   49      1421     13.13    0.9%
   50      1445      10.9    0.7%

Quality and confidence:
param     error
s         0.034

Model:
Time ~=    3.619
    + s    28.96
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    9.781
    + s    14.66
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     23.04     0.118    0.5%
    2        39     0.087    0.2%
    3     53.27     0.154    0.2%
    4     66.66     0.534    0.8%
    5     84.09     0.214    0.2%
    6     98.69     0.215    0.2%
    7       113     0.275    0.2%
    8     126.3     0.221    0.1%
    9     141.4     0.295    0.2%
   10     156.2     0.346    0.2%
   11     170.3     0.202    0.1%
   12     187.7     0.455    0.2%
   13     197.8     0.237    0.1%
   14     213.8     2.058    0.9%
   15     224.9     0.361    0.1%
   16     237.8      0.26    0.1%
   17     261.3     0.272    0.1%
   18     275.1     0.276    0.1%
   19     289.1     0.419    0.1%
   20     304.4     2.161    0.7%
   21     317.4     0.846    0.2%
   22       331     0.356    0.1%
   23     345.1     2.324    0.6%
   24     364.7     2.017    0.5%
   25     371.5     0.604    0.1%
   26     385.2     0.849    0.2%
   27     401.5      3.06    0.7%
   28     414.3     0.945    0.2%
   29     427.5     0.927    0.2%
   30     446.1     4.061    0.9%
   31     461.7     6.773    1.4%
   32     468.7     0.589    0.1%
   33     502.7     1.436    0.2%
   34     516.1     3.375    0.6%
   35     533.5     9.402    1.7%
   36     543.2     3.306    0.6%
   37     557.4      4.65    0.8%
   38     569.7     0.354    0.0%
   39     584.6     4.324    0.7%
   40     604.7     11.07    1.8%
   41     613.6     4.862    0.7%
   42     624.2     0.569    0.0%
   43     636.5     0.873    0.1%
   44     658.4     10.27    1.5%
   45     670.3     6.612    0.9%
   46     683.9     2.908    0.4%
   47     698.6     6.116    0.8%
   48     709.1     2.955    0.4%
   49     718.5     0.905    0.1%
   50     742.8     3.764    0.5%

Quality and confidence:
param     error
s         0.017

Model:
Time ~=    8.846
    + s    14.68
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)

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

Model:
Time ~=     9.27
    + s    9.861
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     17.69     0.074    0.4%
    2     28.28     0.071    0.2%
    3     38.27     0.183    0.4%
    4     47.78     0.058    0.1%
    5     59.26     0.156    0.2%
    6      68.1       0.2    0.2%
    7     77.76     0.657    0.8%
    8     86.94     0.552    0.6%
    9     101.8     0.233    0.2%
   10     108.8     0.145    0.1%
   11     119.4     0.991    0.8%
   12     126.7     0.984    0.7%
   13     135.6     0.171    0.1%
   14     145.4     0.181    0.1%
   15     154.5     0.221    0.1%
   16     162.9     0.167    0.1%
   17     179.6     0.184    0.1%
   18     190.3      0.27    0.1%
   19     198.3     0.271    0.1%
   20     208.4     0.274    0.1%
   21     220.3     2.421    1.0%
   22     226.6     0.406    0.1%
   23     234.8      0.44    0.1%
   24     247.8     2.164    0.8%
   25     252.9     0.277    0.1%
   26     262.2     0.295    0.1%
   27     271.9     0.318    0.1%
   28     281.3     0.191    0.0%
   29       291     0.403    0.1%
   30     298.2     0.546    0.1%
   31     306.2     0.476    0.1%
   32     315.4     0.463    0.1%
   33     350.8     0.493    0.1%
   34     361.3     0.775    0.2%
   35     363.8     3.032    0.8%
   36     375.7     11.26    2.9%
   37     379.9     0.677    0.1%
   38     391.2     4.471    1.1%
   39     398.5     3.223    0.8%
   40     406.3     3.825    0.9%
   41     413.5     0.721    0.1%
   42     423.5     0.515    0.1%
   43     435.2     4.355    1.0%
   44     442.3     0.696    0.1%
   45     459.1      5.93    1.2%
   46     458.7     0.766    0.1%
   47       468      3.36    0.7%
   48     478.4     0.555    0.1%
   49     497.8     15.67    3.1%
   50       495     0.923    0.1%

Quality and confidence:
param     error
s         0.019

Model:
Time ~=    8.849
    + s      9.9
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    12.58
    + s    22.58
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     34.81     0.119    0.3%
    2     57.57     0.198    0.3%
    3     81.33     0.243    0.2%
    4     103.4     0.302    0.2%
    5     128.3     1.023    0.7%
    6     149.4     1.815    1.2%
    7     169.6     1.265    0.7%
    8     190.7      0.76    0.3%
    9       221      1.21    0.5%
   10     239.4     0.457    0.1%
   11     260.7     0.706    0.2%
   12     281.2     0.504    0.1%
   13     302.7      0.78    0.2%
   14     326.3     0.977    0.2%
   15     346.4     1.249    0.3%
   16     369.4      4.19    1.1%
   17     398.6     0.509    0.1%
   18       426      9.36    2.1%
   19     441.3      0.83    0.1%
   20     465.6     5.938    1.2%
   21     483.8     0.793    0.1%
   22     515.5     12.33    2.3%
   23     530.4     8.765    1.6%
   24       551     4.023    0.7%
   25     572.6      0.46    0.0%
   26     594.4     4.155    0.6%
   27     613.6     0.575    0.0%
   28     639.8     5.655    0.8%
   29       661     9.069    1.3%
   30     680.6     0.869    0.1%
   31       703     4.479    0.6%
   32     719.1     1.301    0.1%
   33     765.7     9.155    1.1%
   34     790.2     6.443    0.8%
   35     810.7     8.805    1.0%
   36     828.4      1.75    0.2%
   37     851.2     5.344    0.6%
   38     879.9     11.92    1.3%
   39     907.3     11.75    1.2%
   40     918.8     6.669    0.7%
   41     942.6     10.16    1.0%
   42     961.2      3.64    0.3%
   43      1003     12.53    1.2%
   44      1017     13.32    1.3%
   45      1051     15.75    1.4%
   46      1046     1.319    0.1%
   47      1091     13.91    1.2%
   48      1097     13.26    1.2%
   49      1127     14.25    1.2%
   50      1147     16.16    1.4%

Quality and confidence:
param     error
s         0.031

Model:
Time ~=    9.087
    + s    22.78
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)

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

Model:
Time ~=    13.15
    + s    17.44
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     29.14     0.101    0.3%
    2     48.15     0.239    0.4%
    3     65.91      0.22    0.3%
    4     82.71     0.254    0.3%
    5     102.5     0.373    0.3%
    6     116.7     0.444    0.3%
    7     135.9     0.492    0.3%
    8       154     2.777    1.8%
    9       173     1.677    0.9%
   10     187.4     0.361    0.1%
   11     204.7     0.325    0.1%
   12     221.1     0.341    0.1%
   13     238.7     4.692    1.9%
   14     256.3     2.786    1.0%
   15     269.3     0.309    0.1%
   16     286.3     0.345    0.1%
   17     311.1     1.122    0.3%
   18     328.1     0.444    0.1%
   19     344.4     0.679    0.1%
   20     360.4     0.641    0.1%
   21     377.9     0.335    0.0%
   22     394.5     3.091    0.7%
   23     412.1     0.625    0.1%
   24     431.2     5.236    1.2%
   25     448.4     8.195    1.8%
   26     460.5     1.124    0.2%
   27     479.7     3.987    0.8%
   28       495     1.387    0.2%
   29     512.6      1.23    0.2%
   30     528.3     0.588    0.1%
   31     553.2      10.1    1.8%
   32     577.3     15.12    2.6%
   33     597.5     4.185    0.7%
   34     613.5     2.324    0.3%
   35     630.3     8.852    1.4%
   36     645.8     2.882    0.4%
   37     661.7     4.329    0.6%
   38     679.5     1.304    0.1%
   39     696.1     8.382    1.2%
   40     715.7     8.315    1.1%
   41     734.6     11.12    1.5%
   42     752.7     10.72    1.4%
   43     771.9     15.32    1.9%
   44     793.6      15.6    1.9%
   45     802.7     7.269    0.9%
   46       816     12.45    1.5%
   47       835     13.61    1.6%
   48     860.3     15.09    1.7%
   49     867.5     12.56    1.4%
   50     884.8     13.32    1.5%

Quality and confidence:
param     error
s         0.025

Model:
Time ~=    10.65
    + s    17.58
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    14.89
    + s    14.46
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     26.99     0.149    0.5%
    2     42.71     0.323    0.7%
    3     57.32      0.16    0.2%
    4     71.76     0.254    0.3%
    5     88.37     0.167    0.1%
    6     101.8     1.117    1.0%
    7     115.1     1.041    0.9%
    8     128.7      1.44    1.1%
    9     146.6     1.174    0.8%
   10       160     0.308    0.1%
   11     173.8      0.42    0.2%
   12     187.6     0.406    0.2%
   13     200.7     0.275    0.1%
   14     214.2     0.371    0.1%
   15     230.9     6.442    2.7%
   16     241.8     0.232    0.0%
   17     263.8     0.448    0.1%
   18     277.8      0.67    0.2%
   19     291.1      0.36    0.1%
   20     304.9      0.36    0.1%
   21     318.8      0.24    0.0%
   22     331.8     0.317    0.0%
   23     346.6     0.209    0.0%
   24     359.4     0.304    0.0%
   25     373.3      0.27    0.0%
   26     386.7     0.437    0.1%
   27     400.4     0.466    0.1%
   28     415.1     1.437    0.3%
   29       433     8.069    1.8%
   30     445.4     5.121    1.1%
   31       457     8.036    1.7%
   32     473.7     9.381    1.9%
   33     502.2     6.683    1.3%
   34     513.9     4.354    0.8%
   35     527.6     3.684    0.6%
   36     539.7     0.499    0.0%
   37     555.2     4.597    0.8%
   38       566     0.861    0.1%
   39     581.1     0.777    0.1%
   40     604.8     13.66    2.2%
   41     607.8     0.656    0.1%
   42     625.7     8.187    1.3%
   43     640.8     10.61    1.6%
   44     653.1     10.36    1.5%
   45     663.2     0.822    0.1%
   46     684.6     14.08    2.0%
   47     690.3      0.79    0.1%
   48     709.3     10.16    1.4%
   49     723.1     9.924    1.3%
   50     736.5     6.855    0.9%

Quality and confidence:
param     error
s         0.019

Model:
Time ~=    13.41
    + s    14.52
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    14.16
    + s    12.51
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     24.69     0.169    0.6%
    2     38.53     0.161    0.4%
    3     51.02      0.16    0.3%
    4     63.06     0.254    0.4%
    5      77.9     0.299    0.3%
    6     89.73     0.702    0.7%
    7     101.8     0.271    0.2%
    8     113.6     0.314    0.2%
    9     131.1     1.171    0.8%
   10     142.5     0.264    0.1%
   11     150.8     0.184    0.1%
   12     165.7     0.278    0.1%
   13     173.5     0.114    0.0%
   14     189.8     0.515    0.2%
   15     197.4     0.203    0.1%
   16     208.4     0.284    0.1%
   17     234.6     0.297    0.1%
   18     240.6     0.342    0.1%
   19     252.9     0.076    0.0%
   20     263.9     0.344    0.1%
   21     281.8     0.459    0.1%
   22     287.6     0.416    0.1%
   23     298.9     0.702    0.2%
   24     310.1     0.353    0.1%
   25     323.3     3.318    1.0%
   26     333.8     0.574    0.1%
   27     345.7     0.641    0.1%
   28     357.8     3.388    0.9%
   29     368.3      0.63    0.1%
   30       380      0.71    0.1%
   31     391.5     0.435    0.1%
   32     403.2     1.169    0.2%
   33     434.1     4.121    0.9%
   34     443.1      0.62    0.1%
   35     454.7     0.624    0.1%
   36     465.8      0.59    0.1%
   37     478.7     0.746    0.1%
   38     491.3     3.789    0.7%
   39     502.5      4.36    0.8%
   40     514.2     3.198    0.6%
   41       526     4.284    0.8%
   42     538.8     4.557    0.8%
   43     551.8     7.375    1.3%
   44       559     0.739    0.1%
   45     569.6     1.273    0.2%
   46     581.2     0.588    0.1%
   47     612.1     9.113    1.4%
   48     634.8     1.615    0.2%
   49     631.2     0.785    0.1%
   50     645.2     3.036    0.4%

Quality and confidence:
param     error
s         0.018

Model:
Time ~=    12.63
    + s    12.54
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    23.59
    + s    0.035
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     22.19     0.077    0.3%
    1     23.18     0.151    0.6%
    2     23.37     0.086    0.3%
    3     23.35     0.152    0.6%
    4     23.43     0.165    0.7%
    5     23.59     0.098    0.4%
    6     23.84     0.097    0.4%
    7     23.96     0.188    0.7%
    8     23.68     0.224    0.9%
    9     24.25     0.207    0.8%
   10     24.35     0.154    0.6%
   11     24.47     0.185    0.7%
   12     24.35     0.137    0.5%
   13     24.36     0.096    0.3%
   14     24.52      0.09    0.3%
   15     24.07     0.137    0.5%
   16     24.24     0.125    0.5%
   17     23.99     0.099    0.4%
   18     24.63     0.104    0.4%
   19     24.34     0.262    1.0%
   20     24.16     0.167    0.6%
   21     24.48     0.216    0.8%
   22      24.6     0.122    0.4%
   23     24.29     0.146    0.6%
   24      24.4     0.082    0.3%
   25     24.71     0.145    0.5%
   26     24.49     0.197    0.8%
   27     24.46     0.138    0.5%
   28     24.97     0.376    1.5%
   29     24.86     0.254    1.0%
   30     24.61     0.153    0.6%
   31     24.61     0.196    0.7%
   32     24.62     0.148    0.6%
   33     24.74     0.204    0.8%
   34     24.91     0.133    0.5%
   35     24.78     0.096    0.3%
   36     24.72     0.139    0.5%
   37     24.88     0.125    0.5%
   38     24.78     0.102    0.4%
   39     25.05     0.157    0.6%
   40     24.97     0.097    0.3%
   41     24.86     0.232    0.9%
   42     24.76     0.087    0.3%
   43     25.33     0.113    0.4%
   44      25.5     0.309    1.2%
   45     24.94     0.133    0.5%
   46     25.28     0.138    0.5%
   47      25.2     0.137    0.5%
   48     25.18     0.202    0.8%
   49     25.09     0.127    0.5%
   50      25.4     0.108    0.4%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    23.53
    + s    0.038
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    22.15
    + s    2.491
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     23.41     0.112    0.4%
    2     26.38     0.109    0.4%
    3     28.92     0.117    0.4%
    4      31.1     0.082    0.2%
    5     34.61     0.137    0.3%
    6     37.02     0.135    0.3%
    7     39.39     0.111    0.2%
    8     41.21     0.102    0.2%
    9     45.82     0.461    1.0%
   10     48.44     0.181    0.3%
   11      50.2      0.45    0.8%
   12     51.97     0.479    0.9%
   13     53.67      0.29    0.5%
   14     57.17     0.204    0.3%
   15     57.91     0.186    0.3%
   16     60.04     0.133    0.2%
   17     66.54     0.194    0.2%
   18     68.49     0.109    0.1%
   19     70.63      0.15    0.2%
   20     72.42     0.192    0.2%
   21     76.34     0.093    0.1%
   22     76.99     0.161    0.2%
   23     79.04      0.16    0.2%
   24     81.29     0.171    0.2%
   25     83.29     0.091    0.1%
   26     84.99     0.129    0.1%
   27     87.51     0.142    0.1%
   28     89.75     0.153    0.1%
   29     91.71     0.132    0.1%
   30     94.12     0.166    0.1%
   31     96.37       0.8    0.8%
   32     97.63     0.196    0.2%
   33     108.7     0.188    0.1%
   34     110.9     0.127    0.1%
   35       113      0.16    0.1%
   36     116.4      1.13    0.9%
   37     116.9      0.25    0.2%
   38       119     0.115    0.0%
   39     121.2     0.218    0.1%
   40     123.2     0.134    0.1%
   41     125.5     0.173    0.1%
   42     127.3     0.315    0.2%
   43     130.2     0.181    0.1%
   44     131.5     0.141    0.1%
   45     133.4     0.191    0.1%
   46     135.4     0.221    0.1%
   47     137.8     0.204    0.1%
   48     139.7      0.09    0.0%
   49     141.6     0.142    0.1%
   50       144     0.196    0.1%

Quality and confidence:
param     error
s         0.006

Model:
Time ~=       22
    + s    2.495
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    28.68
    + s    0.053
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     26.73     0.205    0.7%
    1     28.03     0.174    0.6%
    2     28.47     0.057    0.2%
    3     28.56     0.075    0.2%
    4     28.79     0.163    0.5%
    5     28.63     0.136    0.4%
    6     29.29     0.245    0.8%
    7     29.04     0.251    0.8%
    8      29.2     0.161    0.5%
    9      29.7     0.144    0.4%
   10     29.48     0.286    0.9%
   11     29.83     0.206    0.6%
   12     29.06     0.177    0.6%
   13      29.9     0.083    0.2%
   14      29.8     0.182    0.6%
   15     29.67     0.172    0.5%
   16      30.2     0.118    0.3%
   17      29.4     0.174    0.5%
   18     29.76     0.295    0.9%
   19     29.66     0.131    0.4%
   20      29.8     0.176    0.5%
   21     29.55     0.101    0.3%
   22     29.94     0.161    0.5%
   23     29.86     0.246    0.8%
   24     30.12     0.207    0.6%
   25     30.01     0.116    0.3%
   26     30.06     0.125    0.4%
   27     30.46     0.167    0.5%
   28     30.29     0.162    0.5%
   29     29.92     0.119    0.3%
   30     31.17     0.144    0.4%
   31      29.9     0.103    0.3%
   32     29.93     0.126    0.4%
   33     30.64     0.162    0.5%
   34     30.96     0.219    0.7%
   35     30.67     0.201    0.6%
   36     30.72     0.076    0.2%
   37     30.25     0.189    0.6%
   38     30.14     0.131    0.4%
   39     30.51      0.08    0.2%
   40     30.86     0.101    0.3%
   41      30.6     0.127    0.4%
   42     30.94     0.134    0.4%
   43     31.44      0.09    0.2%
   44     31.46     0.211    0.6%
   45     31.31     0.269    0.8%
   46      30.9     0.251    0.8%
   47     30.92     0.327    1.0%
   48     31.23     0.121    0.3%
   49      30.7     0.164    0.5%
   50     31.25     0.119    0.3%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=     28.6
    + s    0.056
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    24.51
    + s    2.507
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     25.12      0.11    0.4%
    2      28.4     0.092    0.3%
    3     30.82     0.152    0.4%
    4     33.05     0.138    0.4%
    5     36.97      0.24    0.6%
    6     39.46     0.206    0.5%
    7     41.91     0.313    0.7%
    8     43.24     0.628    1.4%
    9     48.42     0.157    0.3%
   10     49.91     0.327    0.6%
   11     53.04     0.117    0.2%
   12     53.89     0.448    0.8%
   13     56.24     0.599    1.0%
   14      58.6     0.298    0.5%
   15     60.26     0.221    0.3%
   16      62.6     0.187    0.2%
   17     70.11     0.651    0.9%
   18     71.43     0.165    0.2%
   19     73.37      0.22    0.2%
   20      75.2     0.152    0.2%
   21     77.58     0.733    0.9%
   22     79.79     0.194    0.2%
   23     81.57     0.183    0.2%
   24     85.41     0.235    0.2%
   25     85.79     0.249    0.2%
   26     87.54     0.155    0.1%
   27        90     0.244    0.2%
   28     92.23     0.222    0.2%
   29     94.33     0.149    0.1%
   30     96.44     0.197    0.2%
   31     100.3     0.165    0.1%
   32     100.7     0.596    0.5%
   33     110.9     0.151    0.1%
   34     113.5     0.114    0.1%
   35     115.3     0.139    0.1%
   36       118     0.782    0.6%
   37     119.5     0.178    0.1%
   38     123.1     1.421    1.1%
   39       124      0.16    0.1%
   40       126     0.237    0.1%
   41     127.8     0.116    0.0%
   42     129.9     0.145    0.1%
   43     132.4     0.233    0.1%
   44     134.1     0.157    0.1%
   45     137.9     1.934    1.4%
   46     138.1     0.408    0.2%
   47     141.8     2.035    1.4%
   48     142.3     0.287    0.2%
   49     144.2     0.207    0.1%
   50     146.5     0.157    0.1%

Quality and confidence:
param     error
s         0.006

Model:
Time ~=    24.13
    + s    2.513
              µs

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


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

/benchmark runtime westend pallet_scheduler

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Westend Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/

Results
Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    3.772
    + s    39.09
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     50.07     0.211    0.4%
    2     90.62     0.437    0.4%
    3     125.4     0.636    0.5%
    4     162.1      0.64    0.3%
    5     202.6     0.884    0.4%
    6     240.4     1.057    0.4%
    7     275.4     1.057    0.3%
    8     312.4     0.959    0.3%
    9     357.2     3.855    1.0%
   10       392      1.56    0.3%
   11     426.3     0.472    0.1%
   12       465     3.031    0.6%
   13     506.4     13.66    2.6%
   14     540.9     3.295    0.6%
   15     582.8     11.16    1.9%
   16     614.9     0.779    0.1%
   17     665.9     8.299    1.2%
   18     705.7     6.494    0.9%
   19     743.6     1.812    0.2%
   20     781.9     7.661    0.9%
   21     820.3     8.158    0.9%
   22     864.4     8.849    1.0%
   23       892     7.322    0.8%
   24     930.6     3.541    0.3%
   25     972.3     9.024    0.9%
   26      1010     3.401    0.3%
   27      1048     8.347    0.7%
   28      1108     18.34    1.6%
   29      1156     2.384    0.2%
   30      1173      11.7    0.9%
   31      1215     13.78    1.1%
   32      1256     12.26    0.9%
   33      1299     13.36    1.0%
   34      1329     7.386    0.5%
   35      1373     11.52    0.8%
   36      1425     16.48    1.1%
   37      1456     15.41    1.0%
   38      1494     12.38    0.8%
   39      1543     13.99    0.9%
   40      1578     15.31    0.9%
   41      1609     11.17    0.6%
   42      1647     11.46    0.6%
   43      1682     10.23    0.6%
   44      1730      14.4    0.8%
   45      1767     11.28    0.6%
   46      1804     9.346    0.5%
   47      1848     10.69    0.5%
   48      1898     4.058    0.2%
   49      1917     7.896    0.4%
   50      1979     11.89    0.6%

Quality and confidence:
param     error
s         0.037

Model:
Time ~=        0
    + s    39.31
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    7.534
    + s    30.63
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     42.02     0.271    0.6%
    2     74.27     0.361    0.4%
    3     102.5     0.264    0.2%
    4     133.7     0.365    0.2%
    5     163.7     0.424    0.2%
    6     192.6     0.468    0.2%
    7     221.2     0.414    0.1%
    8     249.4     0.625    0.2%
    9     282.2     0.516    0.1%
   10     311.2     0.478    0.1%
   11     342.7     2.164    0.6%
   12     371.6      0.54    0.1%
   13     399.8     1.798    0.4%
   14     429.2     0.397    0.0%
   15     456.3     0.619    0.1%
   16     487.5      0.61    0.1%
   17     532.3     8.967    1.6%
   18     563.3     6.008    1.0%
   19     587.9     4.776    0.8%
   20     617.2     0.785    0.1%
   21     659.9     11.82    1.7%
   22     681.6     10.75    1.5%
   23     706.7     2.683    0.3%
   24     743.9     11.07    1.4%
   25     774.8     12.88    1.6%
   26     801.3     8.675    1.0%
   27     833.5     14.34    1.7%
   28     854.3     0.569    0.0%
   29     886.7     3.712    0.4%
   30     923.1     11.76    1.2%
   31       956     10.95    1.1%
   32     979.5     10.04    1.0%
   33      1021     1.089    0.1%
   34      1055     7.195    0.6%
   35      1086     5.274    0.4%
   36      1120     11.41    1.0%
   37      1150     11.77    1.0%
   38      1180     10.31    0.8%
   39      1216      15.5    1.2%
   40      1239       8.4    0.6%
   41      1268     11.24    0.8%
   42      1306     12.94    0.9%
   43      1334     13.73    1.0%
   44      1364     15.34    1.1%
   45      1395     15.52    1.1%
   46      1426      12.7    0.8%
   47      1453     14.44    0.9%
   48      1474     5.363    0.3%
   49      1515     13.88    0.9%
   50      1547     11.46    0.7%

Quality and confidence:
param     error
s         0.032

Model:
Time ~=    4.231
    + s    30.83
              µs

Reads = 1 + (2 * s)
Writes = 1 + (3 * s)

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    4.376
    + s    33.68
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     44.48     0.154    0.3%
    2      79.9     0.175    0.2%
    3     111.8     0.359    0.3%
    4     141.9      0.83    0.5%
    5     179.7      5.56    3.0%
    6     208.3     0.565    0.2%
    7     239.9     0.628    0.2%
    8     272.1     0.795    0.2%
    9     308.1     0.739    0.2%
   10     338.3     1.155    0.3%
   11     371.5     0.593    0.1%
   12     403.7     0.671    0.1%
   13     434.9     0.626    0.1%
   14     467.5     0.671    0.1%
   15     500.2     0.539    0.1%
   16     533.9     1.234    0.2%
   17     572.4     1.192    0.2%
   18     604.4     0.635    0.1%
   19     644.6     11.41    1.7%
   20     672.1     1.394    0.2%
   21     708.6     9.557    1.3%
   22     749.8     9.322    1.2%
   23     772.8     9.577    1.2%
   24     803.1     1.853    0.2%
   25       839     3.925    0.4%
   26     887.8     3.417    0.3%
   27     906.9     9.452    1.0%
   28     950.5     15.33    1.6%
   29     962.7      1.21    0.1%
   30      1009     15.63    1.5%
   31      1029     2.536    0.2%
   32      1072     11.11    1.0%
   33      1112     1.868    0.1%
   34      1151      4.74    0.4%
   35      1180     6.996    0.5%
   36      1229     10.67    0.8%
   37      1262     13.14    1.0%
   38      1296     11.88    0.9%
   39      1329     8.592    0.6%
   40      1363     10.97    0.8%
   41      1396     11.72    0.8%
   42      1442     5.894    0.4%
   43      1462     11.36    0.7%
   44      1495     14.55    0.9%
   45      1529     14.59    0.9%
   46      1553     10.27    0.6%
   47      1584     11.81    0.7%
   48      1619      14.5    0.8%
   49      1674     13.86    0.8%
   50      1704     17.69    1.0%

Quality and confidence:
param     error
s         0.037

Model:
Time ~=        0
    + s    33.89
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_resolved", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    6.501
    + s     28.5
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     39.79      0.14    0.3%
    2     69.74      0.25    0.3%
    3      96.3     0.804    0.8%
    4     123.5     0.377    0.3%
    5     154.6     1.225    0.7%
    6       180     0.731    0.4%
    7     206.1     0.224    0.1%
    8     231.1     0.394    0.1%
    9     264.6     2.177    0.8%
   10     289.2     0.476    0.1%
   11     316.2     0.637    0.2%
   12     345.2     0.762    0.2%
   13     370.9     0.499    0.1%
   14     398.9     1.055    0.2%
   15     428.2     4.138    0.9%
   16     453.4     0.933    0.2%
   17     489.3     0.585    0.1%
   18     519.2     4.878    0.9%
   19     543.6     0.598    0.1%
   20     572.8     1.104    0.1%
   21     612.3      12.6    2.0%
   22     627.5     0.992    0.1%
   23       660     8.521    1.2%
   24     686.5       8.4    1.2%
   25       713     3.439    0.4%
   26     742.4     8.259    1.1%
   27     785.2     7.952    1.0%
   28       804     10.52    1.3%
   29     824.4     8.385    1.0%
   30     860.2     9.656    1.1%
   31     884.2     9.442    1.0%
   32     903.9     1.017    0.1%
   33     950.8     2.601    0.2%
   34     988.7     13.16    1.3%
   35      1021     11.67    1.1%
   36      1037     10.79    1.0%
   37      1066      10.2    0.9%
   38      1103     11.59    1.0%
   39      1136     17.34    1.5%
   40      1153     13.78    1.1%
   41      1196     12.26    1.0%
   42      1208     11.49    0.9%
   43      1233         9    0.7%
   44      1276     13.85    1.0%
   45      1301     12.33    0.9%
   46      1320     10.45    0.7%
   47      1348     11.92    0.8%
   48      1376      13.9    1.0%
   49      1419     11.53    0.8%
   50      1431     10.43    0.7%

Quality and confidence:
param     error
s         0.034

Model:
Time ~=    3.095
    + s    28.71
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    8.804
    + s    14.67
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     22.77     0.203    0.8%
    2     37.52     0.083    0.2%
    3     52.93     0.248    0.4%
    4     66.54     0.142    0.2%
    5     82.35     0.792    0.9%
    6     97.33     0.213    0.2%
    7     111.6     0.329    0.2%
    8     124.8     0.759    0.6%
    9     143.9     0.137    0.0%
   10     155.3     0.248    0.1%
   11     172.2     0.227    0.1%
   12     181.8     0.292    0.1%
   13     196.9     1.417    0.7%
   14     209.8     0.385    0.1%
   15     222.6     0.208    0.0%
   16     236.6     0.272    0.1%
   17     260.4     0.381    0.1%
   18     273.2     0.293    0.1%
   19     287.1     0.267    0.0%
   20     300.4     0.505    0.1%
   21       314     0.278    0.0%
   22     334.8     0.925    0.2%
   23     349.1     0.482    0.1%
   24     362.2     0.973    0.2%
   25     382.5     7.582    1.9%
   26     390.8     0.725    0.1%
   27       406     0.497    0.1%
   28     418.4     0.384    0.0%
   29     434.1     0.512    0.1%
   30       448     0.703    0.1%
   31     461.8     1.717    0.3%
   32     477.8     0.804    0.1%
   33     508.8     0.796    0.1%
   34     522.8     10.13    1.9%
   35       543     0.825    0.1%
   36     540.6     0.705    0.1%
   37     560.7     8.786    1.5%
   38     569.1     5.103    0.8%
   39     583.7     3.924    0.6%
   40     596.1     5.326    0.8%
   41     609.9      3.93    0.6%
   42     622.7     1.049    0.1%
   43     635.3     3.742    0.5%
   44     657.5     13.34    2.0%
   45     663.1     3.513    0.5%
   46     677.2     3.986    0.5%
   47     695.6     11.41    1.6%
   48       706      4.41    0.6%
   49     715.5     0.868    0.1%
   50     756.9     13.82    1.8%

Quality and confidence:
param     error
s         0.022

Model:
Time ~=    8.499
    + s    14.71
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_aborted", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Preimage PreimageFor (r:1 w:0)

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

Model:
Time ~=    9.788
    + s     9.73
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     17.51     0.088    0.5%
    2     27.73     0.118    0.4%
    3     37.88      0.08    0.2%
    4     47.04     0.127    0.2%
    5      58.8     0.104    0.1%
    6     68.34     0.113    0.1%
    7     77.59     0.152    0.1%
    8     86.81     0.646    0.7%
    9     100.6     0.212    0.2%
   10     109.5     0.138    0.1%
   11     116.5     0.218    0.1%
   12       125     0.144    0.1%
   13       137     1.104    0.8%
   14       143     0.238    0.1%
   15     152.3     0.281    0.1%
   16     160.5      0.31    0.1%
   17     179.1     0.607    0.3%
   18     187.7     0.198    0.1%
   19     196.6     0.347    0.1%
   20     205.8     0.297    0.1%
   21     214.5     0.477    0.2%
   22     223.4     0.266    0.1%
   23       232      0.24    0.1%
   24     240.9     0.315    0.1%
   25     253.1     3.784    1.4%
   26       258     0.388    0.1%
   27     268.7     0.286    0.1%
   28     279.3     2.632    0.9%
   29     287.2     0.403    0.1%
   30     296.4     3.733    1.2%
   31     302.6     0.424    0.1%
   32     311.8      0.33    0.1%
   33     338.8      0.57    0.1%
   34       348     0.256    0.0%
   35     356.8      0.42    0.1%
   36       369     4.594    1.2%
   37     385.2     8.709    2.2%
   38     383.8     3.195    0.8%
   39     394.1     0.601    0.1%
   40     402.2     0.376    0.0%
   41     411.8     2.781    0.6%
   42     423.8     5.694    1.3%
   43     429.3     4.362    1.0%
   44       436     0.494    0.1%
   45     445.2     0.895    0.2%
   46     450.7     0.567    0.1%
   47       461     1.249    0.2%
   48     469.5     0.416    0.0%
   49       492     15.34    3.1%
   50     487.9     0.251    0.0%

Quality and confidence:
param     error
s         0.017

Model:
Time ~=    9.314
    + s    9.745
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    12.84
    + s    22.08
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     34.23      0.12    0.3%
    2      56.3     0.185    0.3%
    3     79.79     0.419    0.5%
    4     101.1     0.272    0.2%
    5     125.7     0.297    0.2%
    6     147.2     0.201    0.1%
    7     165.5     0.608    0.3%
    8     186.4     0.338    0.1%
    9     215.6     1.433    0.6%
   10     233.8     0.807    0.3%
   11     255.9     0.818    0.3%
   12     276.9     0.588    0.2%
   13     297.7     0.692    0.2%
   14     317.9      0.73    0.2%
   15     340.2     0.719    0.2%
   16     361.9     2.407    0.6%
   17     391.8     3.958    1.0%
   18     412.7     0.458    0.1%
   19     432.3     1.237    0.2%
   20     456.3     5.105    1.1%
   21     476.7     0.897    0.1%
   22     497.9     1.769    0.3%
   23     529.5     10.53    1.9%
   24     539.1     1.736    0.3%
   25     561.8     3.105    0.5%
   26     580.7     3.133    0.5%
   27     604.6     1.013    0.1%
   28     632.1     10.77    1.7%
   29     655.6     6.792    1.0%
   30     673.7     7.091    1.0%
   31     689.1     0.381    0.0%
   32       713      8.83    1.2%
   33       751     8.349    1.1%
   34     767.9     1.956    0.2%
   35     793.1     8.849    1.1%
   36     814.9     8.141    0.9%
   37     835.5     7.645    0.9%
   38     853.1     3.383    0.3%
   39     880.8     10.26    1.1%
   40     909.6     13.37    1.4%
   41       925     12.13    1.3%
   42     941.4     3.407    0.3%
   43     970.3     12.26    1.2%
   44       986     9.375    0.9%
   45      1013     17.61    1.7%
   46      1025     5.268    0.5%
   47      1066     15.37    1.4%
   48      1080     13.99    1.2%
   49      1102     12.12    1.0%
   50      1121     9.774    0.8%

Quality and confidence:
param     error
s         0.025

Model:
Time ~=    10.35
    + s    22.24
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_periodic", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:2 w:2)

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

Model:
Time ~=    13.77
    + s     16.9
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     28.78     0.109    0.3%
    2     47.23     0.312    0.6%
    3     64.17     0.274    0.4%
    4     80.22      0.32    0.3%
    5     99.16     0.277    0.2%
    6     114.3     1.237    1.0%
    7       132     0.446    0.3%
    8     148.5     0.452    0.3%
    9     169.8     0.344    0.2%
   10     182.6     0.414    0.2%
   11     199.2     0.241    0.1%
   12     220.3     0.429    0.1%
   13     230.6     0.546    0.2%
   14     247.2     0.599    0.2%
   15     263.1     0.634    0.2%
   16     278.5     0.768    0.2%
   17     307.1     3.397    1.1%
   18     319.2     0.257    0.0%
   19     335.8     0.516    0.1%
   20     352.1     0.657    0.1%
   21     371.6     8.613    2.3%
   22     383.2     0.485    0.1%
   23     401.4     1.071    0.2%
   24     422.9     3.838    0.9%
   25     433.9     0.564    0.1%
   26     450.1     2.732    0.6%
   27     464.2      0.88    0.1%
   28     479.1     1.108    0.2%
   29     496.7     0.942    0.1%
   30       514     5.368    1.0%
   31     530.4     3.442    0.6%
   32     545.4     4.426    0.8%
   33     582.9      5.85    1.0%
   34     592.8     1.013    0.1%
   35     613.9     5.646    0.9%
   36     629.3     3.683    0.5%
   37     644.7     4.258    0.6%
   38     659.8     1.112    0.1%
   39     678.1     6.879    1.0%
   40     700.6     11.05    1.5%
   41     712.9     10.72    1.5%
   42     729.6     10.71    1.4%
   43     737.8     1.726    0.2%
   44     762.6      10.2    1.3%
   45     772.3     1.336    0.1%
   46     798.3     13.01    1.6%
   47     816.8     13.48    1.6%
   48     819.2      5.14    0.6%
   49     836.8     4.182    0.4%
   50     851.2     4.453    0.5%

Quality and confidence:
param     error
s         0.021

Model:
Time ~=    12.59
    + s    16.96
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=    14.84
    + s    14.28
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     26.45      0.11    0.4%
    2     42.18     0.198    0.4%
    3     56.48      0.21    0.3%
    4     70.22     0.161    0.2%
    5     86.78     0.257    0.2%
    6     100.8     0.236    0.2%
    7     111.8     0.284    0.2%
    8     128.3     0.342    0.2%
    9     144.2     0.258    0.1%
   10     158.2     0.559    0.3%
   11     174.9     0.313    0.1%
   12     184.5     0.284    0.1%
   13     199.9     2.053    1.0%
   14     211.4     0.291    0.1%
   15     225.2      0.24    0.1%
   16     244.1      0.58    0.2%
   17     261.1     0.233    0.0%
   18     277.7     2.854    1.0%
   19     293.3     4.031    1.3%
   20     301.3     0.423    0.1%
   21     315.2     0.405    0.1%
   22     328.4     0.243    0.0%
   23       341     0.345    0.1%
   24     354.3     0.236    0.0%
   25     368.9     0.474    0.1%
   26     381.6     0.462    0.1%
   27       396     1.955    0.4%
   28     408.2     0.466    0.1%
   29       423     3.355    0.7%
   30       435     0.846    0.1%
   31     447.8     0.483    0.1%
   32     463.5      3.56    0.7%
   33     492.6     0.606    0.1%
   34       507     0.839    0.1%
   35     523.4       6.6    1.2%
   36     533.2     0.886    0.1%
   37     555.1     7.819    1.4%
   38     560.5     0.778    0.1%
   39     578.3     8.642    1.4%
   40       587     0.599    0.1%
   41     607.9     11.69    1.9%
   42       614     0.598    0.0%
   43     630.1     5.197    0.8%
   44       640     0.707    0.1%
   45     661.7     11.41    1.7%
   46     668.4     3.499    0.5%
   47       683     3.769    0.5%
   48     701.1     8.457    1.2%
   49       711     3.121    0.4%
   50       723     3.757    0.5%

Quality and confidence:
param     error
s         0.018

Model:
Time ~=    14.02
    + s     14.3
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    14.33
    + s    12.32
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     24.52     0.166    0.6%
    2     37.32     0.132    0.3%
    3     50.11     0.219    0.4%
    4     61.95     0.175    0.2%
    5     76.56     0.148    0.1%
    6     88.21     0.198    0.2%
    7     99.95     0.192    0.1%
    8     111.8     0.253    0.2%
    9     128.1      0.19    0.1%
   10     139.2     1.216    0.8%
   11     151.8     0.203    0.1%
   12     159.8     0.268    0.1%
   13     175.4      0.31    0.1%
   14     187.1      0.34    0.1%
   15     198.3     1.334    0.6%
   16     207.4     2.395    1.1%
   17     225.7     0.197    0.0%
   18     239.6     4.157    1.7%
   19       249     0.931    0.3%
   20     266.4     0.214    0.0%
   21     272.4     0.121    0.0%
   22     284.6     0.609    0.2%
   23     295.2     0.297    0.1%
   24       307     0.213    0.0%
   25     325.1     0.203    0.0%
   26     329.9     0.452    0.1%
   27     341.7     0.235    0.0%
   28     352.5     0.689    0.1%
   29     365.4     1.434    0.3%
   30       375     0.332    0.0%
   31     386.5      0.36    0.0%
   32     397.3     0.383    0.0%
   33     429.4     4.975    1.1%
   34     438.5     0.787    0.1%
   35     461.9     10.81    2.3%
   36     461.3     0.799    0.1%
   37     473.3       0.7    0.1%
   38     484.7     0.465    0.0%
   39     498.7     3.424    0.6%
   40     507.7      1.06    0.2%
   41     519.4     0.772    0.1%
   42     539.1     12.88    2.3%
   43     541.5     0.515    0.0%
   44     563.4     10.22    1.8%
   45     565.5     0.873    0.1%
   46     585.4     8.227    1.4%
   47     587.6     0.891    0.1%
   48     610.3     6.307    1.0%
   49     610.6     1.263    0.2%
   50     631.1     9.712    1.5%

Quality and confidence:
param     error
s         0.019

Model:
Time ~=    13.45
    + s    12.35
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    22.87
    + s    0.035
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     21.25     0.057    0.2%
    1     22.28     0.119    0.5%
    2     22.66     0.095    0.4%
    3     22.88     0.154    0.6%
    4     22.91     0.147    0.6%
    5     23.01     0.129    0.5%
    6     23.17     0.106    0.4%
    7     23.29     0.088    0.3%
    8     23.13     0.156    0.6%
    9     23.31      0.08    0.3%
   10     23.35     0.221    0.9%
   11      23.9     0.155    0.6%
   12     23.28     0.155    0.6%
   13     23.33     0.147    0.6%
   14     23.72      0.11    0.4%
   15     23.86     0.088    0.3%
   16     23.38     0.096    0.4%
   17     23.58     0.199    0.8%
   18      23.6     0.074    0.3%
   19     23.84     0.235    0.9%
   20     23.66     0.098    0.4%
   21      23.6     0.136    0.5%
   22     23.71     0.129    0.5%
   23     23.81     0.125    0.5%
   24     24.25     0.198    0.8%
   25     23.71     0.034    0.1%
   26     23.69      0.11    0.4%
   27     23.89     0.118    0.4%
   28     23.81     0.116    0.4%
   29     23.86     0.135    0.5%
   30     24.09      0.12    0.4%
   31     23.96     0.133    0.5%
   32     23.97     0.046    0.1%
   33     24.16     0.136    0.5%
   34     23.82     0.117    0.4%
   35     23.92     0.075    0.3%
   36     24.52     0.099    0.4%
   37     24.01     0.188    0.7%
   38     24.25     0.175    0.7%
   39     24.22     0.155    0.6%
   40     24.26     0.136    0.5%
   41     24.31     0.077    0.3%
   42      24.4     0.102    0.4%
   43     24.33     0.135    0.5%
   44     24.31     0.074    0.3%
   45     24.25     0.135    0.5%
   46     24.47     0.133    0.5%
   47     24.59     0.072    0.2%
   48     24.51     0.122    0.4%
   49     24.58      0.11    0.4%
   50     24.72     0.103    0.4%

Quality and confidence:
param     error
s             0

Model:
Time ~=     22.8
    + s    0.038
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Agenda (r:1 w:1)
Storage: Scheduler Lookup (r:0 w:1)

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

Model:
Time ~=     21.2
    + s    2.261
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1        23     0.131    0.5%
    2     25.05     0.051    0.2%
    3     27.69     0.139    0.5%
    4     29.67     0.136    0.4%
    5     32.98     0.093    0.2%
    6     34.82      0.11    0.3%
    7     37.11     0.189    0.5%
    8     38.82     0.112    0.2%
    9     42.98     0.082    0.1%
   10     45.06      0.21    0.4%
   11     46.39     0.402    0.8%
   12     47.76     0.114    0.2%
   13     50.56     0.169    0.3%
   14     52.33     0.353    0.6%
   15     53.95     0.376    0.6%
   16     55.18      0.33    0.5%
   17     61.32      0.19    0.3%
   18     63.13     0.156    0.2%
   19     65.16     0.145    0.2%
   20     67.77     0.566    0.8%
   21     68.53     0.207    0.3%
   22      70.6     0.122    0.1%
   23     74.12      1.38    1.8%
   24     74.21     0.111    0.1%
   25     76.23      0.09    0.1%
   26     77.82     0.113    0.1%
   27     80.19      0.21    0.2%
   28        82     0.156    0.1%
   29     83.81     0.148    0.1%
   30     85.48     0.161    0.1%
   31     87.31     0.106    0.1%
   32     89.15     0.087    0.0%
   33     99.53     0.125    0.1%
   34     101.2      0.16    0.1%
   35     103.1     0.211    0.2%
   36       105     0.152    0.1%
   37     106.6     0.124    0.1%
   38     108.7     0.142    0.1%
   39     110.5      0.06    0.0%
   40     112.2     0.098    0.0%
   41       114     0.199    0.1%
   42     115.9     0.121    0.1%
   43     117.6     0.136    0.1%
   44     119.4     0.184    0.1%
   45     121.1     0.161    0.1%
   46     126.7     0.317    0.2%
   47     129.5     1.155    0.8%
   48     132.8     1.311    0.9%
   49     131.4     0.226    0.1%
   50     130.6     0.119    0.0%

Quality and confidence:
param     error
s         0.005

Model:
Time ~=    20.93
    + s    2.267
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "schedule_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    28.11
    + s    0.047
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     26.36     0.291    1.1%
    1     27.82     0.124    0.4%
    2      28.3     0.506    1.7%
    3     28.19     0.125    0.4%
    4     28.32     0.057    0.2%
    5     28.34     0.181    0.6%
    6     28.34     0.088    0.3%
    7     28.69     0.142    0.4%
    8     28.44      0.15    0.5%
    9     28.02      0.14    0.4%
   10     28.97      0.18    0.6%
   11     29.14     0.118    0.4%
   12     28.48     0.209    0.7%
   13     29.28      0.34    1.1%
   14     28.53     0.184    0.6%
   15     28.92     0.122    0.4%
   16     29.32     0.205    0.6%
   17     29.29     0.207    0.7%
   18     29.34     0.227    0.7%
   19     28.85     0.235    0.8%
   20     29.45     0.276    0.9%
   21     28.87     0.191    0.6%
   22     29.01     0.143    0.4%
   23     29.06      0.06    0.2%
   24     29.46     0.156    0.5%
   25     29.05     0.098    0.3%
   26     29.37       0.2    0.6%
   27      29.6     0.113    0.3%
   28     29.76      0.17    0.5%
   29     29.22     0.144    0.4%
   30     29.56     0.151    0.5%
   31     29.34     0.121    0.4%
   32     29.99     0.099    0.3%
   33     29.68     0.116    0.3%
   34     30.07     0.221    0.7%
   35      29.7     0.179    0.6%
   36     30.04      0.17    0.5%
   37     29.26     0.147    0.5%
   38     29.65     0.084    0.2%
   39     29.58     0.115    0.3%
   40     29.98     0.089    0.2%
   41        30     0.163    0.5%
   42     30.07     0.123    0.4%
   43     30.17     0.117    0.3%
   44     30.03     0.115    0.3%
   45     29.99     0.174    0.5%
   46     30.39     0.107    0.3%
   47     30.43     0.344    1.1%
   48     30.47     0.105    0.3%
   49     30.48      0.13    0.4%
   50     30.59     0.162    0.5%

Quality and confidence:
param     error
s         0.001

Model:
Time ~=    28.04
    + s    0.049
              µs

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

Pallet: "pallet_scheduler", Extrinsic: "cancel_named", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

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

Model:
Time ~=    23.77
    + s    2.234
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     24.32     0.065    0.2%
    2     27.33     0.175    0.6%
    3     29.45     0.137    0.4%
    4     31.51     0.304    0.9%
    5     34.78     0.091    0.2%
    6     37.06     0.247    0.6%
    7     38.19     0.068    0.1%
    8      40.4     0.461    1.1%
    9     45.08     0.138    0.3%
   10     47.08     0.163    0.3%
   11     49.38     0.226    0.4%
   12     50.08     0.111    0.2%
   13     53.02     0.144    0.2%
   14      53.5     0.137    0.2%
   15     56.46     0.127    0.2%
   16     57.28     0.117    0.2%
   17     63.67     0.103    0.1%
   18     66.25     0.716    1.0%
   19     67.38     0.157    0.2%
   20      69.2     0.109    0.1%
   21     70.99      0.15    0.2%
   22     72.99     0.181    0.2%
   23     76.51     0.228    0.2%
   24     76.84     0.542    0.7%
   25     78.27     0.141    0.1%
   26     80.22     0.295    0.3%
   27     82.47     0.143    0.1%
   28     84.43     0.525    0.6%
   29     86.08     0.186    0.2%
   30     87.85     0.117    0.1%
   31     89.83     0.305    0.3%
   32     91.48     0.545    0.5%
   33     101.8     0.238    0.2%
   34       105     0.742    0.7%
   35     105.5      0.11    0.1%
   36     107.2     0.261    0.2%
   37     108.9     0.276    0.2%
   38     110.8     0.266    0.2%
   39     112.6     0.131    0.1%
   40     114.5     0.118    0.1%
   41     116.3     0.097    0.0%
   42     118.1     0.116    0.0%
   43       120     0.155    0.1%
   44     121.8     0.123    0.1%
   45     123.4     0.198    0.1%
   46     125.5     0.237    0.1%
   47       127     0.095    0.0%
   48     129.2     0.197    0.1%
   49     130.7     0.129    0.0%
   50       133     0.299    0.2%

Quality and confidence:
param     error
s         0.006

Model:
Time ~=    23.47
    + s    2.242
              µs

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


@gavofyork
Copy link
Member Author

/benchmark runtime kusama pallet_preimage

@gavofyork
Copy link
Member Author

/benchmark runtime westend pallet_preimage

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

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Westend Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/

Results
Pallet: "pallet_preimage", Extrinsic: "note_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     39.14     0.241    0.6%
83886       259     0.694    0.2%
167772     459.7     0.699    0.1%
251658     668.9     10.99    1.6%
335544     886.9      15.1    1.7%
419430      1074     12.11    1.1%
503316      1280     13.61    1.0%
587202      1496     13.18    0.8%
671088      1706     11.36    0.6%
754974      1914     8.391    0.4%
838860      2115        12    0.5%
922746      2330     9.924    0.4%
1006632      2522     19.72    0.7%
1090518      2737     5.865    0.2%
1174404      2956     14.89    0.5%
1258290      3159     19.12    0.6%
1342176      3368     11.74    0.3%
1426062      3586      10.3    0.2%
1509948      3824     23.23    0.6%
1593834      4022     16.23    0.4%
1677720      4241     19.23    0.4%
1761606      4464     20.94    0.4%
1845492      4661     14.34    0.3%
1929378      4906     20.39    0.4%
2013264      5129     14.35    0.2%
2097150      5432     14.66    0.2%
2181036      5574     13.97    0.2%
2264922      5783     12.52    0.2%
2348808      6017     24.11    0.4%
2432694      6219     10.51    0.1%
2516580      6436     22.51    0.3%
2600466      6658     18.36    0.2%
2684352      6882     10.08    0.1%
2768238      7137     19.18    0.2%
2852124      7319     21.12    0.2%
2936010      7543      12.7    0.1%
3019896      7756     23.07    0.2%
3103782      8001     19.66    0.2%
3187668      8240     30.15    0.3%
3271554      8440     32.13    0.3%
3355440      8675     7.553    0.0%
3439326      8926     29.12    0.3%
3523212      9107     18.24    0.2%
3607098      9363     31.55    0.3%
3690984     10380     34.65    0.3%
3774870     10650      51.5    0.4%
3858756     10870     28.62    0.2%
3942642     11090     17.76    0.1%
4026528     11520     63.52    0.5%
4110414     11600      34.4    0.2%
4194300     10870     25.92    0.2%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "note_requested_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:0)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0      22.9     0.124    0.5%
83886     247.5     0.528    0.2%
167772     447.3     5.044    1.1%
251658     658.9     10.96    1.6%
335544     851.2     6.048    0.7%
419430      1057     11.91    1.1%
503316      1269     13.74    1.0%
587202      1474     12.05    0.8%
671088      1681     11.71    0.6%
754974      1890     16.26    0.8%
838860      2086     12.13    0.5%
922746      2309     2.407    0.1%
1006632      2509     11.28    0.4%
1090518      2717     13.25    0.4%
1174404      2934     14.24    0.4%
1258290      3150     13.26    0.4%
1342176      3367      13.2    0.3%
1426062      3633     3.096    0.0%
1509948      3794     9.429    0.2%
1593834      4019     8.912    0.2%
1677720      4230     9.146    0.2%
1761606      4436     11.16    0.2%
1845492      4688     18.29    0.3%
1929378      4872     19.62    0.4%
2013264      5100     26.99    0.5%
2097150      5424     13.74    0.2%
2181036      5551     19.62    0.3%
2264922      5773     23.94    0.4%
2348808      5973     15.07    0.2%
2432694      6202     22.65    0.3%
2516580      6413     13.05    0.2%
2600466      6635      12.9    0.1%
2684352      6869     16.98    0.2%
2768238      7090     22.43    0.3%
2852124      7307     18.45    0.2%
2936010      7523     21.71    0.2%
3019896      7756     18.31    0.2%
3103782      7976     11.62    0.1%
3187668      8193     10.41    0.1%
3271554      8407     20.98    0.2%
3355440      8627     29.17    0.3%
3439326      8866     16.06    0.1%
3523212      9101      31.3    0.3%
3607098      9295     30.21    0.3%
3690984     10360     26.18    0.2%
3774870     10610      29.4    0.2%
3858756     10850     25.11    0.2%
3942642     11100      45.6    0.4%
4026528     11320     21.61    0.1%
4110414     11530     12.46    0.1%
4194300     11830     22.82    0.1%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "note_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:0)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     21.08     0.164    0.7%
83886     241.2     1.977    0.8%
167772     442.2      0.75    0.1%
251658     644.6     0.652    0.1%
335544     852.1     8.834    1.0%
419430      1055     11.01    1.0%
503316      1267     13.71    1.0%
587202      1467     12.73    0.8%
671088      1671     15.41    0.9%
754974      1890     11.32    0.5%
838860      2093     18.61    0.8%
922746      2350     18.73    0.7%
1006632      2512     12.49    0.4%
1090518      2715     20.62    0.7%
1174404      2929     14.85    0.5%
1258290      3128      13.9    0.4%
1342176      3343     12.96    0.3%
1426062      3614     12.37    0.3%
1509948      3798     11.92    0.3%
1593834      4005     14.49    0.3%
1677720      4230     16.32    0.3%
1761606      4446     13.45    0.3%
1845492      4636      16.5    0.3%
1929378      4885     15.97    0.3%
2013264      5116     20.95    0.4%
2097150      5329     19.19    0.3%
2181036      5532     10.47    0.1%
2264922      5755     18.75    0.3%
2348808      6013      29.1    0.4%
2432694      6212     26.87    0.4%
2516580      6429     14.58    0.2%
2600466      6635     23.11    0.3%
2684352      6861     26.25    0.3%
2768238      7111     30.07    0.4%
2852124      7311     26.87    0.3%
2936010      7517     12.86    0.1%
3019896      7771     23.14    0.2%
3103782      7984     13.64    0.1%
3187668      8207     31.81    0.3%
3271554      8436     29.37    0.3%
3355440      8658     17.61    0.2%
3439326      8872     34.68    0.3%
3523212      9108     25.29    0.2%
3607098      9297     8.209    0.0%
3690984     10350      17.8    0.1%
3774870     10630     30.23    0.2%
3858756     10840     27.13    0.2%
3942642     11090     34.59    0.3%
4026528     11350     12.21    0.1%
4110414     11580     18.58    0.1%
4194300     11810     40.44    0.3%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "unnote_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    60.21
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    60.21
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unnote_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    40.59
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    40.59
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "request_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    53.88
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    53.88
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    34.76
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    34.76
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_unnoted_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=     20.4
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=     20.4
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_requested_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    7.632
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    7.632
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "unrequest_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    36.11
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    36.11
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unrequest_unnoted_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    22.03
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    22.03
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unrequest_multi_referenced_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=     8.16
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=     8.16
              µs

Reads = 1
Writes = 1


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

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Kusama Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/

Results

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

@gavofyork
Copy link
Member Author

/benchmark runtime westend pallet_preimage

@parity-benchapp
Copy link

parity-benchapp bot commented Dec 11, 2021

Benchmark Runtime Westend Pallet for branch "gav-schedule-by-hash" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/

Results
Pallet: "pallet_preimage", Extrinsic: "note_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     39.19     0.152    0.3%
83886     259.3     0.407    0.1%
167772     462.6     4.845    1.0%
251658       668     5.396    0.8%
335544     868.6     2.541    0.2%
419430      1077     9.639    0.8%
503316      1282      10.8    0.8%
587202      1485     12.83    0.8%
671088      1683     8.636    0.5%
754974      1903     18.44    0.9%
838860      2123     3.041    0.1%
922746      2307     10.06    0.4%
1006632      2514     13.27    0.5%
1090518      2751     15.95    0.5%
1174404      2958     14.51    0.4%
1258290      3168     18.29    0.5%
1342176      3370     11.25    0.3%
1426062      3584     12.93    0.3%
1509948      3805     16.08    0.4%
1593834      4030     16.71    0.4%
1677720      4240     13.79    0.3%
1761606      4521     20.22    0.4%
1845492      4754     4.289    0.0%
1929378      4894     15.43    0.3%
2013264      5112     15.64    0.3%
2097150      5322      13.6    0.2%
2181036      5549     8.195    0.1%
2264922      5781     15.55    0.2%
2348808      5989     13.64    0.2%
2432694      6213     24.49    0.3%
2516580      6441     18.72    0.2%
2600466      6657     22.77    0.3%
2684352      6873     14.93    0.2%
2768238      7100     23.46    0.3%
2852124      7327     17.94    0.2%
2936010      7534     29.05    0.3%
3019896      7777     34.12    0.4%
3103782      7992     33.97    0.4%
3187668      8187        25    0.3%
3271554      8445     26.96    0.3%
3355440      8646     20.21    0.2%
3439326      8910     28.11    0.3%
3523212      9116     31.34    0.3%
3607098      9331     11.23    0.1%
3690984     10370     25.03    0.2%
3774870     10630     22.54    0.2%
3858756     10860     33.99    0.3%
3942642     11100     27.72    0.2%
4026528     11350     25.75    0.2%
4110414     11630     20.38    0.1%
4194300     10880     11.71    0.1%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "note_requested_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:0)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     22.98     0.217    0.9%
83886     246.8     0.417    0.1%
167772     443.6     0.625    0.1%
251658       646     1.131    0.1%
335544     848.3     0.699    0.0%
419430      1063     14.44    1.3%
503316      1264     12.39    0.9%
587202      1459     8.686    0.5%
671088      1661     7.944    0.4%
754974      1882      15.5    0.8%
838860      2081     11.87    0.5%
922746      2297     10.42    0.4%
1006632      2508     11.97    0.4%
1090518      2709     14.24    0.5%
1174404      2923     18.97    0.6%
1258290      3155     14.97    0.4%
1342176      3406     19.07    0.5%
1426062      3587     14.96    0.4%
1509948      3804     15.15    0.3%
1593834      3999        15    0.3%
1677720      4217     13.66    0.3%
1761606      4428     10.05    0.2%
1845492      4693     15.95    0.3%
1929378      4872     10.78    0.2%
2013264      5103     20.44    0.4%
2097150      5310     21.78    0.4%
2181036      5521     8.581    0.1%
2264922      5743      12.8    0.2%
2348808      5965      18.9    0.3%
2432694      6176     13.95    0.2%
2516580      6405     29.78    0.4%
2600466      6613     9.344    0.1%
2684352      6912     29.32    0.4%
2768238      7076     17.99    0.2%
2852124      7272     16.02    0.2%
2936010      7513     15.38    0.2%
3019896      7715     28.03    0.3%
3103782      7973     18.37    0.2%
3187668      8177     16.31    0.1%
3271554      8441     32.32    0.3%
3355440      8639     19.58    0.2%
3439326      8830     16.17    0.1%
3523212      9085     41.44    0.4%
3607098      9281     11.65    0.1%
3690984      9512     20.81    0.2%
3774870      9749     27.75    0.2%
3858756      9999     23.11    0.2%
3942642     10200     33.82    0.3%
4026528     10430     26.39    0.2%
4110414     10640     21.33    0.2%
4194300     10850      33.4    0.3%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "note_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage PreimageFor (r:1 w:1)
Storage: Preimage StatusFor (r:1 w:0)

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

Model:
Time ~=        0
    + s    0.002
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    0     21.58     0.126    0.5%
83886     239.5     0.384    0.1%
167772     444.5     9.278    2.0%
251658     642.8     0.882    0.1%
335544     860.1     15.26    1.7%
419430      1058     14.59    1.3%
503316      1263     13.95    1.1%
587202      1463     13.25    0.9%
671088      1672     12.84    0.7%
754974      1877     18.64    0.9%
838860      2086      16.5    0.7%
922746      2291     11.16    0.4%
1006632      2498     14.82    0.5%
1090518      2703     13.91    0.5%
1174404      2939     12.74    0.4%
1258290      3130     8.578    0.2%
1342176      3368     24.53    0.7%
1426062      3570     11.03    0.3%
1509948      3788      12.9    0.3%
1593834      4010     13.28    0.3%
1677720      4230     16.38    0.3%
1761606      4450     18.45    0.4%
1845492      4658     15.98    0.3%
1929378      4879     18.81    0.3%
2013264      5115     14.72    0.2%
2097150      5317     23.53    0.4%
2181036      5549     17.17    0.3%
2264922      5803     22.49    0.3%
2348808      5973      17.2    0.2%
2432694      6198     18.39    0.2%
2516580      6432     20.14    0.3%
2600466      6643     23.47    0.3%
2684352      6853     10.59    0.1%
2768238      7079     20.27    0.2%
2852124      7297      22.7    0.3%
2936010      7526     25.03    0.3%
3019896      7743     15.91    0.2%
3103782      7945     28.04    0.3%
3187668      8163     19.59    0.2%
3271554      8418     21.71    0.2%
3355440      8658     18.51    0.2%
3439326      8861      25.5    0.2%
3523212      9101     36.64    0.4%
3607098      9309     24.78    0.2%
3690984      9508     19.92    0.2%
3774870      9772     33.47    0.3%
3858756      9983     24.41    0.2%
3942642     10190     16.96    0.1%
4026528     10430     31.15    0.2%
4110414     10630     21.66    0.2%
4194300     10850     20.94    0.1%

Quality and confidence:
param     error
s             0

Model:
Time ~=        0
    + s    0.003
              µs

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

Pallet: "pallet_preimage", Extrinsic: "unnote_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    58.61
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    58.61
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unnote_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    38.34
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    38.34
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "request_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    54.93
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    54.93
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_no_deposit_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    35.26
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    35.26
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_unnoted_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=     20.7
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=     20.7
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "request_requested_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    8.233
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    8.233
              µs

Reads = 1
Writes = 1

Pallet: "pallet_preimage", Extrinsic: "unrequest_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    37.73
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    37.73
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unrequest_unnoted_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)
Storage: Preimage PreimageFor (r:0 w:1)

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

Model:
Time ~=    22.62
              µs

Reads = 1
Writes = 2

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

Model:
Time ~=    22.62
              µs

Reads = 1
Writes = 2

Pallet: "pallet_preimage", Extrinsic: "unrequest_multi_referenced_preimage", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Preimage StatusFor (r:1 w:1)

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

Model:
Time ~=    7.715
              µs

Reads = 1
Writes = 1

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

Model:
Time ~=    7.715
              µs

Reads = 1
Writes = 1


Parity Bot and others added 2 commits December 11, 2021 22:43
…k --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
@gavofyork gavofyork requested review from shawntabrizi and bkchr and removed request for shawntabrizi December 11, 2021 23:42
@bkchr bkchr merged commit 818d62a into master Dec 12, 2021
@bkchr bkchr deleted the gav-schedule-by-hash branch December 12, 2021 09:27
@jakoblell jakoblell added D1-audited 👍 PR contains changes to critical logic that has been properly reviewed and externally audited. and removed D9-needsaudit 👮 PR contains changes to fund-managing logic that should be properly reviewed and externally audited. labels Jan 6, 2022
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 critical logic that has been properly reviewed and externally audited. E0-runtime_migration PR introduces code that might require downstream chains to run a runtime upgrade.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants