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

Metric Ingestion Patch #668

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Metric Ingestion Patch #668

merged 2 commits into from
Jul 11, 2024

Conversation

czaloom
Copy link
Collaborator

@czaloom czaloom commented Jul 11, 2024

Changes

  • metrics are now ingested in bulk to postgres.

v0.29.0

{
    "number_of_datums": 5000,
    "number_of_unique_labels": 50,
    "number_of_annotations": 10000,
    "ingest_runtime": "41.1 seconds",
    "base_eval_runtime": "201.3 seconds",
    "base+pr_eval_runtime": "226.3 seconds",
    "base+pr+detailed_eval_runtime": "228.5 seconds",
    "del_runtime": "10.0 seconds"
}

v0.29.2

{
        "number_of_datums": 5000,
        "number_of_unique_labels": 50,
        "number_of_annotations": 10000,
        "ingest_runtime": "96.8 seconds",
        "eval_base_runtime": "85.1 seconds",
        "eval_pr_runtime": "111.5 seconds",
        "eval_pr_detailed_runtime": "110.5 seconds",
        "del_runtime": "9.0 seconds"
}

This PR

{
    "number_of_datums": 5000,
    "number_of_unique_labels": 50,
    "number_of_annotations": 10000,
    "ingest_runtime": "34.2 seconds",
    "eval_runtime": "38.7 seconds",
    "eval_pr_runtime": "58.8 seconds",
    "eval_detailed_pr_runtime": "59.7 seconds",
    "del_runtime": "8.6 seconds"
}

@czaloom czaloom self-assigned this Jul 11, 2024
@czaloom czaloom marked this pull request as ready for review July 11, 2024 19:52
@czaloom czaloom requested review from ntlind and ekorman as code owners July 11, 2024 19:52
@czaloom czaloom merged commit 9b74e1f into main Jul 11, 2024
12 checks passed
@czaloom czaloom deleted the czaloom-metric-ingestion branch July 11, 2024 20:40
ntlind pushed a commit that referenced this pull request Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants