re-enable the post_backdrop_filter test with CPU/GPU measurements (#65201)
This commit is contained in:
parent
14af5bbe1e
commit
9f4d4a5c59
@ -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
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -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: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user