Skip to content

Does parallelizing work? #1

Description

@miltoncandelero

I found that we can run stuff in parallel with
(from "unlock unchanged")

		$filesToUnlock | ForEach-Object -Parallel {
			git lfs unlock $_
		} -ThrottleLimit 12

But I am not sure if this actually yields any performance gains 🤔
Any insight?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions