slbotbm opened a new pull request, #3218: URL: https://github.com/apache/iggy/pull/3218
## Which issue does this PR close? Closes # ## Rationale This PR adds an actor for tcp async pinned producer benchmark, a data batch generator, and some enums. Also reorders the directory structure to create multiple benchmarks. ## What changed? - added tcp async pinned producer actor. (benchmarks/actors/tcp/async/*) - added actor kind, benchmark kind, group kind, transport kind enums. (common/enums/*) - added batch generator class to generate data batches to send to server. (common/generator/*, models/common/generator/*) - moved provision/* to common/provision/*, benchmarks/tcp/async/* to benchmarks/runners/tcp/async/*, exception/* to common/exception/* ## Local Execution - Passed - Pre-commit hooks ran ## AI Usage 1. Which tools? codex 2. Scope of usage? code generation based upon my instructions. 3. How did you verify the generated code works correctly? Manually read through and verified all code, and ran it. 4. Can you explain every line of the code if asked? yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
