-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decreased block computation capacity (#510)
* Decreased the block computation capacity to 2 seconds * bumped spec_version to 26 * 100x base_weight to increase min tx cost
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
afb3b55
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.
Benchmark
commitment_builder/64
4198383267
ns/iter (± 167595327
)4343451680
ns/iter (± 92231152
)0.97
commitment_builder/128
4439061799
ns/iter (± 108225737
)4647446215
ns/iter (± 137494514
)0.96
commitment_builder/256
2163008265
ns/iter (± 166737475
)2367397557
ns/iter (± 42776582
)0.91
This comment was automatically generated by workflow using github-action-benchmark.
afb3b55
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.
Benchmark
commitment_builder_64 Instructions
41959095454
ops (± 0
)41972869826
ops (± 0
)1.00
commitment_builder_64 L1 Accesses
51409154539
ops (± 0
)51407870438
ops (± 0
)1.00
commitment_builder_64 L2 Accesses
896874
ops (± 0
)893120
ops (± 0
)1.00
commitment_builder_64 RAM Accesses
167207
ops (± 0
)191298
ops (± 0
)0.87
commitment_builder_64 Estimated Cycles
51419491154
ops (± 0
)51419031468
ops (± 0
)1.00
commitment_builder_128 Instructions
54189539730
ops (± 0
)54204175550
ops (± 0
)1.00
commitment_builder_128 L1 Accesses
68302776842
ops (± 0
)68301951624
ops (± 0
)1.00
commitment_builder_128 L2 Accesses
1192623
ops (± 0
)1258510
ops (± 0
)0.95
commitment_builder_128 RAM Accesses
276615
ops (± 0
)242507
ops (± 0
)1.14
commitment_builder_128 Estimated Cycles
68318421482
ops (± 0
)68316731919
ops (± 0
)1.00
commitment_builder_256 Instructions
31749494478
ops (± 0
)31758548180
ops (± 0
)1.00
commitment_builder_256 L1 Accesses
40828518416
ops (± 0
)40833274463
ops (± 0
)1.00
commitment_builder_256 L2 Accesses
6712804
ops (± 0
)6788005
ops (± 0
)0.99
commitment_builder_256 RAM Accesses
268943
ops (± 0
)239352
ops (± 0
)1.12
commitment_builder_256 Estimated Cycles
40871495441
ops (± 0
)40875591808
ops (± 0
)1.00
This comment was automatically generated by workflow using github-action-benchmark.