-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update symbol * typos * add gitignore for subxt * use main branch for avail-core
- Loading branch information
Showing
20 changed files
with
5,995 additions
and
128 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
target | ||
Cargo.lock | ||
target |
Oops, something went wrong.
76d4734
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/32
4052804574
ns/iter (± 100906736
)4325417137
ns/iter (± 81695432
)0.94
commitment_builder/64
4018561685
ns/iter (± 35644900
)4343451680
ns/iter (± 92231152
)0.93
commitment_builder/128
4356838755
ns/iter (± 3772948
)4647446215
ns/iter (± 137494514
)0.94
commitment_builder/256
2149830294
ns/iter (± 3265106
)2367397557
ns/iter (± 42776582
)0.91
This comment was automatically generated by workflow using github-action-benchmark.
76d4734
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_32 Instructions
43503267349
ops (± 0
)43503093041
ops (± 0
)1.00
commitment_builder_32 L1 Accesses
53515352409
ops (± 0
)53514815042
ops (± 0
)1.00
commitment_builder_32 L2 Accesses
788471
ops (± 0
)700403
ops (± 0
)1.13
commitment_builder_32 RAM Accesses
76811
ops (± 0
)89904
ops (± 0
)0.85
commitment_builder_32 Estimated Cycles
53521983149
ops (± 0
)53521463697
ops (± 0
)1.00
commitment_builder_64 Instructions
41971280515
ops (± 0
)41972869826
ops (± 0
)1.00
commitment_builder_64 L1 Accesses
51406132997
ops (± 0
)51407870438
ops (± 0
)1.00
commitment_builder_64 L2 Accesses
866645
ops (± 0
)893120
ops (± 0
)0.97
commitment_builder_64 RAM Accesses
189937
ops (± 0
)191298
ops (± 0
)0.99
commitment_builder_64 Estimated Cycles
51417114017
ops (± 0
)51419031468
ops (± 0
)1.00
commitment_builder_128 Instructions
54203451654
ops (± 0
)54204175550
ops (± 0
)1.00
commitment_builder_128 L1 Accesses
68301242098
ops (± 0
)68301951624
ops (± 0
)1.00
commitment_builder_128 L2 Accesses
1275021
ops (± 0
)1258510
ops (± 0
)1.01
commitment_builder_128 RAM Accesses
258441
ops (± 0
)242507
ops (± 0
)1.07
commitment_builder_128 Estimated Cycles
68316662638
ops (± 0
)68316731919
ops (± 0
)1.00
commitment_builder_256 Instructions
31758280254
ops (± 0
)31758548180
ops (± 0
)1.00
commitment_builder_256 L1 Accesses
40833075472
ops (± 0
)40833274463
ops (± 0
)1.00
commitment_builder_256 L2 Accesses
6794485
ops (± 0
)6788005
ops (± 0
)1.00
commitment_builder_256 RAM Accesses
253594
ops (± 0
)239352
ops (± 0
)1.06
commitment_builder_256 Estimated Cycles
40875923687
ops (± 0
)40875591808
ops (± 0
)1.00
This comment was automatically generated by workflow using github-action-benchmark.