Skip to content

Commit

Permalink
bumped spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox committed Mar 29, 2024
1 parent dd010ee commit 508593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// Per convention: if the runtime behavior changes, increment spec_version
// and set impl_version to 0. This paramenter is typically incremented when
// there's an update to the transaction_version.
spec_version: 26,
spec_version: 27,
// The version of the implementation of the specification. Nodes can ignore this. It is only
// used to indicate that the code is different. As long as the authoring_version and the
// spec_version are the same, the code itself might have changed, but the native and Wasm
Expand Down

2 comments on commit 508593d

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 508593d Previous: 33f7951 Ratio
commitment_builder/64 4576589563 ns/iter (± 220146130) 4343451680 ns/iter (± 92231152) 1.05
commitment_builder/128 4536995807 ns/iter (± 313972132) 4647446215 ns/iter (± 137494514) 0.98
commitment_builder/256 2373796791 ns/iter (± 117939688) 2367397557 ns/iter (± 42776582) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 508593d Previous: 909af7f Ratio
commitment_builder_64 Instructions 41958986516 ops (± 0) 41972869826 ops (± 0) 1.00
commitment_builder_64 L1 Accesses 51409007161 ops (± 0) 51407870438 ops (± 0) 1.00
commitment_builder_64 L2 Accesses 883442 ops (± 0) 893120 ops (± 0) 0.99
commitment_builder_64 RAM Accesses 166119 ops (± 0) 191298 ops (± 0) 0.87
commitment_builder_64 Estimated Cycles 51419238536 ops (± 0) 51419031468 ops (± 0) 1.00
commitment_builder_128 Instructions 54189954609 ops (± 0) 54204175550 ops (± 0) 1.00
commitment_builder_128 L1 Accesses 68303335484 ops (± 0) 68301951624 ops (± 0) 1.00
commitment_builder_128 L2 Accesses 1243994 ops (± 0) 1258510 ops (± 0) 0.99
commitment_builder_128 RAM Accesses 274802 ops (± 0) 242507 ops (± 0) 1.13
commitment_builder_128 Estimated Cycles 68319173524 ops (± 0) 68316731919 ops (± 0) 1.00
commitment_builder_256 Instructions 31749371338 ops (± 0) 31758548180 ops (± 0) 1.00
commitment_builder_256 L1 Accesses 40828344738 ops (± 0) 40833274463 ops (± 0) 1.00
commitment_builder_256 L2 Accesses 6702011 ops (± 0) 6788005 ops (± 0) 0.99
commitment_builder_256 RAM Accesses 270996 ops (± 0) 239352 ops (± 0) 1.13
commitment_builder_256 Estimated Cycles 40871339653 ops (± 0) 40875591808 ops (± 0) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.