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

Optimize model run listing #520

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. Low-hanging fruit optimizations for model run listing

    * Remove unnecessary aliases
    * Remove ground truth aggregate computation and rely on ModelRun's ground_truth field instead
    * Short-circuit matching Region lookup (not in hot path)
    * Remove caching infrastructure since this branch should obviate it
    zachmullen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fd21512 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    2e345e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c14d78 View commit details
    Browse the repository at this point in the history
  3. Merge migrations

    zachmullen committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c8cef93 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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