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

Benchmarks! #45

Open
omershlo opened this issue Aug 24, 2018 · 1 comment
Open

Benchmarks! #45

omershlo opened this issue Aug 24, 2018 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@omershlo
Copy link
Contributor

Currently we have only keyGen benches:

  • we need to update keygen benchs (currently there are compilation errors)
  • we need to add signing benchs
@omershlo omershlo added the good first issue Good for newcomers label Aug 24, 2018
@omershlo omershlo changed the title Udpdate Benches Update Benches Aug 24, 2018
@omershlo
Copy link
Contributor Author

Here is a short to do list. This list should be covered for both 2p and multi party protocols

  1. measure keygen time
  2. measure signing time
  3. measure verification time
  4. measure signatures per second
  5. check if (4) can be improved using batching
  6. locate bottlenecks in computation
  7. check if (6) can be improved using code/algorithm change

repeat the list for: (A) 2P and Multi party protocols (B) different types of elliptic curves (C) without ser/des and with local network

@omershlo omershlo changed the title Update Benches Benchmarks! Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants