Skip to content
This repository was archived by the owner on Jul 31, 2021. It is now read-only.

Conversation

@endel
Copy link
Member

@endel endel commented Feb 18, 2021

This PR adds multi-threading support via --threads option, values accepted are either a number or all to use all threads available. If --threads is not provided, only 1 is used.

The total number of clients spawned is going to be --numClients multiplied by --threads
(Example: --numClients 200 --threads 4 = 800 connections)

This wasn't thoroughly tested yet; needs testing on Windows!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants