blambov commented on code in PR #2708: URL: https://github.com/apache/cassandra/pull/2708#discussion_r1332864141
########## test/microbench/org/apache/cassandra/test/microbench/instance/ReadTestSmallPartitionsBench.java: ########## @@ -39,7 +39,7 @@ @Fork(value = 1) @Threads(1) @State(Scope.Benchmark) -public class ReadTestSmallPartitions extends ReadTest +public class ReadTestSmallPartitionsBench extends ReadTest Review Comment: Nit: I would get rid of `Test` here and in the next file: `ReadSmallPartitionsBench`, `ReadWidePartitionsBench`. Consider also renaming the base class from `ReadTest` to `ReadBench`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

