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.
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
feat: docker-based benchmarks comparing OpenSSL perf #2050
feat: docker-based benchmarks comparing OpenSSL perf #2050
Changes from 43 commits
a2eabe1
8920333
e55a727
96bd8f6
c64ee87
051c1fc
a4624f9
a6ebf50
27de7d9
97c91a7
65fc61c
f421171
2f09ff8
e5e8c93
a8929e3
f746fff
4091377
940f683
3abe8a7
54c2b81
9376cce
7b10961
9ec8ffd
84cde4f
640cefc
8f38060
1907ca7
3694e67
5814aa7
d0e0e56
8b7494f
a164a2c
04c736b
7b67fca
d63ff37
8765f4e
4506c30
b53e58b
1af4f50
6480bd1
9821148
6a9e021
d54b043
5abaf5b
5987d3b
fba8a8b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 194 in src/BenchmarksApps/TLS/Kestrel/Program.cs
GitHub Actions / Build & Test (ubuntu-latest)
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.
Looks like this code runs no matter what OS? Should probably check you're on linux?
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.
added check that we are on linux or macos