On Mon, 24 Mar 2025 12:54:01 GMT, Daniel Jeliński 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
>
On Mon, 24 Mar 2025 12:54:01 GMT, Daniel Jeliński 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
>
On Tue, 25 Mar 2025 15:38:02 GMT, Hai-May Chao 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
>> scenar
On Mon, 24 Mar 2025 12:54:01 GMT, Daniel Jeliński 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
>
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