Skip to content

Add possibility to skip N events

Mykhailo Dalchenko requested to merge feature/image-retrieval-intervals into master

Description

Add skipping configurable number of events after each average image production. Implemented through for loop call to next(iter(source)) See the note in related issue about the performance. Performance tested against EventSeeker (better result because no evaluation of generated entity is performed)

Related Issue

Fixes #2 (closed)

How Has This Been Tested?

Tested locally

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports