Skip to content

Bug 2022889 - Add MWU result caching to performance api - #9753

Open
gopar wants to merge 2 commits into
mozilla:masterfrom
gopar:bug-2022889-add-caching-to-perf-api
Open

Bug 2022889 - Add MWU result caching to performance api#9753
gopar wants to merge 2 commits into
mozilla:masterfrom
gopar:bug-2022889-add-caching-to-perf-api

Conversation

@gopar

@gopar gopar commented Aug 3, 2026

Copy link
Copy Markdown

@netlify

netlify Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploy Preview for treeherder ready!

Name Link
🔨 Latest commit 0b6b414
🔍 Latest deploy log https://app.netlify.com/projects/treeherder/deploys/6a723c0ebfa7d20009e7b11d
😎 Deploy Preview https://deploy-preview-9753--treeherder.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@gopar
gopar marked this pull request as draft August 3, 2026 21:49
@gopar
gopar force-pushed the bug-2022889-add-caching-to-perf-api branch from 1f80d1b to 0b6b414 Compare August 4, 2026 19:22
@gopar gopar changed the title Bug-2022889 - Add MWU result caching to performance api Bug 2022889 - Add MWU result caching to performance api Aug 4, 2026
@gopar
gopar marked this pull request as ready for review August 4, 2026 19:38
Comment thread treeherder/perf/models.py


class PerfCompareMwuCache(models.Model):
hash_key = models.CharField(max_length=64, unique=True, db_index=True)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added index since I'm not sure how big this table will grow. (Ticket mentions adding a job to delete old entries but also mentions we might keep these around)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant