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

Add benchmarking to rococo; Remove weights from runtime_parachains #3914

Merged
18 commits merged into from
Oct 6, 2021

Conversation

emostov
Copy link
Contributor

@emostov emostov commented Sep 23, 2021

This PR adds benchmarking to the rococo runtime and removes weights from polkadot-runtime-parachains. @shawntabrizi advised that we don't want weights within polkadot-runtime-parachains because the weights are not universally applicable.

Only code for benchmarking the modules within polkadot-runtime-parachains was added to Rococo since those weights are no longer available from a dependency.

@emostov
Copy link
Contributor Author

emostov commented Sep 23, 2021

/benchmark runtime custom --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt

@parity-benchapp
Copy link

parity-benchapp bot commented Sep 23, 2021

Benchmark Runtime Custom for branch "zeke-add-rococo-weights" with command cargo run --quiet --release --features runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt

Results
Pallet: "runtime_parachains::paras", Extrinsic: "force_set_current_code", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras CurrentCodeHash (r:1 w:1)
Storage: Paras CodeByHashRefs (r:1 w:1)
Storage: Paras PastCodeMeta (r:1 w:1)
Storage: Paras PastCodePruning (r:1 w:1)
Storage: Paras PastCodeHash (r:0 w:1)
Storage: Paras CodeByHash (r:0 w:1)

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

Model:
Time ~=        0
    + c    0.002
              µs

Reads = 4 + (0 * c)
Writes = 6 + (0 * c)

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

Data points distribution:
    c   mean µs  sigma µs       %
    1     54.81      0.16    0.2%
62915     225.5     0.329    0.1%
125829     385.4     2.622    0.6%
188743     533.7     6.423    1.2%
251657     677.6     0.912    0.1%
314571     832.4     5.701    0.6%
377485     991.2     13.19    1.3%
440399      1134     5.534    0.4%
503313      1293     11.26    0.8%
566227      1462     13.08    0.8%
629141      1613     11.64    0.7%
692055      1764     13.64    0.7%
754969      1913     14.78    0.7%
817883      2073     10.51    0.5%
880797      2249     14.17    0.6%
943711      2400     10.64    0.4%
1006625      2546     22.03    0.8%
1069539      2719     9.224    0.3%
1132453      2866     10.49    0.3%
1195367      3029     6.097    0.2%
1258281      3199     18.14    0.5%
1321195      3348     15.51    0.4%
1384109      3521        10    0.2%
1447023      3745     16.83    0.4%
1509937      3857     13.28    0.3%
1572851      4026     10.67    0.2%
1635765      4182     19.81    0.4%
1698679      4367     10.29    0.2%
1761593      4507     11.76    0.2%
1824507      4701     8.858    0.1%
1887421      4872     32.95    0.6%
1950335      5014     10.95    0.2%
2013249      5264     12.36    0.2%
2076163      5434      6.06    0.1%
2139077      5670     100.8    1.7%
2201991      5718     14.75    0.2%
2264905      5863     21.13    0.3%
2327819      6039     25.83    0.4%
2390733      6170     19.52    0.3%
2453647      6356     26.96    0.4%
2516561      6525     14.82    0.2%
2579475      6681        26    0.3%
2642389      6844     13.69    0.2%
2705303      7016     18.53    0.2%
2768217      7204     20.14    0.2%
2831131      7352      11.2    0.1%
2894045      7543      28.4    0.3%
2956959      7721     43.57    0.5%
3019873      7866     18.36    0.2%
3082787      8019     24.09    0.3%
3145701      8214     23.95    0.2%

Quality and confidence:
param     error
c             0

Model:
Time ~=        0
    + c    0.003
              µs

Reads = 4 + (0 * c)
Writes = 6 + (0 * c)

Pallet: "runtime_parachains::paras", Extrinsic: "force_set_current_head", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras Heads (r:0 w:1)

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

Model:
Time ~=    19.57
    + s    0.001
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     15.23     0.107    0.7%
20972     37.47      0.07    0.1%
41943     76.35     0.402    0.5%
62914     103.4     0.347    0.3%
83885       129      1.41    1.0%
104856     156.1     1.672    1.0%
125827     185.4     0.247    0.1%
146798     205.6     0.376    0.1%
167769     233.2     2.145    0.9%
188740     257.5     0.479    0.1%
209711     289.9      0.51    0.1%
230682     309.9     1.075    0.3%
251653     335.8     0.358    0.1%
272624     362.1     0.454    0.1%
293595     387.8     0.833    0.2%
314566     413.6     0.408    0.0%
335537     442.5     9.338    2.1%
356508     465.7     1.443    0.3%
377479     500.4     12.18    2.4%
398450     521.9     7.665    1.4%
419421     554.3      16.4    2.9%
440392     572.3     8.015    1.4%
461363     599.6      6.14    1.0%
482334     630.4     12.96    2.0%
503305     655.9     10.47    1.5%
524276     677.8     9.334    1.3%
545247     701.2     4.421    0.6%
566218     727.9     4.063    0.5%
587189     751.4     2.119    0.2%
608160     779.8     5.839    0.7%
629131     812.9     14.35    1.7%
650102     855.1     13.53    1.5%
671073     863.7     11.75    1.3%
692044     893.4     13.82    1.5%
713015     915.8     8.153    0.8%
733986     946.8      12.6    1.3%
754957     973.4     14.64    1.5%
775928     997.2     12.88    1.2%
796899      1047     12.33    1.1%
817870      1055      16.7    1.5%
838841      1083     15.47    1.4%
859812      1109     13.28    1.1%
880783      1134      14.4    1.2%
901754      1169     14.24    1.2%
922725      1187     12.35    1.0%
943696      1228     15.61    1.2%
964667      1246     15.45    1.2%
985638      1282     14.09    1.0%
1006609      1313     12.17    0.9%
1027580      1335     16.58    1.2%
1048551      1383     14.15    1.0%

Quality and confidence:
param     error
s             0

Model:
Time ~=    14.89
    + s    0.001
              µs

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

Pallet: "runtime_parachains::paras", Extrinsic: "force_schedule_code_upgrade", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Configuration ActiveConfig (r:1 w:0)
Storage: Paras FutureCodeUpgrades (r:1 w:1)
Storage: Paras UpcomingUpgrades (r:1 w:1)
Storage: Paras UpgradeCooldowns (r:1 w:1)
Storage: System Digest (r:1 w:1)
Storage: Paras CodeByHashRefs (r:1 w:1)
Storage: Paras CodeByHash (r:0 w:1)
Storage: Paras FutureCodeHash (r:0 w:1)
Storage: Paras UpgradeRestrictionSignal (r:0 w:1)

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

Model:
Time ~=        0
    + c    0.002
              µs

Reads = 6 + (0 * c)
Writes = 8 + (0 * c)

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

Data points distribution:
    c   mean µs  sigma µs       %
    1     76.47      0.23    0.3%
62915     239.6     2.385    0.9%
125829     399.3     6.141    1.5%
188743     545.7     4.193    0.7%
251657     704.7     14.21    2.0%
314571     854.3     11.97    1.4%
377485      1017        15    1.4%
440399      1168      14.9    1.2%
503313      1324     12.86    0.9%
566227      1473     13.36    0.9%
629141      1629      12.9    0.7%
692055      1785     15.17    0.8%
754969      1954     10.18    0.5%
817883      2085     16.14    0.7%
880797      2253     12.17    0.5%
943711      2410     11.09    0.4%
1006625      2571     16.25    0.6%
1069539      2775     15.09    0.5%
1132453      2891     18.89    0.6%
1195367      3062     20.39    0.6%
1258281      3211     19.82    0.6%
1321195      3380     17.88    0.5%
1384109      3541     5.024    0.1%
1447023      3735     12.53    0.3%
1509937      3890     16.65    0.4%
1572851      4064     10.79    0.2%
1635765      4221      17.8    0.4%
1698679      4379     24.39    0.5%
1761593      4548     16.12    0.3%
1824507      4722     14.41    0.3%
1887421      4897     18.36    0.3%
1950335      5044     6.844    0.1%
2013249      5235     26.59    0.5%
2076163      5400     15.31    0.2%
2139077      5574      9.08    0.1%
2201991      5739     33.22    0.5%
2264905      5909     17.66    0.2%
2327819      6059      16.2    0.2%
2390733      6235     22.85    0.3%
2453647      6400     21.58    0.3%
2516561      6564     14.61    0.2%
2579475      6770     24.16    0.3%
2642389      6894     16.13    0.2%
2705303      7072     30.17    0.4%
2768217      7252     18.71    0.2%
2831131      7400      14.9    0.2%
2894045      7553     18.97    0.2%
2956959      7739     15.47    0.1%
3019873      7919     29.21    0.3%
3082787      8073     22.07    0.2%
3145701      8252     30.48    0.3%

Quality and confidence:
param     error
c             0

Model:
Time ~=        0
    + c    0.003
              µs

Reads = 6 + (0 * c)
Writes = 8 + (0 * c)

Pallet: "runtime_parachains::paras", Extrinsic: "force_note_new_head", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras FutureCodeUpgrades (r:1 w:1)
Storage: Paras FutureCodeHash (r:1 w:1)
Storage: Paras CurrentCodeHash (r:1 w:1)
Storage: System Digest (r:1 w:1)
Storage: Paras PastCodeMeta (r:1 w:1)
Storage: Paras PastCodePruning (r:1 w:1)
Storage: Paras Heads (r:0 w:1)
Storage: Paras PastCodeHash (r:0 w:1)
Storage: Paras UpgradeGoAheadSignal (r:0 w:1)

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

Model:
Time ~=    73.68
    + s    0.001
              µs

Reads = 6 + (0 * s)
Writes = 9 + (0 * s)

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     67.34     0.196    0.2%
20972     92.05     0.124    0.1%
41943     128.8     0.342    0.2%
62914     158.5     1.354    0.8%
83885     183.1     1.419    0.7%
104856     208.8     0.471    0.2%
125827     235.9     0.334    0.1%
146798     260.1     0.323    0.1%
167769     289.2     7.871    2.7%
188740     312.1     0.659    0.2%
209711     338.6     0.537    0.1%
230682     364.7     0.367    0.1%
251653     390.8      0.61    0.1%
272624     416.6      1.09    0.2%
293595     443.1     0.882    0.1%
314566     472.6     6.897    1.4%
335537     501.7     8.524    1.6%
356508     524.3     7.934    1.5%
377479     547.3     0.928    0.1%
398450     580.1     7.707    1.3%
419421     598.7     1.138    0.1%
440392     624.9     0.747    0.1%
461363     664.1      12.4    1.8%
482334     681.5     7.724    1.1%
503305       709     10.85    1.5%
524276     734.7     8.989    1.2%
545247     755.4     1.668    0.2%
566218     780.5     0.479    0.0%
587189     807.7     0.416    0.0%
608160       835     2.661    0.3%
629131     869.3     14.09    1.6%
650102     894.3     12.47    1.3%
671073     923.5     14.17    1.5%
692044       955     16.36    1.7%
713015     979.3     14.71    1.5%
733986      1009     15.32    1.5%
754957      1029     14.01    1.3%
775928      1052     9.488    0.9%
796899      1087        15    1.3%
817870      1121     17.12    1.5%
838841      1147     13.66    1.1%
859812      1169     14.56    1.2%
880783      1188     13.63    1.1%
901754      1218     10.82    0.8%
922725      1254     16.67    1.3%
943696      1284     12.14    0.9%
964667      1306     13.87    1.0%
985638      1331     10.76    0.8%
1006609      1361     12.15    0.8%
1027580      1391     14.45    1.0%
1048551      1420     12.68    0.8%

Quality and confidence:
param     error
s             0

Model:
Time ~=    69.07
    + s    0.001
              µs

Reads = 6 + (0 * s)
Writes = 9 + (0 * s)

Pallet: "runtime_parachains::paras", Extrinsic: "force_queue_action", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Paras ActionsQueue (r:1 w:1)

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

Model:
Time ~=    26.78
              µs

Reads = 2
Writes = 1

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

Model:
Time ~=    26.78
              µs

Reads = 2
Writes = 1


@emostov emostov added A3-in_progress Pull request is in progress. No review needed at this stage. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit. labels Sep 23, 2021
@emostov emostov marked this pull request as draft September 23, 2021 07:03
Parity Bot and others added 4 commits September 23, 2021 07:03
…k --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt
@emostov
Copy link
Contributor Author

emostov commented Sep 23, 2021

/benchmark runtime custom --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::configuration --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_configuration.rs --header=./file_header.txt

@parity-benchapp
Copy link

parity-benchapp bot commented Sep 23, 2021

Benchmark Runtime Custom for branch "zeke-add-rococo-weights" with command cargo run --quiet --release --features runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::configuration --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_configuration.rs --header=./file_header.txt

Results
Pallet: "runtime_parachains::configuration", Extrinsic: "set_config_with_block_number", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Configuration PendingConfig (r:1 w:1)
Storage: Configuration ActiveConfig (r:1 w:0)

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

Model:
Time ~=    13.09
              µs

Reads = 3
Writes = 1

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

Model:
Time ~=    13.09
              µs

Reads = 3
Writes = 1

Pallet: "runtime_parachains::configuration", Extrinsic: "set_config_with_u32", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Configuration PendingConfig (r:1 w:1)
Storage: Configuration ActiveConfig (r:1 w:0)

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

Model:
Time ~=    13.21
              µs

Reads = 3
Writes = 1

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

Model:
Time ~=    13.21
              µs

Reads = 3
Writes = 1

Pallet: "runtime_parachains::configuration", Extrinsic: "set_config_with_option_u32", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Configuration PendingConfig (r:1 w:1)
Storage: Configuration ActiveConfig (r:1 w:0)

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

Model:
Time ~=    13.08
              µs

Reads = 3
Writes = 1

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

Model:
Time ~=    13.08
              µs

Reads = 3
Writes = 1

Pallet: "runtime_parachains::configuration", Extrinsic: "set_config_with_weight", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Configuration PendingConfig (r:1 w:1)
Storage: Configuration ActiveConfig (r:1 w:0)

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

Model:
Time ~=    13.17
              µs

Reads = 3
Writes = 1

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

Model:
Time ~=    13.17
              µs

Reads = 3
Writes = 1

Pallet: "runtime_parachains::configuration", Extrinsic: "set_hrmp_open_request_ttl", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Benchmark Override (r:0 w:0)

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

Model:
Time ~=  2000000
              µs

Reads = 0
Writes = 0

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

Model:
Time ~=  2000000
              µs

Reads = 0
Writes = 0

Pallet: "runtime_parachains::configuration", Extrinsic: "set_config_with_balance", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Configuration PendingConfig (r:1 w:1)
Storage: Configuration ActiveConfig (r:1 w:0)

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

Model:
Time ~=    13.08
              µs

Reads = 3
Writes = 1

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

Model:
Time ~=    13.08
              µs

Reads = 3
Writes = 1


Parity Bot and others added 4 commits September 23, 2021 07:37
…k --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::configuration --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_configuration.rs --header=./file_header.txt
@emostov emostov marked this pull request as ready for review September 23, 2021 08:53
@emostov emostov requested a review from KiChjang September 23, 2021 17:09
// Storage: Paras CurrentCodeHash (r:1 w:1)
// Storage: Paras CodeByHashRefs (r:1 w:1)
// Storage: Paras PastCodeMeta (r:1 w:1)
// Storage: Paras PastCodePruning (r:1 w:1)
// Storage: Paras PastCodeHash (r:0 w:1)
// Storage: Paras CodeByHash (r:0 w:1)
fn force_set_current_code(c: u32, ) -> Weight {
(14_669_000 as Weight)
(0 as Weight)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure whats up here

// Standard Error: 0
.saturating_add((3_000 as Weight).saturating_mul(c as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(6 as Weight))
}
// Storage: Paras Heads (r:0 w:1)
fn force_set_current_head(s: u32, ) -> Weight {
(0 as Weight)
(14_890_000 as Weight)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Or here

@@ -65,7 +74,7 @@ impl<T: frame_system::Config> super::WeightInfo for WeightInfo<T> {
// Storage: Paras FutureCodeHash (r:0 w:1)
// Storage: Paras UpgradeRestrictionSignal (r:0 w:1)
fn force_schedule_code_upgrade(c: u32, ) -> Weight {
(37_383_000 as Weight)
(0 as Weight)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

?

Copy link
Contributor Author

@emostov emostov Sep 23, 2021

Choose a reason for hiding this comment

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

This is a particularly big change

@emostov
Copy link
Contributor Author

emostov commented Sep 23, 2021

/benchmark runtime custom --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt

@parity-benchapp
Copy link

parity-benchapp bot commented Sep 23, 2021

Benchmark Runtime Custom for branch "zeke-add-rococo-weights" with command cargo run --quiet --release --features runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt

Results
Pallet: "runtime_parachains::paras", Extrinsic: "force_set_current_code", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras CurrentCodeHash (r:1 w:1)
Storage: Paras CodeByHashRefs (r:1 w:1)
Storage: Paras PastCodeMeta (r:1 w:1)
Storage: Paras PastCodePruning (r:1 w:1)
Storage: Paras PastCodeHash (r:0 w:1)
Storage: Paras CodeByHash (r:0 w:1)

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

Model:
Time ~=        0
    + c    0.002
              µs

Reads = 4 + (0 * c)
Writes = 6 + (0 * c)

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

Data points distribution:
    c   mean µs  sigma µs       %
    1     53.49     0.102    0.1%
62915     226.7     0.372    0.1%
125829     387.3     4.271    1.1%
188743     527.4     0.732    0.1%
251657     683.8     10.09    1.4%
314571     847.7        16    1.8%
377485     992.5     11.53    1.1%
440399      1140     9.915    0.8%
503313      1314     13.12    0.9%
566227      1469     13.62    0.9%
629141      1614     16.04    0.9%
692055      1768     16.79    0.9%
754969      1917     15.16    0.7%
817883      2073     15.58    0.7%
880797      2217     12.77    0.5%
943711      2392     12.66    0.5%
1006625      2553     16.43    0.6%
1069539      2707     12.85    0.4%
1132453      2883     12.19    0.4%
1195367      3048     15.25    0.5%
1258281      3215     12.94    0.4%
1321195      3383     19.43    0.5%
1384109      3545     15.16    0.4%
1447023      3700     18.27    0.4%
1509937      3889     25.69    0.6%
1572851      4040     13.31    0.3%
1635765      4203     6.747    0.1%
1698679      4348     11.93    0.2%
1761593      4544     14.05    0.3%
1824507      4725     26.56    0.5%
1887421      4872     14.22    0.2%
1950335      5022      9.53    0.1%
2013249      5198     15.51    0.2%
2076163      5373     22.65    0.4%
2139077      5513     10.88    0.1%
2201991      5693      24.2    0.4%
2264905      5878      20.1    0.3%
2327819      6030     18.77    0.3%
2390733      6218     11.11    0.1%
2453647      6368     19.29    0.3%
2516561      6528     15.97    0.2%
2579475      6713     24.49    0.3%
2642389      6864     25.57    0.3%
2705303      7046      21.4    0.3%
2768217      7205     17.47    0.2%
2831131      7361     21.65    0.2%
2894045      7533     27.87    0.3%
2956959      7701     17.02    0.2%
3019873      7876     23.89    0.3%
3082787      8044     18.94    0.2%
3145701      8254     25.07    0.3%

Quality and confidence:
param     error
c             0

Model:
Time ~=        0
    + c    0.003
              µs

Reads = 4 + (0 * c)
Writes = 6 + (0 * c)

Pallet: "runtime_parachains::paras", Extrinsic: "force_set_current_head", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras Heads (r:0 w:1)

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

Model:
Time ~=    20.91
    + s    0.001
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     15.07      0.07    0.4%
20972     37.67     0.109    0.2%
41943     76.98     0.459    0.5%
62914       104     0.173    0.1%
83885     131.5     0.249    0.1%
104856     155.6     0.327    0.2%
125827     181.9     0.139    0.0%
146798     208.8     1.934    0.9%
167769     234.8     4.939    2.1%
188740     258.6     0.312    0.1%
209711     284.6     0.454    0.1%
230682     310.9     0.596    0.1%
251653     343.6        11    3.2%
272624     362.9     0.995    0.2%
293595     388.6     0.447    0.1%
314566     419.6     9.904    2.3%
335537     441.1     0.814    0.1%
356508     466.4     0.265    0.0%
377479     495.1     6.197    1.2%
398450     528.1     13.84    2.6%
419421     548.6      8.74    1.5%
440392       574      6.04    1.0%
461363     598.5     4.175    0.6%
482334     634.2     8.312    1.3%
503305     656.1     11.49    1.7%
524276     678.8     9.363    1.3%
545247     703.7     9.017    1.2%
566218     734.1     13.38    1.8%
587189     768.3     16.87    2.1%
608160     799.7     13.58    1.6%
629131       815     12.77    1.5%
650102       832     0.438    0.0%
671073     868.8     14.77    1.7%
692044     894.5     14.36    1.6%
713015     914.6     8.786    0.9%
733986     944.5     12.11    1.2%
754957     965.2     1.986    0.2%
775928      1011     12.51    1.2%
796899      1034     17.01    1.6%
817870      1065     14.71    1.3%
838841      1086      17.2    1.5%
859812      1117     16.01    1.4%
880783      1139      14.4    1.2%
901754      1161     12.97    1.1%
922725      1191      17.5    1.4%
943696      1221     15.25    1.2%
964667      1246     14.26    1.1%
985638      1273     14.93    1.1%
1006609      1298     11.08    0.8%
1027580      1330     14.48    1.0%
1048551      1375      14.6    1.0%

Quality and confidence:
param     error
s             0

Model:
Time ~=    17.24
    + s    0.001
              µs

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

Pallet: "runtime_parachains::paras", Extrinsic: "force_schedule_code_upgrade", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Configuration ActiveConfig (r:1 w:0)
Storage: Paras FutureCodeUpgrades (r:1 w:1)
Storage: Paras UpcomingUpgrades (r:1 w:1)
Storage: Paras UpgradeCooldowns (r:1 w:1)
Storage: System Digest (r:1 w:1)
Storage: Paras CodeByHashRefs (r:1 w:1)
Storage: Paras CodeByHash (r:0 w:1)
Storage: Paras FutureCodeHash (r:0 w:1)
Storage: Paras UpgradeRestrictionSignal (r:0 w:1)

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

Model:
Time ~=        0
    + c    0.002
              µs

Reads = 6 + (0 * c)
Writes = 8 + (0 * c)

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

Data points distribution:
    c   mean µs  sigma µs       %
    1      75.8     0.278    0.3%
62915     243.3     0.456    0.1%
125829       401     6.707    1.6%
188743     548.6     8.047    1.4%
251657     710.1     6.192    0.8%
314571     854.7         9    1.0%
377485      1019     16.76    1.6%
440399      1167      13.6    1.1%
503313      1314     14.41    1.0%
566227      1466     11.89    0.8%
629141      1626     16.29    1.0%
692055      1793     5.457    0.3%
754969      1944     11.71    0.6%
817883      2101     6.047    0.2%
880797      2240     15.84    0.7%
943711      2419     14.43    0.5%
1006625      2576     18.07    0.7%
1069539      2736     3.603    0.1%
1132453      2894     12.27    0.4%
1195367      3066     15.28    0.4%
1258281      3240     14.43    0.4%
1321195      3392     9.707    0.2%
1384109      3555     7.026    0.1%
1447023      3744     21.72    0.5%
1509937      3881     16.09    0.4%
1572851      4080      16.8    0.4%
1635765      4229     13.59    0.3%
1698679      4385     10.92    0.2%
1761593      4567     13.19    0.2%
1824507      4735     11.08    0.2%
1887421      4896     21.87    0.4%
1950335      5188     32.03    0.6%
2013249      5224     14.07    0.2%
2076163      5392     16.22    0.3%
2139077      5574     27.69    0.4%
2201991      5733     9.067    0.1%
2264905      5900     19.85    0.3%
2327819      6091      24.9    0.4%
2390733      6248     11.24    0.1%
2453647      6406     17.45    0.2%
2516561      6560     14.54    0.2%
2579475      6750     15.79    0.2%
2642389      6889     13.84    0.2%
2705303      7172     15.63    0.2%
2768217      7238     22.19    0.3%
2831131      7404     10.77    0.1%
2894045      7588     28.44    0.3%
2956959      7748     22.58    0.2%
3019873      7907     20.56    0.2%
3082787      8107     15.67    0.1%
3145701      8382     50.96    0.6%

Quality and confidence:
param     error
c             0

Model:
Time ~=        0
    + c    0.003
              µs

Reads = 6 + (0 * c)
Writes = 8 + (0 * c)

Pallet: "runtime_parachains::paras", Extrinsic: "force_note_new_head", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras FutureCodeUpgrades (r:1 w:1)
Storage: Paras FutureCodeHash (r:1 w:1)
Storage: Paras CurrentCodeHash (r:1 w:1)
Storage: System Digest (r:1 w:1)
Storage: Paras PastCodeMeta (r:1 w:1)
Storage: Paras PastCodePruning (r:1 w:1)
Storage: Paras Heads (r:0 w:1)
Storage: Paras PastCodeHash (r:0 w:1)
Storage: Paras UpgradeGoAheadSignal (r:0 w:1)

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

Model:
Time ~=    74.43
    + s    0.001
              µs

Reads = 6 + (0 * s)
Writes = 9 + (0 * s)

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     69.23     1.069    1.5%
20972      93.9      1.44    1.5%
41943     130.9     0.165    0.1%
62914     161.7      2.07    1.2%
83885     186.5     0.453    0.2%
104856     208.3     0.343    0.1%
125827     235.2     0.554    0.2%
146798     260.5     0.333    0.1%
167769     286.5     0.354    0.1%
188740     313.3     0.645    0.2%
209711       343     8.181    2.3%
230682     366.8     3.006    0.8%
251653     393.5     4.929    1.2%
272624     418.3     4.526    1.0%
293595     442.7      0.51    0.1%
314566       469     0.365    0.0%
335537     499.5     8.516    1.7%
356508     520.9     0.541    0.1%
377479     554.3     9.172    1.6%
398450     573.2     1.123    0.1%
419421     614.5     15.95    2.5%
440392     627.4     4.846    0.7%
461363     651.6      1.53    0.2%
482334     680.1     8.037    1.1%
503305       712      13.4    1.8%
524276     735.3     10.39    1.4%
545247       762     8.187    1.0%
566218     783.5     2.206    0.2%
587189     808.3      0.82    0.1%
608160     834.9     1.944    0.2%
629131     869.8     14.01    1.6%
650102     898.9     13.98    1.5%
671073     929.4     14.96    1.6%
692044     945.7     9.777    1.0%
713015     976.6     11.35    1.1%
733986      1001     12.14    1.2%
754957      1024     9.517    0.9%
775928      1062     13.85    1.3%
796899      1090     14.47    1.3%
817870      1122      15.7    1.3%
838841      1136      12.6    1.1%
859812      1166     13.03    1.1%
880783      1196      12.9    1.0%
901754      1216      10.7    0.8%
922725      1258     12.33    0.9%
943696      1279     17.62    1.3%
964667      1311     14.73    1.1%
985638      1339     15.63    1.1%
1006609      1364     14.32    1.0%
1027580      1388     12.76    0.9%
1048551      1422      15.8    1.1%

Quality and confidence:
param     error
s             0

Model:
Time ~=    70.11
    + s    0.001
              µs

Reads = 6 + (0 * s)
Writes = 9 + (0 * s)

Pallet: "runtime_parachains::paras", Extrinsic: "force_queue_action", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Paras ActionsQueue (r:1 w:1)

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

Model:
Time ~=    26.59
              µs

Reads = 2
Writes = 1

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

Model:
Time ~=    26.59
              µs

Reads = 2
Writes = 1


…k --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt
@KiChjang
Copy link
Contributor

I don't see file removals for runtime/parachains/src/configuration/weights.rs and runtime/parachains/src/paras/weights.rs, perhaps you missed checking the removal into git?

@emostov
Copy link
Contributor Author

emostov commented Sep 23, 2021

I don't see file removals for runtime/parachains/src/configuration/weights.rs and runtime/parachains/src/paras/weights.rs, perhaps you missed checking the removal into git?

I think it just shows up as renamed/moved?

Screen Shot 2021-09-23 at 3 44 40 PM

@emostov
Copy link
Contributor Author

emostov commented Sep 24, 2021

/benchmark runtime custom --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt

@parity-benchapp
Copy link

parity-benchapp bot commented Sep 24, 2021

Benchmark Runtime Custom for branch "zeke-add-rococo-weights" with command cargo run --quiet --release --features runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt

Results
Pallet: "runtime_parachains::paras", Extrinsic: "force_set_current_code", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras CurrentCodeHash (r:1 w:1)
Storage: Paras CodeByHashRefs (r:1 w:1)
Storage: Paras PastCodeMeta (r:1 w:1)
Storage: Paras PastCodePruning (r:1 w:1)
Storage: Paras PastCodeHash (r:0 w:1)
Storage: Paras CodeByHash (r:0 w:1)

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

Model:
Time ~=        0
    + c    0.002
              µs

Reads = 4 + (0 * c)
Writes = 6 + (0 * c)

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

Data points distribution:
    c   mean µs  sigma µs       %
    1     53.79     0.278    0.5%
62915     221.2     0.337    0.1%
125829     377.4     0.446    0.1%
188743     532.6     9.325    1.7%
251657     684.4     7.071    1.0%
314571     839.9     13.45    1.6%
377485     991.9     13.17    1.3%
440399      1157     13.78    1.1%
503313      1297     13.44    1.0%
566227      1455     13.39    0.9%
629141      1602     12.02    0.7%
692055      1773     10.84    0.6%
754969      1926     14.71    0.7%
817883      2086     3.527    0.1%
880797      2222     13.68    0.6%
943711      2387     17.73    0.7%
1006625      2552     16.95    0.6%
1069539      2721      11.8    0.4%
1132453      2878     16.47    0.5%
1195367      3037     9.818    0.3%
1258281      3205      10.3    0.3%
1321195      3379     13.88    0.4%
1384109      3532     15.83    0.4%
1447023      3702      11.7    0.3%
1509937      3863     16.81    0.4%
1572851      4092     13.27    0.3%
1635765      4201     13.71    0.3%
1698679      4379     13.49    0.3%
1761593      4528     13.32    0.2%
1824507      4710     17.61    0.3%
1887421      4877     14.69    0.3%
1950335      5031     15.47    0.3%
2013249      5211     5.878    0.1%
2076163      5370     10.98    0.2%
2139077      5539     14.49    0.2%
2201991      5705     12.29    0.2%
2264905      5871     15.72    0.2%
2327819      6030     14.64    0.2%
2390733      6195        20    0.3%
2453647      6364     19.17    0.3%
2516561      6538     16.85    0.2%
2579475      6695     26.13    0.3%
2642389      6869     27.38    0.3%
2705303      7039     18.56    0.2%
2768217      7226     23.02    0.3%
2831131      7349     14.92    0.2%
2894045      7542     19.16    0.2%
2956959      7696     15.48    0.2%
3019873      7882     14.78    0.1%
3082787      8040     37.85    0.4%
3145701      8289     32.33    0.3%

Quality and confidence:
param     error
c             0

Model:
Time ~=        0
    + c    0.003
              µs

Reads = 4 + (0 * c)
Writes = 6 + (0 * c)

Pallet: "runtime_parachains::paras", Extrinsic: "force_set_current_head", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras Heads (r:0 w:1)

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

Model:
Time ~=    20.58
    + s    0.001
              µs

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

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     15.59     0.193    1.2%
20972     38.62     0.287    0.7%
41943     76.99     0.549    0.7%
62914     104.2     0.209    0.2%
83885     133.5     1.185    0.8%
104856     158.9     0.492    0.3%
125827     186.3     0.161    0.0%
146798       212     1.241    0.5%
167769     240.1     1.167    0.4%
188740     262.4     4.245    1.6%
209711     284.4     0.527    0.1%
230682     310.1     0.488    0.1%
251653       338     4.686    1.3%
272624     362.9     0.808    0.2%
293595     396.4     12.41    3.1%
314566     414.5     0.377    0.0%
335537     440.1     0.396    0.0%
356508     467.9     3.962    0.8%
377479     496.8     9.005    1.8%
398450     518.6     0.676    0.1%
419421     561.7     17.44    3.1%
440392     570.4      0.65    0.1%
461363     596.7     0.827    0.1%
482334     625.7     7.415    1.1%
503305       658     12.27    1.8%
524276     676.4     3.819    0.5%
545247     701.9     3.117    0.4%
566218     729.3     4.726    0.6%
587189     756.3     8.914    1.1%
608160     779.9     4.925    0.6%
629131     813.4     14.93    1.8%
650102     841.4     16.04    1.9%
671073     870.4      16.4    1.8%
692044     890.8      8.71    0.9%
713015     923.4     15.05    1.6%
733986     950.3     15.12    1.5%
754957     977.4     13.85    1.4%
775928      1011     17.24    1.7%
796899      1028        14    1.3%
817870      1052     14.34    1.3%
838841      1093     15.03    1.3%
859812      1112     13.74    1.2%
880783      1137     12.43    1.0%
901754      1169     18.32    1.5%
922725      1189     12.56    1.0%
943696      1210     12.15    1.0%
964667      1240     10.34    0.8%
985638      1274     13.92    1.0%
1006609      1309     12.88    0.9%
1027580      1332     14.38    1.0%
1048551      1356     10.59    0.7%

Quality and confidence:
param     error
s             0

Model:
Time ~=    18.65
    + s    0.001
              µs

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

Pallet: "runtime_parachains::paras", Extrinsic: "force_schedule_code_upgrade", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Configuration ActiveConfig (r:1 w:0)
Storage: Paras FutureCodeUpgrades (r:1 w:1)
Storage: Paras UpcomingUpgrades (r:1 w:1)
Storage: Paras UpgradeCooldowns (r:1 w:1)
Storage: System Digest (r:1 w:1)
Storage: Paras CodeByHashRefs (r:1 w:1)
Storage: Paras CodeByHash (r:0 w:1)
Storage: Paras FutureCodeHash (r:0 w:1)
Storage: Paras UpgradeRestrictionSignal (r:0 w:1)

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

Model:
Time ~=        0
    + c    0.002
              µs

Reads = 6 + (0 * c)
Writes = 8 + (0 * c)

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

Data points distribution:
    c   mean µs  sigma µs       %
    1     75.74     0.204    0.2%
62915     238.5      0.67    0.2%
125829     394.5     0.255    0.0%
188743     545.3     3.226    0.5%
251657     697.8     3.414    0.4%
314571     863.5     16.29    1.8%
377485      1022     18.55    1.8%
440399      1160     12.25    1.0%
503313      1321     16.79    1.2%
566227      1472     15.51    1.0%
629141      1632     13.61    0.8%
692055      1775     13.34    0.7%
754969      1940     10.61    0.5%
817883      2086     13.94    0.6%
880797      2242     12.64    0.5%
943711      2407     10.93    0.4%
1006625      2566     7.601    0.2%
1069539      2731     11.58    0.4%
1132453      2906     19.61    0.6%
1195367      3048     7.492    0.2%
1258281      3214      11.3    0.3%
1321195      3379     9.957    0.2%
1384109      3556     10.19    0.2%
1447023      3712      15.4    0.4%
1509937      3895     8.046    0.2%
1572851      4107     8.314    0.2%
1635765      4235     24.51    0.5%
1698679      4434     18.43    0.4%
1761593      4558     7.815    0.1%
1824507      4816     8.009    0.1%
1887421      4953     37.78    0.7%
1950335      5082     20.64    0.4%
2013249      5230     7.896    0.1%
2076163      5377     16.06    0.2%
2139077      5567     12.23    0.2%
2201991      5726     7.641    0.1%
2264905      5888     16.22    0.2%
2327819      6071     31.82    0.5%
2390733      6246     18.68    0.2%
2453647      6416     8.897    0.1%
2516561      6567     15.36    0.2%
2579475      6764      17.7    0.2%
2642389      6929     19.13    0.2%
2705303      7097      19.7    0.2%
2768217      7258      17.2    0.2%
2831131      7436     6.846    0.0%
2894045      7608     25.13    0.3%
2956959      7777     19.99    0.2%
3019873      7930     17.61    0.2%
3082787      8095     9.493    0.1%
3145701      8326     28.52    0.3%

Quality and confidence:
param     error
c             0

Model:
Time ~=        0
    + c    0.003
              µs

Reads = 6 + (0 * c)
Writes = 8 + (0 * c)

Pallet: "runtime_parachains::paras", Extrinsic: "force_note_new_head", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Paras FutureCodeUpgrades (r:1 w:1)
Storage: Paras FutureCodeHash (r:1 w:1)
Storage: Paras CurrentCodeHash (r:1 w:1)
Storage: System Digest (r:1 w:1)
Storage: Paras PastCodeMeta (r:1 w:1)
Storage: Paras PastCodePruning (r:1 w:1)
Storage: Paras Heads (r:0 w:1)
Storage: Paras PastCodeHash (r:0 w:1)
Storage: Paras UpgradeGoAheadSignal (r:0 w:1)

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

Model:
Time ~=    73.94
    + s    0.001
              µs

Reads = 6 + (0 * s)
Writes = 9 + (0 * s)

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

Data points distribution:
    s   mean µs  sigma µs       %
    1     67.27     0.259    0.3%
20972     92.56      0.19    0.2%
41943     130.5     0.952    0.7%
62914     157.5     1.787    1.1%
83885     182.6     1.364    0.7%
104856     209.4     0.563    0.2%
125827     236.1     0.469    0.1%
146798     260.6     0.323    0.1%
167769     287.8      4.57    1.5%
188740     319.2     0.519    0.1%
209711     338.6     0.741    0.2%
230682       366      4.39    1.1%
251653     397.8     11.31    2.8%
272624     417.1     0.472    0.1%
293595     442.9       0.5    0.1%
314566     468.6     0.907    0.1%
335537     496.1      4.05    0.8%
356508     525.8     7.657    1.4%
377479     562.3     5.231    0.9%
398450     576.9     9.942    1.7%
419421     612.3     16.32    2.6%
440392     636.5     15.18    2.3%
461363     658.5     7.399    1.1%
482334     683.2     12.54    1.8%
503305     707.5     9.542    1.3%
524276       737     10.65    1.4%
545247     753.7     0.585    0.0%
566218     782.8      4.02    0.5%
587189     811.6     7.308    0.9%
608160     833.8     1.873    0.2%
629131       870     13.64    1.5%
650102     893.5     10.23    1.1%
671073     918.8     10.93    1.1%
692044     954.6     14.63    1.5%
713015     975.8     14.06    1.4%
733986      1002     12.93    1.2%
754957      1028     13.34    1.2%
775928      1056     13.93    1.3%
796899      1085     13.67    1.2%
817870      1111     15.55    1.3%
838841      1143      12.9    1.1%
859812      1165     14.21    1.2%
880783      1201     14.15    1.1%
901754      1221     13.43    1.1%
922725      1247     12.54    1.0%
943696      1291      13.8    1.0%
964667      1306      13.5    1.0%
985638      1338      14.9    1.1%
1006609      1363     11.58    0.8%
1027580      1387     13.34    0.9%
1048551      1448     17.73    1.2%

Quality and confidence:
param     error
s             0

Model:
Time ~=    69.51
    + s    0.001
              µs

Reads = 6 + (0 * s)
Writes = 9 + (0 * s)

Pallet: "runtime_parachains::paras", Extrinsic: "force_queue_action", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParasShared CurrentSessionIndex (r:1 w:0)
Storage: Paras ActionsQueue (r:1 w:1)

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

Model:
Time ~=     26.8
              µs

Reads = 2
Writes = 1

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

Model:
Time ~=     26.8
              µs

Reads = 2
Writes = 1


…k --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs --header=./file_header.txt
@KiChjang
Copy link
Contributor

KiChjang commented Oct 6, 2021

bot merge

@ghost
Copy link

ghost commented Oct 6, 2021

Waiting for commit status.

@ghost
Copy link

ghost commented Oct 6, 2021

Merge aborted: Checks failed for 174cb8a

@KiChjang KiChjang force-pushed the zeke-add-rococo-weights branch from f413ff5 to c00e371 Compare October 6, 2021 09:01
@KiChjang
Copy link
Contributor

KiChjang commented Oct 6, 2021

bot merge

@ghost
Copy link

ghost commented Oct 6, 2021

Waiting for commit status.

@ghost ghost merged commit c764a21 into master Oct 6, 2021
@ghost ghost deleted the zeke-add-rococo-weights branch October 6, 2021 09:38
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A3-in_progress Pull request is in progress. No review needed at this stage. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants