-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix(benchmark): refine the benchmark tool for log subscription #716
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #716 +/- ##
==========================================
+ Coverage 49.78% 49.80% +0.02%
==========================================
Files 235 235
Lines 20651 20704 +53
==========================================
+ Hits 10281 10312 +31
- Misses 9730 9758 +28
+ Partials 640 634 -6 ☔ View full report in Codecov by Sentry. |
670d854
to
e0ef909
Compare
17905f3
to
9199784
Compare
e0ef909
to
963d10f
Compare
This update fixes the benchmark tool, enabling it to subscribe to all logs from specified a topic or a log stream. It introduces a mechanism where a loader fetches logs, with the number of logs defined by the "--subscribe-size" CLI flag.
9199784
to
01bf188
Compare
What this PR does
This update fixes the benchmark tool, enabling it to subscribe to all logs from
specified a topic or a log stream. It introduces a mechanism where a loader
fetches logs, with the number of logs defined by the "--subscribe-size" CLI
flag.