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
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
We need to add in CM a way to automatically determine the throughput of a system using loadgen. This PR adds a <enforce_max_duration> option to loadgen - but not exactly sure, if it'll serve our purpose.
Currently, we have to provide an expected target_qps for a system and if we don't loadgen assumes this to be 1. What we ideally want is to keep loadgen running for say 5 minutes and then take the number of samples processed. So, the loadgen should keep sending the queries until 5 minutes are over.
The text was updated successfully, but these errors were encountered:
We need to add in CM a way to automatically determine the throughput of a system using loadgen. This PR adds a <enforce_max_duration> option to loadgen - but not exactly sure, if it'll serve our purpose.
Currently, we have to provide an expected target_qps for a system and if we don't loadgen assumes this to be 1. What we ideally want is to keep loadgen running for say 5 minutes and then take the number of samples processed. So, the loadgen should keep sending the queries until 5 minutes are over.
The text was updated successfully, but these errors were encountered: