-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename --concurrency-target and --concurrency-utilization #1490
Rename --concurrency-target and --concurrency-utilization #1490
Conversation
8448054
to
ff0b99d
Compare
Codecov Report
@@ Coverage Diff @@
## main #1490 +/- ##
==========================================
+ Coverage 79.15% 79.17% +0.01%
==========================================
Files 162 162
Lines 8445 8451 +6
==========================================
+ Hits 6685 6691 +6
Misses 1077 1077
Partials 683 683
Continue to review full report at Codecov.
|
@rhuss looks good. As you mentioned the rebase is needed with the previous renaming PR, otherwise OK. |
The new option names are --scale-target and --scale-limit, respectively Both options are still available but deprecated. Reasoning is that both options really belong to the 'scale' option group as they influencen the scaling behaviour.
ff0b99d
to
06a723b
Compare
The following is the coverage report on the affected files.
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, rhuss The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The new option names are --scale-target and --scale-utilization
Both options are still available but deprecated. Reasoning is that both
options really belong to the 'scale' option group as they influencen
the scaling behaviour.