-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 a stand-alone "timing" program (PR 15088) #16540
Conversation
It was moved to a different fork repo. |
@richsalz moved the source to the Akamai github repo from his personal repo. |
This PR is in a state where it requires action by @openssl/otc but the last update was 186 days ago |
This PR is in a state where it requires action by @openssl/otc but the last update was 217 days ago |
This PR is in a state where it requires action by @openssl/otc but the last update was 248 days ago |
This PR is in a state where it requires action by @openssl/otc but the last update was 279 days ago |
This PR is in a state where it requires action by @openssl/otc but the last update was 310 days ago |
I wonder what the current state of affairs regarding inefficiency of credential loading is. |
I've just filed #18814, which makes use of this tool. |
Glad you find it useful. |
I've used this too, I think it should be merged. |
* https://www.openssl.org/source/license.html | ||
* | ||
* I compiled this in the source tree this way: | ||
* gcc -g -Iinclude a.c libcrypto.a -ldl -lpthread |
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.
a.c ?
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.
Year, that header comment is outdated and should be removed.
As written in the OP of #18814, one currently can use
gcc -g -I../include timing.c ../libcrypto.a -ldl -lpthread -o timing
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.
For proper inclusion of this tool in test/
, it should added to test/build.info
,
and the two test credentials files should better be moved to test/certs/
.
I am not contributing to OpenSSL, please take this PR and do what you want/need. |
Fixups are now #18821 - I had to copy this because I cannot write to the akamai repo. |
@DDvO, I can write to the Akamai repo... |
This is a re-creation of #15088