Skip to content

Fix JetStream3 y-axis label showing instead of for some subtests#585

Open
92kns wants to merge 1 commit intomozilla-frontend-infra:masterfrom
92kns:fix/jetstream3-yaxis-label
Open

Fix JetStream3 y-axis label showing instead of for some subtests#585
92kns wants to merge 1 commit intomozilla-frontend-infra:masterfrom
92kns:fix/jetstream3-yaxis-label

Conversation

@92kns
Copy link
Copy Markdown
Member

@92kns 92kns commented Mar 23, 2026

Closes #558

Perfherder's lower_is_better flag is inconsistent across platforms for the JetStream3 signature, and chartJsOptions was computed once from the first response and reused for all charts, so subtests would inherit the parent's label (or vice versa).

by setting explicit yLabel: 'Score' on the JetStream3 benchmark configs, and generating chart options per-graph so subtests always derive their label from their own lower_is_better metadata.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 23, 2026

Deploy Preview for firefox-performance-dashboard ready!

Name Link
🔨 Latest commit bb32f08
🔍 Latest deploy log https://app.netlify.com/projects/firefox-performance-dashboard/deploys/69c2b641575f8d0008b6516c
😎 Deploy Preview https://deploy-preview-585--firefox-performance-dashboard.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 Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.46%. Comparing base (001e78f) to head (bb32f08).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #585   +/-   ##
=======================================
  Coverage   63.46%   63.46%           
=======================================
  Files          12       12           
  Lines         323      323           
  Branches       48       49    +1     
=======================================
  Hits          205      205           
  Misses        103      103           
  Partials       15       15           

☔ 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.

@92kns 92kns force-pushed the fix/jetstream3-yaxis-label branch from d725616 to 0dfdb2b Compare March 23, 2026 23:51
@92kns 92kns force-pushed the fix/jetstream3-yaxis-label branch from 28ff338 to bb32f08 Compare March 24, 2026 16:05
Copy link
Copy Markdown
Collaborator

@davehunt davehunt left a comment

Choose a reason for hiding this comment

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

@jonco3 can you take a look at the deploy preview and let us know if it's behaving as you expect now?

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.

Jetstream3 results have incorrectly labeled y axis for geometric results

2 participants