Skip to content

Fix marker-only compare profiles #5130

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

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

gregtatum
Copy link
Member

Resolves #5129.

Copy link
Contributor

@julienw julienw left a comment

Choose a reason for hiding this comment

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

Thanks for the patch, fixing a painful issue!

However I think it's not fully correct in its current state, would you like to fix it?
Thanks!

@gregtatum
Copy link
Member Author

Thanks for the review, I'm planning on addressing fixes (next week), as I'm needing this for some CI perf work I'm doing.

@gregtatum gregtatum force-pushed the compare-markers-only branch from c72e912 to c567f1f Compare October 15, 2024 18:54
@gregtatum gregtatum requested a review from julienw October 15, 2024 18:55
@gregtatum
Copy link
Member Author

Thanks for the review and the correctness fixes. I addressed the comments.

@gregtatum gregtatum force-pushed the compare-markers-only branch from c567f1f to 7b1971e Compare October 15, 2024 20:34
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.56%. Comparing base (3301a8b) to head (7b1971e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5130      +/-   ##
==========================================
- Coverage   88.56%   88.56%   -0.01%     
==========================================
  Files         307      307              
  Lines       27924    27931       +7     
  Branches     7556     7559       +3     
==========================================
+ Hits        24730    24736       +6     
- Misses       2977     2978       +1     
  Partials      217      217              

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

Copy link
Contributor

@julienw julienw left a comment

Choose a reason for hiding this comment

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

thanks!

@julienw julienw enabled auto-merge (squash) October 16, 2024 09:38
@julienw julienw merged commit d12a3a0 into firefox-devtools:main Oct 16, 2024
15 of 16 checks passed
@canova canova mentioned this pull request Oct 24, 2024
canova added a commit that referenced this pull request Oct 24, 2024
[Markus Stange] Fix links to setup-startup-profiling.py post monorepo
migration. (#5162)
[Greg Tatum] Fix marker-only compare profiles (#5130)
[Greg Tatum] Copy over the profile meta when merging profiles (#5131)
[Nazım Can Altınova] Change the 'is-ready' postMessage pairs to
'ready:request' and 'ready:response' to be more explicit (#5148)
[Julien Wajsberg] Fix timestamp issues in local tests (#5167)

Also thanks to our localizers for contributing:
fur: Fabio Tomat
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.

Compare profile breaks with invalid digits value: NaN
2 participants