remove --trace-startup (#66568)

This commit is contained in:
Chris Yang 2020-09-29 17:22:04 -07:00 committed by GitHub
parent 3f25aebc72
commit 2d26bafec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,7 @@ TaskFunction createUiKitViewScrollPerfTest() {
'test_driver/uikit_view_scroll_perf.dart', 'test_driver/uikit_view_scroll_perf.dart',
'platform_views_scroll_perf', 'platform_views_scroll_perf',
testDriver: 'test_driver/scroll_perf_test.dart', testDriver: 'test_driver/scroll_perf_test.dart',
needsFullTimeline: false,
).run; ).run;
} }

View File

@ -506,7 +506,6 @@ tasks:
Measures the runtime performance of platform views in the Complex Layout sample app on iPhone 6. Measures the runtime performance of platform views in the Complex Layout sample app on iPhone 6.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
flaky: true
flutter_gallery_ios32__start_up: flutter_gallery_ios32__start_up:
description: > description: >