Skip to content

feat(wish): add no-TLS benchmark#26

Merged
tyoshino merged 1 commit intomainfrom
tyoshino/wish-bench
Mar 19, 2026
Merged

feat(wish): add no-TLS benchmark#26
tyoshino merged 1 commit intomainfrom
tyoshino/wish-bench

Conversation

@tyoshino
Copy link
Copy Markdown
Collaborator

No description provided.

@tyoshino tyoshino requested a review from wenbozhu March 19, 2026 06:58
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from http2. to be shared

Comment on lines +17 to +18
set(WSLAY_TESTS OFF CACHE BOOL "" FORCE)
set(WSLAY_EXAMPLES OFF CACHE BOOL "" FORCE)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added using this opportunity

Comment on lines +25 to +32
# Disable OpenSSL and Mbed TLS. We use BoringSSL instead.
set(EVENT__DISABLE_OPENSSL ON CACHE BOOL "" FORCE)
set(EVENT__DISABLE_MBEDTLS ON CACHE BOOL "" FORCE)

set(EVENT__DISABLE_BENCHMARKS ON CACHE BOOL "" FORCE)
set(EVENT__DISABLE_TESTS ON CACHE BOOL "" FORCE)
set(EVENT__DISABLE_REGRESS ON CACHE BOOL "" FORCE)
set(EVENT__DISABLE_SAMPLES ON CACHE BOOL "" FORCE)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved

boringssl
GIT_REPOSITORY https://boringssl.googlesource.com/boringssl
GIT_TAG main
GIT_TAG 0.20260211.0
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed to use the latest release as faced a build error

@tyoshino tyoshino merged commit a898220 into main Mar 19, 2026
2 checks passed
@tyoshino tyoshino deleted the tyoshino/wish-bench branch March 19, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant