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

tests(smokehouse): loosen wastedMs for unused-javascript #10561

Merged
merged 1 commit into from
Apr 8, 2020

Conversation

patrickhulce
Copy link
Collaborator

Summary
the extra comments added to the smoketest by #10506 increased the document size which reduces the savings estimate

just adding those comments pushes the document size over another round trip to change the savings from 450 to 300 🙂
i.e. the document itself takes another round trip now so the JS finishing at 2.5s instead of 2.95s doesn't save .45s anymore, it saves 2.95s - max(2.5s, document finish time)

Related Issues/PRs
recent travis build failures introduced by #10506 (but only sometimes?)

I can't reliably reproduce the devtools node path failure locally anymore, so I'm not sure what's up with that

@patrickhulce patrickhulce requested a review from a team as a code owner April 8, 2020 17:26
@patrickhulce patrickhulce requested review from exterkamp and removed request for a team April 8, 2020 17:26
@brendankenny brendankenny requested review from brendankenny and removed request for exterkamp April 8, 2020 17:43
Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

LGTM, great 🕵🔎!

@patrickhulce patrickhulce merged commit 6056bbb into master Apr 8, 2020
@patrickhulce patrickhulce deleted the fix_master branch April 8, 2020 17:49
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

5 participants