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.
Add benchmarking for parachain runtime
ump
pallet #3889Add benchmarking for parachain runtime
ump
pallet #3889Changes from all commits
b5b483d
80c429b
ab8669c
f76f68f
ce8a9d7
ec01972
d0c192e
e5be79e
a67cf3f
021b161
b33272c
a3330da
06cfaba
4fea1a2
664d159
6ed9b4b
29f22a6
f0af485
1839089
f301300
7fc2677
4c266c0
cb2e886
db93791
7c07f51
0daa3c2
a0cef07
9fd5cc3
6d67445
e654409
c189f7a
c316d56
b78d21a
f88e7ee
0e7cd37
47647c2
cc33e9e
75e3dd0
b235bb6
1d9873f
4b84e06
17982a5
7482848
6610270
787608e
aa2a4ee
283f98a
220c0b1
4f3ff46
ea9ff4f
dfde952
4f8ecb1
d11f098
699717e
5eafb12
28007f2
70f5f18
5251072
1cf033f
bb0e3d9
d1e7ab2
2bada43
a36d37c
29f7451
eeb51e6
04df439
0856dd2
3ca5fa5
73d0e81
55d773e
019a989
9be975e
c75aa20
7938978
3e98695
1c62492
799f9a1
441b6c4
780d40f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Nit: Why is this
pub(crate)
though? Can we constrain this topub(in benchmarking)
or in a similar fashion?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.
When I do
pub(in crate::ump::benchmarking)
the compiler complains:error[E0742]: visibilities can only be restricted to ancestor modules