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
40ddf010
Unverified
Commit
40ddf010
authored
May 03, 2018
by
Jonah Williams
Committed by
GitHub
May 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix names of demos in perf tests (#17257)
parent
284d87dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
transitions_perf_test.dart
...es/flutter_gallery/test_driver/transitions_perf_test.dart
+6
-6
No files found.
examples/flutter_gallery/test_driver/transitions_perf_test.dart
View file @
40ddf010
...
...
@@ -21,8 +21,8 @@ const FileSystem _fs = const LocalFileSystem();
// --trace-startup, as we do in this test, the VM stores trace events in an
// endless buffer instead of a ring buffer.
//
// These names must match GalleryItem titles from
kAllGalleryItem
s
// in examples/flutter_gallery/lib/gallery
.item
.dart
// These names must match GalleryItem titles from
kAllGalleryDemo
s
// in examples/flutter_gallery/lib/gallery
/demos
.dart
const
List
<
String
>
kProfiledDemos
=
const
<
String
>[
'Shrine'
,
'Contact profile'
,
...
...
@@ -31,14 +31,14 @@ const List<String> kProfiledDemos = const <String>[
'Buttons'
,
'Cards'
,
'Chips'
,
'
Date and time p
ickers'
,
'Dialog'
,
'
P
ickers'
,
'Dialog
s
'
,
];
// Demos that will be backed out of within FlutterDriver.runUnsynchronized();
//
// These names must match GalleryItem titles from
kAllGalleryItem
s
// in examples/flutter_gallery/lib/gallery
.item
.dart
// These names must match GalleryItem titles from
kAllGalleryDemo
s
// in examples/flutter_gallery/lib/gallery
/demos
.dart
const
List
<
String
>
kUnsynchronizedDemos
=
const
<
String
>[
'Progress indicators'
,
'Activity Indicator'
,
...
...
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