-
Notifications
You must be signed in to change notification settings - Fork 155
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
chore(bench): measure key sizes and zk proof sizes #1379
Conversation
I will take care of these edits |
87d9df0
to
7293a5c
Compare
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.
One bench computes the size of the in-memory rust object while the other computes the size of the bincode serialized data. This could be uniformized later or at least specified in the function names.
Also clean key sizes measurements since they are now done in shortint_key_sizes.rs Co-authored-by: David Testé <david.teste@zama.ai>
7293a5c
to
d9f7349
Compare
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.
thanks for the fix !
No description provided.