epugh commented on code in PR #1039:
URL: https://github.com/apache/solr/pull/1039#discussion_r978126229
##########
solr/benchmark/src/java/org/apache/solr/bench/generators/Lists.java:
##########
@@ -32,17 +31,13 @@ public final class Lists {
private Lists() {}
static <T> Gen<List<T>> listsOf(Gen<T> generator, Gen<Integer> sizes) {
- return listsOf(generator, arrayList(), sizes).mix(listsOf(generator,
linkedList(), sizes));
Review Comment:
was going to comment on this, because of the removal of `.mix`, but I think
what you are saying is that the `.mix` doesn't actually do anything/matter?
--
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]