feat(java): add actor and data batch generator for java bench#3218
feat(java): add actor and data batch generator for java bench#3218slbotbm wants to merge 3 commits intoapache:masterfrom
Conversation
…ifferent enums for benchmark data collector
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #3218 +/- ##
============================================
- Coverage 74.10% 74.01% -0.09%
Complexity 943 943
============================================
Files 1159 1166 +7
Lines 102033 102153 +120
Branches 79083 79092 +9
============================================
Hits 75607 75607
- Misses 23765 23885 +120
Partials 2661 2661
🚀 New features to boost your workflow:
|
|
is this functional already? if yes, then what are results compared to iggy-bench? |
|
@hubcio The actor itself is functional, but no data is being collected, due to which it can't be compared to iggy bench right now. i'm writing the code for the reporting suite, and we'll be able to measure the difference between the java bench and iggy bench in the next PR. |
|
@mmodzelewski please check this once you have some spare time |
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?
Local Execution
AI Usage