Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional extraction options #20

Merged
merged 2 commits into from
Jun 24, 2024
Merged

Conversation

JacobCallahan
Copy link
Member

This change primarily adds two new extraction options:

  • max-pages: This will extract up to some number of specified pages
  • skip-percent: This will skip some percent of all pages

skip percent is useful when you want to get periodic samples instead of pulling every page for entities that have thousands of pages.

@JacobCallahan JacobCallahan added bug Something isn't working enhancement New feature or request labels Jun 21, 2024
@JacobCallahan JacobCallahan requested a review from jyejare June 21, 2024 14:53
This change primarily adds two new extraction options:
- max-pages: This will extract up to some number of specified pages
- skip-percent: This will skip some percent of all pages

skip percent is useful when you want to get periodic samples instead of
pulling every page for entities that have thousands of pages.
This change reduces some extra inner looping, speeding up compare times
considerably.
@JacobCallahan JacobCallahan marked this pull request as ready for review June 22, 2024 03:00
@jyejare jyejare merged commit 5ab760b into SatelliteQE:master Jun 24, 2024
@JacobCallahan JacobCallahan deleted the things branch June 24, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants