Skip to content

Reduce duration of benchmark to avoid timeout#51214

Merged
dnfield merged 3 commits intoflutter:masterfrom
dnfield:fix_perf
Feb 21, 2020
Merged

Reduce duration of benchmark to avoid timeout#51214
dnfield merged 3 commits intoflutter:masterfrom
dnfield:fix_perf

Conversation

@dnfield
Copy link
Copy Markdown
Contributor

@dnfield dnfield commented Feb 21, 2020

The test is timing out because it's running for too long - it only has 30 seconds t ocomplete, letting the main benchmark portion go for 15 seconds makes it timeout.

Once the test has passed a few times I'll remove the flaky flag.

/cc @jonahwilliams @liyuqian

@fluttergithubbot fluttergithubbot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Feb 21, 2020
Copy link
Copy Markdown
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

RSLGTM

@dnfield
Copy link
Copy Markdown
Contributor Author

dnfield commented Feb 21, 2020

Ahh this is still timing out locally, spoke too soon.

@dnfield
Copy link
Copy Markdown
Contributor Author

dnfield commented Feb 21, 2020

Ok, 5 is the right magic number to have it not timeout - and I manually verified that it still captures the important part fo when the benchmark is doing work.

@dnfield
Copy link
Copy Markdown
Contributor Author

dnfield commented Feb 21, 2020

Going to land this on red to see if it deflakes the flaky benchmark.

@dnfield dnfield merged commit 7034bc5 into flutter:master Feb 21, 2020
@dnfield dnfield deleted the fix_perf branch February 21, 2020 17:59
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants