Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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