-
Notifications
You must be signed in to change notification settings - Fork 4
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 #16
Add benchmarks #16
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #16 +/- ##
==========================================
+ Coverage 91.94% 92.37% +0.42%
==========================================
Files 16 16
Lines 1812 1796 -16
==========================================
- Hits 1666 1659 -7
+ Misses 146 137 -9 ☔ View full report in Codecov by Sentry. |
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.
So we are about 10-20 times slower than ring in crypto operations? 🤔
Is it because mbedtls
is slow?
@s-arash Yes, mainly because mbedtls is slow. |
This PR closes #8 .