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

core(lantern): correct overlapping tasks in CPU nodes #15938

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

adamraine
Copy link
Member

I was investigating the weird CI failures in #15839. Long story short the CI failure is caused by the same issue in #15896 where RunTask events can sometimes be overlapping.

We fixed this when calculating observed TBT in #15921, but we did not correct the overlapping tasks in Lantern.

I suspect we may need another PR to address this in main-thread-tasks.js as well...

@adamraine adamraine requested a review from a team as a code owner April 11, 2024 00:15
@adamraine adamraine requested review from connorjclark and removed request for a team April 11, 2024 00:15
Copy link
Member

@paulirish paulirish left a comment

Choose a reason for hiding this comment

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

good find!

@adamraine adamraine merged commit 8b3d357 into main Apr 11, 2024
27 checks passed
@adamraine adamraine deleted the correct-pdg-cpu-node branch April 11, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants