Skip to content

Commit

Permalink
Added weights (#381)
Browse files Browse the repository at this point in the history
* Added weights

* Added last touch

* Added empty lines

* fmt

---------

Co-authored-by: Toufeeq Pasha <[email protected]>
  • Loading branch information
markopoloparadox and ToufeeqP authored Jan 23, 2024
1 parent a2103fe commit 828b259
Show file tree
Hide file tree
Showing 6 changed files with 917 additions and 136 deletions.
35 changes: 8 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

2 comments on commit 828b259

@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: 828b259 Previous: 33f7951 Ratio
commitment_builder/32 3902117961 ns/iter (± 29008527) 4325417137 ns/iter (± 81695432) 0.90
commitment_builder/64 3818684657 ns/iter (± 21086581) 4343451680 ns/iter (± 92231152) 0.88
commitment_builder/128 4180952180 ns/iter (± 47092555) 4647446215 ns/iter (± 137494514) 0.90
commitment_builder/256 2021722400 ns/iter (± 10048049) 2367397557 ns/iter (± 42776582) 0.85

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: 828b259 Previous: 909af7f Ratio
commitment_builder_32 Instructions 43507803105 ops (± 0) 43503093041 ops (± 0) 1.00
commitment_builder_32 L1 Accesses 53519925848 ops (± 0) 53514815042 ops (± 0) 1.00
commitment_builder_32 L2 Accesses 748679 ops (± 0) 700403 ops (± 0) 1.07
commitment_builder_32 RAM Accesses 93893 ops (± 0) 89904 ops (± 0) 1.04
commitment_builder_32 Estimated Cycles 53526955498 ops (± 0) 53521463697 ops (± 0) 1.00
commitment_builder_64 Instructions 41977213359 ops (± 0) 41972869826 ops (± 0) 1.00
commitment_builder_64 L1 Accesses 51412519351 ops (± 0) 51407870438 ops (± 0) 1.00
commitment_builder_64 L2 Accesses 890246 ops (± 0) 893120 ops (± 0) 1.00
commitment_builder_64 RAM Accesses 192333 ops (± 0) 191298 ops (± 0) 1.01
commitment_builder_64 Estimated Cycles 51423702236 ops (± 0) 51419031468 ops (± 0) 1.00
commitment_builder_128 Instructions 54208473377 ops (± 0) 54204175550 ops (± 0) 1.00
commitment_builder_128 L1 Accesses 68306460480 ops (± 0) 68301951624 ops (± 0) 1.00
commitment_builder_128 L2 Accesses 1303133 ops (± 0) 1258510 ops (± 0) 1.04
commitment_builder_128 RAM Accesses 258980 ops (± 0) 242507 ops (± 0) 1.07
commitment_builder_128 Estimated Cycles 68322040445 ops (± 0) 68316731919 ops (± 0) 1.00
commitment_builder_256 Instructions 31760897031 ops (± 0) 31758548180 ops (± 0) 1.00
commitment_builder_256 L1 Accesses 40835913310 ops (± 0) 40833274463 ops (± 0) 1.00
commitment_builder_256 L2 Accesses 6816441 ops (± 0) 6788005 ops (± 0) 1.00
commitment_builder_256 RAM Accesses 252352 ops (± 0) 239352 ops (± 0) 1.05
commitment_builder_256 Estimated Cycles 40878827835 ops (± 0) 40875591808 ops (± 0) 1.00

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

Please sign in to comment.