Skip to content

Added the optional param enable_silverman_kde to loaders and treeherder logic#1027

Merged
kala-moz merged 4 commits intomozilla:mainfrom
kala-moz:enable-kde
Apr 10, 2026
Merged

Added the optional param enable_silverman_kde to loaders and treeherder logic#1027
kala-moz merged 4 commits intomozilla:mainfrom
kala-moz:enable-kde

Conversation

@kala-moz
Copy link
Copy Markdown
Contributor

@kala-moz kala-moz commented Apr 9, 2026

Quick PR to enable the Silverman KDE for perfcompare:

Deploy link

Screenshot 2026-04-09 at 12 14 30 PM

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 9, 2026

Deploy Preview for mozilla-perfcompare ready!

Name Link
🔨 Latest commit c743198
🔍 Latest deploy log https://app.netlify.com/projects/mozilla-perfcompare/deploys/69d83f82a87427000808fb42
😎 Deploy Preview https://deploy-preview-1027--mozilla-perfcompare.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.19%. Comparing base (b83ad27) to head (c743198).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1027   +/-   ##
=======================================
  Coverage   96.18%   96.19%           
=======================================
  Files         111      111           
  Lines        3148     3155    +7     
  Branches      712      712           
=======================================
+ Hits         3028     3035    +7     
  Misses        118      118           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kala-moz kala-moz requested a review from gmierz April 9, 2026 19:17

if (testVersion === MANN_WHITNEY_U || testVersion === null) {
replicates = true;
silvermanKDEEnabled = true;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We'd want this to be false since we don't want to enable it by default. Actually, we might not want to set this here since it would always force the setting into this value right?


if (testVersion === MANN_WHITNEY_U || testVersion === null) {
replicates = true;
silvermanKDEEnabled = true;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think the same is true here.

@kala-moz kala-moz requested a review from gmierz April 10, 2026 00:08
Copy link
Copy Markdown
Contributor

@gmierz gmierz left a comment

Choose a reason for hiding this comment

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

Works great now, thanks for the quick patch! r+

@kala-moz kala-moz merged commit 8c8a149 into mozilla:main Apr 10, 2026
10 checks passed
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.

2 participants