lagerta-jmh/src/main/java/com/epam/lagerta/jmh/PlannerUtilPerformanceCases.java [62:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            List<Long> commits = getCommitRange(0L, 4000L, l -> l % 7 == 0)
                    .collect(Collectors.toList());
            committed.addAll(commits);
            committed.compress();
            commits.addAll(list(111L, 222L, 333L, 444L, 555L, 666L, 777L, 888L, 999L));
            inProgress.addAll(commits);
            read.makeReady();
            read.pruneCommitted(committed, HEARTBEATS, lostReaders, inProgress);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lagerta-jmh/src/main/java/com/epam/lagerta/jmh/PlannerUtilPerformanceCases.java [77:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            List<Long> commits = getCommitRange(0L, 4000L, l -> l % 7 == 0)
                    .collect(Collectors.toList());
            committed.addAll(commits);
            committed.compress();
            commits.addAll(list(111L, 222L, 333L, 444L, 555L, 666L, 777L, 888L, 999L));
            inProgress.addAll(commits);
            read.makeReady();
            read.pruneCommitted(committed, HEARTBEATS, lostReaders, inProgress);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



