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

feat: add batch size cli arg and config option #335

Closed
wants to merge 4 commits into from

Commits on Jul 5, 2024

  1. feat: add --batch-size cli arg

    Controls the max number of paths
    to batch up before applying them to a sequence of formatters.
    
    Signed-off-by: Brian McGee <[email protected]>
    brianmcgee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d532b54 View commit details
    Browse the repository at this point in the history
  2. feat: add batch size global config value

    Signed-off-by: Brian McGee <[email protected]>
    brianmcgee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    35127ef View commit details
    Browse the repository at this point in the history
  3. docs: describe global.batch_size

    zimbatm authored and brianmcgee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1288c33 View commit details
    Browse the repository at this point in the history
  4. wip: formatter.batch_size

    brianmcgee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    106340c View commit details
    Browse the repository at this point in the history