Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bench arkworks primitives sizes #96

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

piotr-roslaniec
Copy link

  • Results:
| n of elements | type of element        | serialized size in bytes |
| ------------- | ---------------------- | ------------------------ |
| 1             | G1-affine-uncompressed | 104                      |
| 1             | G1-affine-compressed   | 56                       |
| 10            | G1-affine-uncompressed | 968                      |
| 10            | G1-affine-compressed   | 488                      |
| 100           | G1-affine-uncompressed | 9608                     |
| 100           | G1-affine-compressed   | 4808                     |

@codecov-commenter
Copy link

Codecov Report

Merging #96 (076fd5b) into main (2a69e64) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   81.78%   81.78%           
=======================================
  Files          25       25           
  Lines        3975     3975           
=======================================
  Hits         3251     3251           
  Misses        724      724           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@piotr-roslaniec piotr-roslaniec merged commit 1ea3abd into nucypher:main Apr 21, 2023
@piotr-roslaniec piotr-roslaniec deleted the bench-ark-sizes branch April 21, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants