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

update weights (0.9.43) #7297

Merged
merged 4 commits into from
May 26, 2023
Merged

update weights (0.9.43) #7297

merged 4 commits into from
May 26, 2023

Conversation

coderobe
Copy link
Contributor

No description provided.

@coderobe coderobe added A0-please_review Pull request needs code review. 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. T1-runtime This PR/Issue is related to the topic “runtime”. B1-note_worthy Changes should be noted in the release notes labels May 26, 2023
@coderobe coderobe requested a review from a team May 26, 2023 12:20
This was referenced May 26, 2023
@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: test-linux-stable
Logs: https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/2901646

Comment on lines 90 to +95
fn set_code() -> Weight {
Weight::from_parts(1_000_000, 0)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
// Minimum execution time: 82_193_241_000 picoseconds.
Weight::from_parts(83_864_245_000, 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

huge jump up from 1mil to 84bil

Comment on lines 90 to +95
fn set_code() -> Weight {
Weight::from_parts(1_000_000, 0)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
// Minimum execution time: 82_169_624_000 picoseconds.
Weight::from_parts(85_473_027_000, 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

same here: huge jump up from 1mil to 84bil

Comment on lines 90 to +95
fn set_code() -> Weight {
Weight::from_parts(1_000_000, 0)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
// Minimum execution time: 80_405_511_000 picoseconds.
Weight::from_parts(83_066_478_000, 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

huge jump up from 1mil to 84bil

Comment on lines 90 to +95
fn set_code() -> Weight {
Weight::from_parts(1_000_000, 0)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
// Minimum execution time: 80_979_741_000 picoseconds.
Weight::from_parts(83_497_147_000, 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

huge jump up from 1mil to 84bil

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. B1-note_worthy Changes should be noted in the 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. T1-runtime This PR/Issue is related to the topic “runtime”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants