This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[Feature] Add XCM benchmark weights to Statemint and Statemine #1454
[Feature] Add XCM benchmark weights to Statemint and Statemine #1454
Changes from 40 commits
999e8f7
26457ca
f07deed
9a179aa
009a3c5
dc1b3ef
6e06b34
c19763d
4435ac6
0fe8134
c996d6e
9845cdf
bfa6b5b
0a8abce
4086364
09b9f02
4d28efa
bf182cc
af88575
84bd7c7
1434df7
b1e472c
7574607
063fabc
0972d9d
19a991e
dc64b57
6c94d5c
5dddc60
3481ffa
3eeeea2
33e808e
2ff069f
2ebc26d
bebc96b
08cc6e9
a2475db
b901025
2f8655b
aec4b36
0a8a994
de97475
80faa1d
5dabe9e
274a576
c50d468
0fc3bf0
e6859c0
10b07ee
d239b60
2161326
3b869fe
168f0b3
59ab737
898b8bf
8cf49f1
3b4133f
571ca78
5499ef2
a09960e
247a9d9
49a3b1d
b8d6186
a12e37d
1cb21e6
0eab441
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can clean up the feature stuff later, since enabling this feature per default can cause it to be enabled unintentionally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please elaborate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meaning the normal way to enable it is by creating a new feature called
runtime-benchmarks
, and under the feature, we'd also enable all other crates that have aruntime-benchmarks
feature.