Add --req-time-cost

This commit is contained in:
Piero Toffanin 2024-02-05 15:03:27 -05:00
parent fa24655404
commit b522a0f763
3 changed files with 31 additions and 4 deletions

View file

@ -81,6 +81,11 @@ _default_options_objects = [
'default_value': -1,
'value_type': 'int'
},
{
'name': 'REQ_TIME_COST',
'default_value': -1,
'value_type': 'int'
},
{
'name': 'BATCH_LIMIT',
'default_value': -1,