On Mon, 24 Mar 2025 12:54:01 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> Update the SSLHandshake benchmark to enable running in multiple threads. > > This PR changes the scope of the state from per-benchmark to per-thread. The > server SSLContext is still shared across all threads to simulate the scenario > where multiple clients try to connect to the same server at the same time. > > Before the change, running this benchmark with `make test > TEST=micro:SSLHandshake MICRO=OPTIONS="-t 3"` failed with an exception. After > this change the benchmark completes successfully. Thanks for the reviews! Label added. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24195#issuecomment-2786806100