8000 KAFKA-17645: KIP-1052: Enable warmup in producer performance test by arvi18 · Pull Request #19 · coderabbit-test/kafka · GitHub
[go: up one dir, main page]

Skip to content

KAFKA-17645: KIP-1052: Enable warmup in producer performance test #19

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

Open
wants to merge 21 commits into
base: trunk
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix redundant numRecords declaration
  • Loading branch information
matt-welch committed Oct 3, 2024
commit baef2883aa4d4638278e39c1aa9ed62e337d036e
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ static final class ConfigPostProcessor {
final String topicName;
final Long numRecords;
final Long warmupRecords;
final Long numRecords;
final Integer recordSize;
final double throughput;
final boolean payloadMonotonic;
Expand Down
3820
0