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
a849daf2
Unverified
Commit
a849daf2
authored
May 08, 2020
by
liyuqian
Committed by
GitHub
May 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Roll new gallery version in the perf test (#56575)
parent
80a14af5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
new_gallery.dart
dev/devicelab/lib/tasks/new_gallery.dart
+1
-1
manifest.yaml
dev/devicelab/manifest.yaml
+6
-6
No files found.
dev/devicelab/lib/tasks/new_gallery.dart
View file @
a849daf2
...
...
@@ -19,7 +19,7 @@ class NewGalleryPerfTest extends PerfTest {
// Manually roll the new gallery version for now. If the new gallery repo
// turns out to be updated frequently in the future, we can set up an auto
// roller to update this version.
await
getNewGallery
(
'
59489e5571ddf554fc62ef52e9b16f1fed291026
'
,
galleryDir
);
await
getNewGallery
(
'
c1682ac4b35dc239f023eaf0238a98910b3a2d6c
'
,
galleryDir
);
return
await
super
.
run
();
}
...
...
dev/devicelab/manifest.yaml
View file @
a849daf2
...
...
@@ -775,12 +775,12 @@ tasks:
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
# TODO(https://github.com/flutter/flutter/issues/56135)
# new_gallery__transition_perf:
# description: >
# Measures the performance of screen transitions in the new Flutter Gallery on Android.
# stage: devicelab
# required_agent_capabilities: ["mac/android"]
new_gallery__transition_perf
:
description
:
>
Measures the performance of screen transitions in the new Flutter Gallery on Android.
stage
:
devicelab
required_agent_capabilities
:
[
"
mac/android"
]
flaky
:
true
fast_scroll_large_images__memory
:
description
:
>
...
...
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