Commit b1e0fa9
authored
feat(mainnet): include all benchmarks (#478)
* refactor(benchmakrs): benchmarks mod in its own file (#477)
refactor(benchmark): reorg files
* feat(benchmarks): add every pallet benchmark to mainnet without XCM
* refactor(benchmarks): rename Assets to TrustBackedAssets
* fix(motion): map to Weightless Error one origin check failure
* fix(monetary): Treausyr BenchmarkHelper to use correct ExistentialDeposit
* refactor(mainnet): remove default weights for assets
* refactor(mainnet): remove default weights for pallet_session
* refactor(mainnet): remove default weights from governance modules
* refactor(mainnet): remove default weights from monetary module
* refactor(mainnet): remove default weights from proxy
* refactor(mainnet): remove default weights from revive
* refactor(mainnet): remove default weights from system modules
* refactor(mainnet): remove default weights from utiliy
* feat(mainnet): introduce benchmarks-ci.sh
* refactor(mainnet): remove default weights for pallet_collator_selection
* style(collation): more correct comment.
* refactor(collation): amend candidates_disabled test
* docs(governance): provide docs for CouncilCollective
* docs(benchmakrs): allow missing docs
* chore(benchmarks): update weights results
* refactor(benchmark): rename TrustBackedAssets to Assets
* feat(mainnet): include xcm benchmarks (#479)
* feat(benchmark): add pallet_xcm extrinsic benchmarks
* refactor(benchmkars): amend xcm transfer_assets benchmark
fmt
* style(benchmarks): pretty comments.
* refactor(benchmarks): fund SA of AH on pop in reserve_transfer benchmark
* feat(mainnet): add generic & fungible xcm benchmarks
* refactor(benchmarks): don't define CheckAccount for pallet_xcm_benchmarks::fungible
* refactor(benchmarks): amend benchmarks for pallet_xcm_benchmarks::generic::unsubscribe_version
* feat(mainnet): configure xcm Weigher as WeightInfoBounds
* docs(xcm): missing doc
* refactor(weights): MAX_ASSETS is MaxAssetsIntoHolding
* refactor(mainnet): remove default weights from queue pallets
* docs(xcm): credit source for WeighAssets impl
* docs(xcm): reminders for updating benchmarks
* refactor(mainnet): DeliveryHelper considers delivery to parent
* docs(benchmarks): clarify xcm NonFungible AllOf weight comments
* refactor(api): reorg imports
* style(benchmark): refactor import syntax
* docs(bencmark): better docs for XcmBalances
* refactor(benchmark): define locations via xcm config definitions
* test(xcm): ensure xcm encoding size
* refactor(benchmark): improve worst_case_response
* chore(benchmark): update results for query_response bench
* style(benchmarks): remove RelayAsset
* docs(benchmarks): explain ExistentialDepositAsset
* docs(xcm): note worst_case_holding needs updating
* style(benchmark): better naming
* chore(benchmarks): update xcm benchmarks
visibility
* test(xcm): amend router_uses_ump_for_relay_and_xcmp_for_para
* test(xcm): amend router_uses_ump_for_relay_and_xcmp_for_para
* refactor(benchmarks): unnecessary ParaId::from
* refactor(xcm): unnecessary u64 cast
* test(xcm): msg_length factor is > 1 in price_for_parent_delivery~
* refactor(motion): improve pallet_motion benchmarking
* test(governance): amend simple_majority_is_never_origin
* refactor(weights): move weights into pop_runtime_common
* syle: fmt
* chore(benchmark): improve benchmarking script
* fix(ci): add and properly propagate pop-runtime-common try-runtime feat1 parent a51ea5f commit b1e0fa9
File tree
60 files changed
+6780
-82
lines changed- integration-tests
- node
- pallets/motion/src
- runtime
- common
- src
- weights
- xcm
- devnet
- mainnet
- src
- config
- testnet
- scripts
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+6780
-82
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | | - | |
| 48 | + | |
45 | 49 | | |
46 | | - | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
51 | | - | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
23 | 44 | | |
24 | 45 | | |
25 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
26 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
27 | 59 | | |
28 | 60 | | |
29 | 61 | | |
30 | 62 | | |
31 | 63 | | |
32 | 64 | | |
33 | 65 | | |
| 66 | + | |
34 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
35 | 88 | | |
36 | 89 | | |
37 | 90 | | |
| 91 | + | |
| 92 | + | |
38 | 93 | | |
39 | 94 | | |
40 | 95 | | |
| 96 | + | |
| 97 | + | |
41 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
42 | 122 | | |
43 | 123 | | |
44 | 124 | | |
45 | 125 | | |
46 | 126 | | |
47 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
48 | 135 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments