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

Performance improvements #134

Merged
merged 2 commits into from Jul 5, 2018
Merged

Commits on Jun 26, 2018

  1. Copy the full SHA
    b3c080c View commit details
    Browse the repository at this point in the history
  2. Reduce coverage analysis run time to almost nothing.

    This is done by aggregating hits in the CoverateTracker directly, rather than just recording events in files, and by avoiding the former quadratic complexity when translating these event files into hits on lines and branches.
    petli committed Jun 26, 2018
    Copy the full SHA
    1f4da61 View commit details
    Browse the repository at this point in the history