-
Notifications
You must be signed in to change notification settings - Fork 539
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c88616a
commit 9630426
Showing
1 changed file
with
20 additions
and
57 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
9630426
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
4339018471
ns/iter (± 98870394
)4239305043
ns/iter (± 103025063
)1.02
commitment_builder/64
4389647317
ns/iter (± 199693608
)4146927392
ns/iter (± 96859072
)1.06
commitment_builder/128
4783517620
ns/iter (± 183411326
)4527921057
ns/iter (± 59996064
)1.06
commitment_builder/256
2399982167
ns/iter (± 101137907
)2205138657
ns/iter (± 36843535
)1.09
This comment was automatically generated by workflow using github-action-benchmark.
9630426
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
43503524573
ops (± 0
)42920265841
ops (± 0
)1.01
commitment_builder_32 L1 Accesses
53515411837
ops (± 0
)52858711440
ops (± 0
)1.01
commitment_builder_32 L2 Accesses
733942
ops (± 0
)430583
ops (± 0
)1.70
commitment_builder_32 RAM Accesses
91408
ops (± 0
)101017
ops (± 0
)0.90
commitment_builder_32 Estimated Cycles
53522280827
ops (± 0
)52864399950
ops (± 0
)1.01
commitment_builder_64 Instructions
41972904675
ops (± 0
)41390334795
ops (± 0
)1.01
commitment_builder_64 L1 Accesses
51407926800
ops (± 0
)50751723761
ops (± 0
)1.01
commitment_builder_64 L2 Accesses
894547
ops (± 0
)555435
ops (± 0
)1.61
commitment_builder_64 RAM Accesses
190833
ops (± 0
)199375
ops (± 0
)0.96
commitment_builder_64 Estimated Cycles
51419078690
ops (± 0
)50761479061
ops (± 0
)1.01
commitment_builder_128 Instructions
54204654417
ops (± 0
)53619537848
ops (± 0
)1.01
commitment_builder_128 L1 Accesses
68302593854
ops (± 0
)67644600246
ops (± 0
)1.01
commitment_builder_128 L2 Accesses
1316411
ops (± 0
)1015589
ops (± 0
)1.30
commitment_builder_128 RAM Accesses
245023
ops (± 0
)269618
ops (± 0
)0.91
commitment_builder_128 Estimated Cycles
68317751714
ops (± 0
)67659114821
ops (± 0
)1.01
commitment_builder_256 Instructions
31758788295
ops (± 0
)31178642102
ops (± 0
)1.02
commitment_builder_256 L1 Accesses
40833619944
ops (± 0
)40169352892
ops (± 0
)1.02
commitment_builder_256 L2 Accesses
6801151
ops (± 0
)6485426
ops (± 0
)1.05
commitment_builder_256 RAM Accesses
236286
ops (± 0
)268224
ops (± 0
)0.88
commitment_builder_256 Estimated Cycles
40875895709
ops (± 0
)40211167862
ops (± 0
)1.02
This comment was automatically generated by workflow using github-action-benchmark.
9630426
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.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.15
.commitment_builder_32 L2 Accesses
733942
ops (± 0
)430583
ops (± 0
)1.70
commitment_builder_64 L2 Accesses
894547
ops (± 0
)555435
ops (± 0
)1.61
commitment_builder_128 L2 Accesses
1316411
ops (± 0
)1015589
ops (± 0
)1.30
This comment was automatically generated by workflow using github-action-benchmark.
CC: @prabal-banerjee @jakubcech @vthunder @kroos47 @Leouarz @markopoloparadox