Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/21447 )
Change subject: Add a benchmark for CBTree concurrent writes. ...................................................................... Patch Set 8: Code-Review+2 (1 comment) http://gerrit.cloudera.org:8080/#/c/21447/4/src/kudu/tablet/cbtree-test.cc File src/kudu/tablet/cbtree-test.cc: http://gerrit.cloudera.org:8080/#/c/21447/4/src/kudu/tablet/cbtree-test.cc@56 PS4, Line 56: : DEFINE_int32(concurrent_rw_benchmark_num_writer_threads, 4, : "Number of writer threads in TestConcurrentReadWritePerformance"); : DEFINE_int32(concurrent_rw_benchmark_num_reader_threads, 4, : "Number of reader threads in TestConcurrentReadWritePerformance"); : DEFINE_int32(concurrent_rw_benchmark_num_inserts, 1000000, : "Number of inserts in TestConcurrentReadWritePerformance"); : // This might be needed, because reads are significantly faster than writes. : DEFINE_int32(concurrent_rw_benchmark_reader_boost, 1, : "Multiply the amount of values ea > like this? Yes, now it looks better. Thank you. -- To view, visit http://gerrit.cloudera.org:8080/21447 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I1b0b16e269c70716962fc5ebb4ddca1e2cbe68a4 Gerrit-Change-Number: 21447 Gerrit-PatchSet: 8 Gerrit-Owner: Zoltan Martonka <zmarto...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <ale...@apache.org> Gerrit-Reviewer: Ashwani Raina <ara...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Chovan <zcho...@cloudera.com> Gerrit-Reviewer: Zoltan Martonka <zmarto...@cloudera.com> Gerrit-Comment-Date: Wed, 29 May 2024 17:20:48 +0000 Gerrit-HasComments: Yes