Unverified Commit 40ddf010 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

fix names of demos in perf tests (#17257)

parent 284d87dd
...@@ -21,8 +21,8 @@ const FileSystem _fs = const LocalFileSystem(); ...@@ -21,8 +21,8 @@ const FileSystem _fs = const LocalFileSystem();
// --trace-startup, as we do in this test, the VM stores trace events in an // --trace-startup, as we do in this test, the VM stores trace events in an
// endless buffer instead of a ring buffer. // endless buffer instead of a ring buffer.
// //
// These names must match GalleryItem titles from kAllGalleryItems // These names must match GalleryItem titles from kAllGalleryDemos
// in examples/flutter_gallery/lib/gallery.item.dart // in examples/flutter_gallery/lib/gallery/demos.dart
const List<String> kProfiledDemos = const <String>[ const List<String> kProfiledDemos = const <String>[
'Shrine', 'Shrine',
'Contact profile', 'Contact profile',
...@@ -31,14 +31,14 @@ const List<String> kProfiledDemos = const <String>[ ...@@ -31,14 +31,14 @@ const List<String> kProfiledDemos = const <String>[
'Buttons', 'Buttons',
'Cards', 'Cards',
'Chips', 'Chips',
'Date and time pickers', 'Pickers',
'Dialog', 'Dialogs',
]; ];
// Demos that will be backed out of within FlutterDriver.runUnsynchronized(); // Demos that will be backed out of within FlutterDriver.runUnsynchronized();
// //
// These names must match GalleryItem titles from kAllGalleryItems // These names must match GalleryItem titles from kAllGalleryDemos
// in examples/flutter_gallery/lib/gallery.item.dart // in examples/flutter_gallery/lib/gallery/demos.dart
const List<String> kUnsynchronizedDemos = const <String>[ const List<String> kUnsynchronizedDemos = const <String>[
'Progress indicators', 'Progress indicators',
'Activity Indicator', 'Activity Indicator',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment