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

Add benchmark utility #845

Merged
merged 1 commit into from
Feb 3, 2021
Merged

Add benchmark utility #845

merged 1 commit into from
Feb 3, 2021

Conversation

gkinsman
Copy link
Contributor

@gkinsman gkinsman commented Jan 7, 2021

This PR adds a little benchmark utility that is mostly borrowed from mtbench, found here.

It's a useful tool for testing queue throughput, and the effectiveness of the new consume pipeline.

The output looks like this (run from my local machine):

image

…ume latencies. Code borrowed from mtbench for MassTransit
@gkinsman gkinsman requested a review from a team as a code owner January 7, 2021 11:08
@codecov
Copy link

codecov bot commented Jan 7, 2021

Codecov Report

Merging #845 (5d6ebcc) into master (59a3c3d) will decrease coverage by 0.24%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #845      +/-   ##
==========================================
- Coverage   81.83%   81.59%   -0.25%     
==========================================
  Files         113      113              
  Lines        2885     2885              
==========================================
- Hits         2361     2354       -7     
- Misses        524      531       +7     
Flag Coverage Δ
linux 81.59% <ø> (-0.25%) ⬇️
macos 51.79% <ø> (ø)
windows 51.83% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...aying/Messaging/Monitoring/NullOpMessageMonitor.cs 70.00% <0.00%> (-10.00%) ⬇️
...ools/MessageHandling/Dispatch/MessageDispatcher.cs 87.20% <0.00%> (-5.60%) ⬇️
...tSaying/AwsTools/MessageHandling/SqsQueueByName.cs 97.56% <0.00%> (+1.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59a3c3d...5d6ebcc. Read the comment docs.

Base automatically changed from master to main January 31, 2021 10:54
@brainmurphy brainmurphy merged commit 9d791a1 into justeattakeaway:main Feb 3, 2021
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.

None yet

2 participants