Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
52246c04
Unverified
Commit
52246c04
authored
May 14, 2018
by
Chris Bracken
Committed by
GitHub
May 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 32-bit iOS transition perf integration test (#17582)
parent
078f2c9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
flutter_gallery_ios32__transition_perf.dart
...lab/bin/tasks/flutter_gallery_ios32__transition_perf.dart
+14
-0
manifest.yaml
dev/devicelab/manifest.yaml
+8
-0
No files found.
dev/devicelab/bin/tasks/flutter_gallery_ios32__transition_perf.dart
0 → 100644
View file @
52246c04
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'dart:async'
;
import
'package:flutter_devicelab/tasks/gallery.dart'
;
import
'package:flutter_devicelab/framework/adb.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
Future
<
Null
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(
createGalleryTransitionTest
());
}
dev/devicelab/manifest.yaml
View file @
52246c04
...
...
@@ -427,3 +427,11 @@ tasks:
Measures the speed of Dart analyzer.
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
flutter_gallery_ios32__transition_perf
:
description
:
>
Measures the performance of screen transitions in Flutter Gallery on
32-bit iOS.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios32"
]
flaky
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment