Skip to content
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

Report time of applying experiments as a single sample to Glean #6364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

badboy
Copy link
Member

@badboy badboy commented Sep 4, 2024

Works as is, but is only really useful once mozilla/glean#2942 lands

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.72%. Comparing base (72e6fcc) to head (61e881b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6364      +/-   ##
==========================================
+ Coverage   47.71%   52.72%   +5.00%     
==========================================
  Files         162      125      -37     
  Lines       14164    12820    -1344     
==========================================
  Hits         6759     6759              
+ Misses       7405     6061    -1344     

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

This happens early during startup and Glean will now delay executing the
actual recording until after libxul is loaded externally.
This avoids forcing that load of Glean/libxul too early.
@badboy badboy force-pushed the delay-glean-loading-by-explicit-time-measuring branch from 55ad24a to 61e881b Compare October 2, 2024 12:06
@badboy badboy marked this pull request as ready for review October 2, 2024 12:06
@badboy badboy requested a review from jeddai October 2, 2024 12:06
@badboy
Copy link
Member Author

badboy commented Oct 2, 2024

The Glean changes landed and this would potentially address bug 1892234.

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