Skip to content

git-write.js alternates between CPU-bound and IO-bound #198

Open
@gsnedders

Description

@gsnedders

Currently, we fetch a result set, and then we process those results.

Fetching the results is network-bound, processing the results is CPU-bound (potentially IO-bound if the run is already in the repo).

It would be better to be saturating (at least) one of CPU and network, rather than alternating between the two.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions