-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
The CI pipeline was cancelled due to failure one of the required jobs. |
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) |
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.
huge jump up from 1mil to 84bil
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) |
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.
same here: huge jump up from 1mil to 84bil
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) |
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.
huge jump up from 1mil to 84bil
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) |
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.
huge jump up from 1mil to 84bil
No description provided.