re-enable the post_backdrop_filter test with CPU/GPU measurements (#65201)

This commit is contained in:
Jim Graham 2020-09-04 18:00:02 -07:00 committed by GitHub
parent 14af5bbe1e
commit 9f4d4a5c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -11,7 +11,7 @@ void main() {
macroPerfTest( macroPerfTest(
'post_backdrop_filter_perf', 'post_backdrop_filter_perf',
kPostBackdropFilterRouteName, kPostBackdropFilterRouteName,
pageDelay: const Duration(seconds: 1), pageDelay: const Duration(seconds: 2),
duration: const Duration(seconds: 10), duration: const Duration(seconds: 10),
setupOps: (FlutterDriver driver) async { setupOps: (FlutterDriver driver) async {
final SerializableFinder backdropFilterCheckbox = find.byValueKey('bdf-checkbox'); final SerializableFinder backdropFilterCheckbox = find.byValueKey('bdf-checkbox');
@ -22,7 +22,7 @@ void main() {
final SerializableFinder animateButton = find.byValueKey('bdf-animate'); final SerializableFinder animateButton = find.byValueKey('bdf-animate');
await driver.tap(animateButton); await driver.tap(animateButton);
await Future<void>.delayed(const Duration(milliseconds: 1000)); // Now animate await Future<void>.delayed(const Duration(milliseconds: 10000)); // Now animate
}, },
); );
} }

View File

@ -542,11 +542,12 @@ tasks:
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
# post_backdrop_filter_perf_ios__timeline_summary: post_backdrop_filter_perf_ios__timeline_summary:
# description: > description: >
# Measures the runtime performance of animations after a backdrop filter is removed on iOS. Measures the runtime performance of animations after a backdrop filter is removed on iOS.
# stage: devicelab_ios stage: devicelab_ios
# required_agent_capabilities: ["mac/iphonexs"] required_agent_capabilities: ["mac/ios"]
flaky: true
complex_layout_scroll_perf_ios__timeline_summary: complex_layout_scroll_perf_ios__timeline_summary:
description: > description: >