alexeykudinkin commented on PR #6843: URL: https://github.com/apache/hudi/pull/6843#issuecomment-1311994074
Running side-by-side BIMQ, Disruptor and No Queue yields following results: Baseline: 100% (of performance) Disruptor: 120% No queue: **125%** ``` # # Baseline (master, BIMQ) # ================================================== Total time taken by all rounds (hudi): 5119338 Per round: List(204855, 504984, 585545, 646676, 516914, 554007, 510029, 533198, 554438, 508692) ================================================== # # Disruptor # ================================================== Total time taken by all rounds (hudi): 3978471 Per round: List(148866, 679922, 503584, 452640, 388569, 379539, 372863, 344363, 353634, 354491) ================================================== # # No queue # ================================================== Total time taken by all rounds (hudi): 3798022 Per round: List(189704, 467253, 512628, 468869, 363557, 361869, 351934, 357554, 364299, 360355) ================================================== ``` -- 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]
