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
3e5efc02
Unverified
Commit
3e5efc02
authored
Feb 25, 2021
by
Jenn Magder
Committed by
GitHub
Feb 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove failing 32-bit iOS benchmarks (#76800)
parent
9f82ed76
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
38 deletions
+0
-38
flutter_gallery_ios32__start_up.dart
dev/devicelab/bin/tasks/flutter_gallery_ios32__start_up.dart
+0
-12
flutter_gallery_sksl_warmup__transition_perf_e2e_ios32.dart
...utter_gallery_sksl_warmup__transition_perf_e2e_ios32.dart
+0
-12
manifest.yaml
dev/devicelab/manifest.yaml
+0
-14
No files found.
dev/devicelab/bin/tasks/flutter_gallery_ios32__start_up.dart
deleted
100644 → 0
View file @
9f82ed76
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter_devicelab/tasks/perf_tests.dart'
;
import
'package:flutter_devicelab/framework/adb.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(
createFlutterGalleryStartupTest
());
}
dev/devicelab/bin/tasks/flutter_gallery_sksl_warmup__transition_perf_e2e_ios32.dart
deleted
100644 → 0
View file @
9f82ed76
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter_devicelab/tasks/perf_tests.dart'
;
import
'package:flutter_devicelab/framework/adb.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(
createFlutterGalleryTransitionsPerfSkSLWarmupE2ETest
());
}
dev/devicelab/manifest.yaml
View file @
3e5efc02
...
...
@@ -65,20 +65,6 @@ tasks:
# iOS on-device tests
flutter_gallery_sksl_warmup__transition_perf_e2e_ios32
:
description
:
>
Measures the runtime performance of Flutter gallery transitions on iPhone4s
with SkSL shader warm-up with e2e.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios32"
]
flaky
:
true
flutter_gallery_ios32__start_up
:
description
:
>
Measures the startup time of the Flutter Gallery app on 32-bit iOS (iPhone 4S).
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios32"
]
native_ui_tests_ios32
:
description
:
>
Run native XCUITests on 32-bit iOS (iPhone 4S).
...
...
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