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
1bdba68d
Unverified
Commit
1bdba68d
authored
Sep 27, 2022
by
Jenn Magder
Committed by
GitHub
Sep 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force benchmark app to portrait (#112502)
parent
9e95f5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
all_elements_bench.dart
...ks/microbenchmarks/lib/foundation/all_elements_bench.dart
+7
-0
No files found.
dev/benchmarks/microbenchmarks/lib/foundation/all_elements_bench.dart
View file @
1bdba68d
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter_test/flutter_test.dart'
show
collectAllElementsFrom
;
import
'package:flutter_test/flutter_test.dart'
show
collectAllElementsFrom
;
import
'../common.dart'
;
import
'../common.dart'
;
...
@@ -42,6 +43,12 @@ Future<void> main() async {
...
@@ -42,6 +43,12 @@ Future<void> main() async {
),
),
));
));
// Lists may not be scrolled into frame in landscape.
SystemChrome
.
setPreferredOrientations
(<
DeviceOrientation
>[
DeviceOrientation
.
portraitUp
,
DeviceOrientation
.
portraitDown
,
]);
// Wait for frame rendering to stabilize.
// Wait for frame rendering to stabilize.
for
(
int
i
=
0
;
i
<
5
;
i
++)
{
for
(
int
i
=
0
;
i
<
5
;
i
++)
{
await
SchedulerBinding
.
instance
.
endOfFrame
;
await
SchedulerBinding
.
instance
.
endOfFrame
;
...
...
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