If i execute such a code:
StopWatch stopWatch = new StopWatch(); stopWatch.start(); Flowable.fromIterable(Lists.newArrayList(1, 2, 3, 4, 5, 6))