Skip to content

[bug-2059493] Remove unneeded MWU attributes from serializer - #9794

Open
gopar wants to merge 1 commit into
mozilla:masterfrom
gopar:bug-2059493
Open

[bug-2059493] Remove unneeded MWU attributes from serializer#9794
gopar wants to merge 1 commit into
mozilla:masterfrom
gopar:bug-2059493

Conversation

@gopar

@gopar gopar commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Backend PR for Clean up perfcompare api endpoint for Mann-Whitney-U

Frontend PR (By :kala): mozilla/perfcompare#1079

Makes changes to reduce the number of attributes we return for the Mann Whitney-U serializer.

@netlify

netlify Bot commented Aug 17, 2026

Copy link
Copy Markdown

Deploy Preview for treeherder ready!

Name Link
🔨 Latest commit a91806a
🔍 Latest deploy log https://app.netlify.com/projects/treeherder/deploys/6a84d210ce77810008bc8c2d
😎 Deploy Preview https://deploy-preview-9794--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.

@kala-moz
kala-moz requested a review from esanuandra August 17, 2026 21:45
@Archaeopteryx Archaeopteryx added the perfherder perfherder related PR for the Perf team to work on label Aug 18, 2026
cliffs_delta = PerfCompareDecimalField(required=False)
cliffs_interpretation = serializers.CharField(default="")
warning_c_delta = serializers.CharField(required=False)
silverman_kde = SilvermanKDESerializer(many=False, default=None)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Both KDESerializer and SilvermanKDESerializer serializers are no longer being used. Should I remove them here or keep them in case?

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

Labels

perfherder perfherder related PR for the Perf team to work on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants