Skip to content
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

[ISSUE #6215]Make benchmark cover compress msg situation #6216

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

humkum
Copy link
Contributor

@humkum humkum commented Mar 1, 2023

closes #6215

We could use benchmark like this to compress message body which is larger than 2 KB with "ZSTD" compress algorithm:
sh producer.sh -n namesrv -t topic -c true -ct ZSTD -cl 5 -ch 2048

@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2023

Codecov Report

Merging #6216 (2c96507) into develop (88000da) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##             develop    #6216      +/-   ##
=============================================
- Coverage      43.18%   43.17%   -0.02%     
  Complexity      8848     8848              
=============================================
  Files           1094     1094              
  Lines          77184    77184              
  Branches       10070    10070              
=============================================
- Hits           33332    33323       -9     
- Misses         39682    39693      +11     
+ Partials        4170     4168       -2     
Impacted Files Coverage Δ
...ketmq/proxy/grpc/v2/channel/GrpcClientChannel.java 49.07% <0.00%> (-2.78%) ⬇️
...he/rocketmq/controller/impl/DLedgerController.java 66.49% <0.00%> (-2.62%) ⬇️
.../apache/rocketmq/controller/ControllerManager.java 71.87% <0.00%> (-2.09%) ⬇️
...he/rocketmq/client/trace/AsyncTraceDispatcher.java 82.21% <0.00%> (-1.45%) ⬇️
...mq/store/ha/autoswitch/AutoSwitchHAConnection.java 70.27% <0.00%> (-1.36%) ⬇️
.../apache/rocketmq/store/ha/DefaultHAConnection.java 65.72% <0.00%> (-1.21%) ⬇️
...rocketmq/broker/processor/PopMessageProcessor.java 36.68% <0.00%> (-0.46%) ⬇️
...main/java/org/apache/rocketmq/store/CommitLog.java 65.13% <0.00%> (-0.11%) ⬇️
...ava/org/apache/rocketmq/filter/util/BitsArray.java 59.82% <0.00%> (ø)
...va/org/apache/rocketmq/store/FlushDiskWatcher.java 81.25% <0.00%> (ø)
... and 7 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

lizhimins
lizhimins previously approved these changes Mar 2, 2023
@Oliverwqcwrw Oliverwqcwrw merged commit 1c98a23 into apache:develop Mar 14, 2023
miles-ton pushed a commit to miles-ton/rocketmq that referenced this pull request Mar 16, 2023
fuyou001 pushed a commit to fuyou001/rocketmq that referenced this pull request Mar 16, 2023
TheR1sing3un pushed a commit to TheR1sing3un/rocketmq that referenced this pull request Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make benchmark cover the situation of compressing message using different compress algorithm.
4 participants