Skip to content

Commit de47744

Browse files
chore(runtime): update weights (#4359)
1 parent 0748960 commit de47744

14 files changed

Lines changed: 3648 additions & 3657 deletions

File tree

core/src/gas_metering/schedule.rs

Lines changed: 187 additions & 187 deletions
Large diffs are not rendered by default.

pallets/gear-builtin/src/weights.rs

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pallets/gear/src/schedule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ impl<T: Config> Default for InstructionWeights<T> {
863863
// See below for the assembly listings of the mentioned instructions.
864864
type W<T> = <T as Config>::WeightInfo;
865865
Self {
866-
version: 1620,
866+
version: 1700,
867867
i64const: cost_i64const::<T>(),
868868
i64load: cost_instr::<T>(W::<T>::instr_i64load, 0),
869869
i32load: cost_instr::<T>(W::<T>::instr_i32load, 0),

0 commit comments

Comments
 (0)