-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add benchmarks for the whole PRE scenario and some internals #54
Conversation
Codecov Report
@@ Coverage Diff @@
## master #54 +/- ##
==========================================
- Coverage 84.56% 83.94% -0.63%
==========================================
Files 12 13 +1
Lines 946 953 +7
==========================================
Hits 800 800
- Misses 146 153 +7
Continue to review full report at Codecov.
|
Can we see the benchmark reports on CI? I can't find them |
Not currently, the CI task added in the PR only builds the benchmarks, but does not run them. Does it make sense to actually run them in CI? It's pretty slow, and in order to get some use out of it we need to at least check for performance regressions automatically - I wonder if it's possible. |
f277a94
to
844d376
Compare
1c2084e
to
c7d9c0c
Compare
Fixes #9
Capsule::from_public_key()
,Capsule::open_original()
, andCapsule::open_reencrypted()
bench-internals
encrypt()
,decrypt_original()
,generate_kfrags()
,reencrypt()
, andopen_reencrypted()
(only for 2 out of 3 scenarios)