You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently oha will use the number of cores available to the system. (#[tokio::main] will set it by default)
it will be nice to be able to configure it by an option.
a simple way is to set environment variable TOKIO_WORKER_THREADS which will be read by tokio but need to add some document, i.e., helper message in oha.
The text was updated successfully, but these errors were encountered:
currently oha will use the number of cores available to the system. (
#[tokio::main]
will set it by default)it will be nice to be able to configure it by an option.
a simple way is to set environment variable
TOKIO_WORKER_THREADS
which will be read by tokio but need to add some document, i.e., helper message in oha.The text was updated successfully, but these errors were encountered: