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
adec8f23
Unverified
Commit
adec8f23
authored
Jun 21, 2022
by
Dan Field
Committed by
GitHub
Jun 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix impeller name swap (#106350)
parent
c12b0de0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
list_text_layout_impeller_perf__e2e_summary.dart
...in/tasks/list_text_layout_impeller_perf__e2e_summary.dart
+1
-1
list_text_layout_perf__e2e_summary.dart
...vicelab/bin/tasks/list_text_layout_perf__e2e_summary.dart
+1
-1
No files found.
dev/devicelab/bin/tasks/list_text_layout_impeller_perf__e2e_summary.dart
View file @
adec8f23
...
...
@@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/perf_tests.dart';
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
android
;
await
task
(
createListTextLayoutPerfE2ETest
());
await
task
(
createListTextLayoutPerfE2ETest
(
enableImpeller:
true
));
}
dev/devicelab/bin/tasks/list_text_layout_perf__e2e_summary.dart
View file @
adec8f23
...
...
@@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/perf_tests.dart';
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
android
;
await
task
(
createListTextLayoutPerfE2ETest
(
enableImpeller:
true
));
await
task
(
createListTextLayoutPerfE2ETest
());
}
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