Skip to content

Commit

Permalink
Bumped spec version (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox authored Mar 28, 2024
1 parent f7bd1b5 commit 1920fae
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: 24,
spec_version: 25,
// 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 1920fae

@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: 1920fae Previous: 33f7951 Ratio
commitment_builder/64 3862305826 ns/iter (± 1260874) 4343451680 ns/iter (± 92231152) 0.89
commitment_builder/128 4158959251 ns/iter (± 11254676) 4647446215 ns/iter (± 137494514) 0.89
commitment_builder/256 2026506692 ns/iter (± 6087997) 2367397557 ns/iter (± 42776582) 0.86

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: 1920fae Previous: 909af7f Ratio
commitment_builder_64 Instructions 41958443355 ops (± 0) 41972869826 ops (± 0) 1.00
commitment_builder_64 L1 Accesses 51408235348 ops (± 0) 51407870438 ops (± 0) 1.00
commitment_builder_64 L2 Accesses 866183 ops (± 0) 893120 ops (± 0) 0.97
commitment_builder_64 RAM Accesses 163631 ops (± 0) 191298 ops (± 0) 0.86
commitment_builder_64 Estimated Cycles 51418293348 ops (± 0) 51419031468 ops (± 0) 1.00
commitment_builder_128 Instructions 54188913882 ops (± 0) 54204175550 ops (± 0) 1.00
commitment_builder_128 L1 Accesses 68301906871 ops (± 0) 68301951624 ops (± 0) 1.00
commitment_builder_128 L2 Accesses 1154716 ops (± 0) 1258510 ops (± 0) 0.92
commitment_builder_128 RAM Accesses 274979 ops (± 0) 242507 ops (± 0) 1.13
commitment_builder_128 Estimated Cycles 68317304716 ops (± 0) 68316731919 ops (± 0) 1.00
commitment_builder_256 Instructions 31749083015 ops (± 0) 31758548180 ops (± 0) 1.00
commitment_builder_256 L1 Accesses 40827934072 ops (± 0) 40833274463 ops (± 0) 1.00
commitment_builder_256 L2 Accesses 6691119 ops (± 0) 6788005 ops (± 0) 0.99
commitment_builder_256 RAM Accesses 271197 ops (± 0) 239352 ops (± 0) 1.13
commitment_builder_256 Estimated Cycles 40870881562 ops (± 0) 40875591808 ops (± 0) 1.00

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

Please sign in to comment.