-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: add max_batch_request_num feature #672
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: 170210 <[email protected]>
170210
force-pushed
the
feature/issue_649
branch
from
July 20, 2023 01:35
5a089a4
to
249976c
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #672 +/- ##
==========================================
+ Coverage 66.51% 66.59% +0.07%
==========================================
Files 283 283
Lines 37818 37869 +51
==========================================
+ Hits 25155 25219 +64
+ Misses 10868 10854 -14
- Partials 1795 1796 +1
|
170210
added
C: enhancement
Classification: New feature or its request, or improvement in maintainability of code
D: good first issue
Decision: Good for newcomers
labels
Jul 20, 2023
170210
force-pushed
the
feature/issue_649
branch
from
July 20, 2023 05:12
249976c
to
fd8f1c6
Compare
170210
force-pushed
the
feature/issue_649
branch
from
July 20, 2023 09:46
fd8f1c6
to
535d824
Compare
170210
force-pushed
the
feature/issue_649
branch
from
July 21, 2023 04:57
9dac9e3
to
e2d3516
Compare
Signed-off-by: 170210 <[email protected]>
Signed-off-by: 170210 <[email protected]>
170210
force-pushed
the
feature/issue_649
branch
3 times, most recently
from
July 25, 2023 01:57
34f8849
to
f135d56
Compare
Signed-off-by: 170210 <[email protected]>
170210
force-pushed
the
feature/issue_649
branch
from
July 25, 2023 02:07
8d884ef
to
5c183d7
Compare
Signed-off-by: 170210 <[email protected]>
170210
force-pushed
the
feature/issue_649
branch
from
July 25, 2023 02:12
5c183d7
to
785b82f
Compare
Signed-off-by: 170210 <[email protected]>
Signed-off-by: 170210 <[email protected]>
zemyblue
reviewed
Jul 26, 2023
170210
changed the title
feat: add max_request_batch_request feature
feat: add max_batch_request_num feature
Jul 27, 2023
Signed-off-by: 170210 <[email protected]>
Signed-off-by: 170210 <[email protected]>
Signed-off-by: 170210 <[email protected]>
ulbqb
reviewed
Jul 27, 2023
Signed-off-by: 170210 <[email protected]>
Signed-off-by: 170210 <[email protected]>
170210
force-pushed
the
feature/issue_649
branch
from
July 27, 2023 09:24
ab6d002
to
6790199
Compare
tnasu
reviewed
Jul 27, 2023
Signed-off-by: 170210 <[email protected]>
Signed-off-by: 170210 <[email protected]>
170210
commented
Jul 27, 2023
tnasu
approved these changes
Jul 28, 2023
zemyblue
approved these changes
Jul 28, 2023
50 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: enhancement
Classification: New feature or its request, or improvement in maintainability of code
D: good first issue
Decision: Good for newcomers
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR has following changes.
Closes: #649