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

Cache Requirement Object Creation #10550

Merged
merged 6 commits into from
Oct 9, 2021

Commits on Oct 6, 2021

  1. (joe) requirement creation is very expensive, and at least in my test…

    … case there were only ~200 unique requirement objects created in ~5-10 minutes of resolution time
    jbylund committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bb88244 View commit details
    Browse the repository at this point in the history
  2. (joe) black + imports

    jbylund committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bd87828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0862d40 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    dee6690 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Apply suggestions from code review

    Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
    jbylund and pradyunsg committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    98d8401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9732729 View commit details
    Browse the repository at this point in the history