Skip to content

Run gradient e2e benchmarks on Windows CI - #191024

Open
b-luk wants to merge 1 commit into
flutter:masterfrom
b-luk:windowsgradienttests
Open

Run gradient e2e benchmarks on Windows CI#191024
b-luk wants to merge 1 commit into
flutter:masterfrom
b-luk:windowsgradienttests

Conversation

@b-luk

@b-luk b-luk commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Related: #190401

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

If this change needs to override an active code freeze, provide a comment explaining why. The code freeze workflow can be overridden by code reviewers. See pinned issues for any active code freezes with guidance.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Aug 12, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request adds three new Windows gradient performance end-to-end tests to the CI configuration, TESTOWNERS, and devicelab tasks, and updates the test creation functions in perf_tests.dart to accept a createPlatforms parameter. The review feedback requests adding documentation comments to these updated public functions, in accordance with the style guide.

}

TaskFunction createGradientDynamicPerfE2ETest() {
TaskFunction createGradientDynamicPerfE2ETest({List<String> createPlatforms = const <String>[]}) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

According to the Flutter Style Guide, all public members should have documentation. Please add a documentation comment (using ///) to createGradientDynamicPerfE2ETest.

Suggested change
TaskFunction createGradientDynamicPerfE2ETest({List<String> createPlatforms = const <String>[]}) {
/// Creates a task that runs the gradient dynamic performance end-to-end test.
TaskFunction createGradientDynamicPerfE2ETest({List<String> createPlatforms = const <String>[]}) {
References
  1. All public members should have documentation. (link)

Comment on lines +619 to +621
TaskFunction createGradientConsistentPerfE2ETest({
List<String> createPlatforms = const <String>[],
}) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

According to the Flutter Style Guide, all public members should have documentation. Please add a documentation comment (using ///) to createGradientConsistentPerfE2ETest.

Suggested change
TaskFunction createGradientConsistentPerfE2ETest({
List<String> createPlatforms = const <String>[],
}) {
/// Creates a task that runs the gradient consistent performance end-to-end test.
TaskFunction createGradientConsistentPerfE2ETest({
List<String> createPlatforms = const <String>[],
}) {
References
  1. All public members should have documentation. (link)

}

TaskFunction createGradientStaticPerfE2ETest() {
TaskFunction createGradientStaticPerfE2ETest({List<String> createPlatforms = const <String>[]}) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

According to the Flutter Style Guide, all public members should have documentation. Please add a documentation comment (using ///) to createGradientStaticPerfE2ETest.

Suggested change
TaskFunction createGradientStaticPerfE2ETest({List<String> createPlatforms = const <String>[]}) {
/// Creates a task that runs the gradient static performance end-to-end test.
TaskFunction createGradientStaticPerfE2ETest({List<String> createPlatforms = const <String>[]}) {
References
  1. All public members should have documentation. (link)

@b-luk
b-luk requested a review from gaaclarke August 12, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant