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
The goal is to enable users to artificially limit throughput to the desired number of invocations per second. Note: Turnkey does not use the batch size selected by the user to adjust the IPS as the batch size may not always be known.
--max-throughput should be an argument of Turnkey's CLI.
Discussion
The benchmarking help page will get very long if we add a lot of benchmarking specific flags. This, --iterations, --num-threads/processes, etc. Consider hiding these behind some kind of "advanced benchmarking options"?
The text was updated successfully, but these errors were encountered:
Description
The goal is to enable users to artificially limit throughput to the desired number of invocations per second. Note: Turnkey does not use the batch size selected by the user to adjust the IPS as the batch size may not always be known.
--max-throughput
should be an argument of Turnkey's CLI.Discussion
The benchmarking help page will get very long if we add a lot of benchmarking specific flags. This,
--iterations
,--num-threads/processes
, etc. Consider hiding these behind some kind of "advanced benchmarking options"?The text was updated successfully, but these errors were encountered: