Closed
Conversation
c4a29f6 to
69f8e0c
Compare
andrewkdinh
suggested changes
Feb 25, 2026
Contributor
andrewkdinh
left a comment
There was a problem hiding this comment.
You also need to update README.md
source/evp_fetch.c
Outdated
Contributor
There was a problem hiding this comment.
This also needs updating
Contributor
|
@nikolapajkovsky btw, I created an issue to fix the ssl_poll_perf issue in CI: openssl/project#1882. I will create a dedicated PR to fix it |
Contributor
Merged #82 . Please rebase |
69f8e0c to
637f6b7
Compare
Author
|
@jogme @andrewkdinh pushed updated version. |
andrewkdinh
suggested changes
Mar 3, 2026
Contributor
andrewkdinh
left a comment
There was a problem hiding this comment.
Otherwise looks good
source/CMakeLists.txt
Outdated
| evp_fetch "" "" "-q" | ||
| CACHE STRING "Post-quantum option for evp_fetch") | ||
| set(run_evp_fetch_freeze | ||
| evp_fetch "" "" "-f" |
Contributor
There was a problem hiding this comment.
Suggested change
| evp_fetch "" "" "-f" | |
| evp_fetch "" "" "-F" |
$ ./evp_fetch -f CIPHER:AES-128-GCM 64 -F Average time per fetch call: 1.244238us $ ./evp_fetch -f CIPHER:AES-128-GCM 64 Average time per fetch call: 23.303556us ./evp_fetch -f MD:SHA2-256 64 -F Average time per fetch call: 1.197693us $ ./evp_fetch -f MD:SHA2-256 64 Average time per fetch call: 24.295191us Signed-off-by: Nikola Pajkovsky <nikolap@openssl.org>
637f6b7 to
d3d4709
Compare
npajkovsky
pushed a commit
that referenced
this pull request
Mar 4, 2026
$ ./evp_fetch -f CIPHER:AES-128-GCM 64 -F Average time per fetch call: 1.244238us $ ./evp_fetch -f CIPHER:AES-128-GCM 64 Average time per fetch call: 23.303556us ./evp_fetch -f MD:SHA2-256 64 -F Average time per fetch call: 1.197693us $ ./evp_fetch -f MD:SHA2-256 64 Average time per fetch call: 24.295191us Signed-off-by: Nikola Pajkovsky <nikolap@openssl.org> Reviewed-by: Norbert Pocs <norbertp@openssl.org> MergeDate: Wed Mar 4 14:52:41 2026 (Merged from #80)
Author
|
Merged, thanks |
Sashan
pushed a commit
to Sashan/perftools
that referenced
this pull request
Mar 8, 2026
$ ./evp_fetch -f CIPHER:AES-128-GCM 64 -F Average time per fetch call: 1.244238us $ ./evp_fetch -f CIPHER:AES-128-GCM 64 Average time per fetch call: 23.303556us ./evp_fetch -f MD:SHA2-256 64 -F Average time per fetch call: 1.197693us $ ./evp_fetch -f MD:SHA2-256 64 Average time per fetch call: 24.295191us Signed-off-by: Nikola Pajkovsky <nikolap@openssl.org> Reviewed-by: Norbert Pocs <norbertp@openssl.org> MergeDate: Wed Mar 4 14:52:41 2026 (Merged from openssl#80)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$ ./evp_fetch -f CIPHER:AES-128-GCM 64 -F
Average time per fetch call: 1.244238us
$ ./evp_fetch -f CIPHER:AES-128-GCM 64
Average time per fetch call: 23.303556us
./evp_fetch -f MD:SHA2-256 64 -F
Average time per fetch call: 1.197693us
$ ./evp_fetch -f MD:SHA2-256 64
Average time per fetch call: 24.295191us