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

Non-blocking batcher #352

Merged
merged 10 commits into from
Jul 20, 2023
Merged

Non-blocking batcher #352

merged 10 commits into from
Jul 20, 2023

Conversation

vadimalekseev
Copy link
Collaborator

Fixes #351

@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Patch coverage: 94.23% and project coverage change: -0.04 ⚠️

Comparison is base (a4b43fb) 68.26% compared to head (586b668) 68.22%.

❗ Current head 586b668 differs from pull request most recent head 0e2902a. Consider uploading reports for the commit 0e2902a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #352      +/-   ##
==========================================
- Coverage   68.26%   68.22%   -0.04%     
==========================================
  Files         105      105              
  Lines       10520    10533      +13     
==========================================
+ Hits         7181     7186       +5     
- Misses       2874     2880       +6     
- Partials      465      467       +2     
Impacted Files Coverage Δ
pipeline/processor.go 89.86% <ø> (+0.82%) ⬆️
plugin/output/stdout/stdout.go 38.46% <0.00%> (ø)
pipeline/event.go 85.16% <83.33%> (+2.01%) ⬆️
pipeline/batch.go 90.96% <100.00%> (+0.76%) ⬆️
pipeline/pipeline.go 66.78% <100.00%> (-0.50%) ⬇️
plugin/output/devnull/devnull.go 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vadimalekseev vadimalekseev force-pushed the 351-speedup-batcher branch 3 times, most recently from 9818a99 to 39fb0e5 Compare April 12, 2023 17:03
@vadimalekseev vadimalekseev changed the title [draft] Speedup batcher Speedup batcher Jul 4, 2023
@vadimalekseev vadimalekseev changed the title Speedup batcher Non-blocking batcher Jul 12, 2023
@vadimalekseev vadimalekseev merged commit 8f5cbfe into master Jul 20, 2023
6 checks passed
@vadimalekseev vadimalekseev deleted the 351-speedup-batcher branch July 20, 2023 09:08
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.

Feature: Speedup batcher
3 participants