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
25843bdb
Unverified
Commit
25843bdb
authored
Jan 21, 2023
by
Jenn Magder
Committed by
GitHub
Jan 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove macOS impeller benchmarks (#118917)
* Remove macOS impeller benchmarks * TESTOWNERS
parent
9837eb6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
58 deletions
+0
-58
.ci.yaml
.ci.yaml
+0
-30
TESTOWNERS
TESTOWNERS
+0
-2
animated_complex_opacity_perf_impeller_macos__e2e_summary.dart
...ted_complex_opacity_perf_impeller_macos__e2e_summary.dart
+0
-14
complex_layout_scroll_perf_impeller_macos__timeline_summary.dart
..._layout_scroll_perf_impeller_macos__timeline_summary.dart
+0
-12
No files found.
.ci.yaml
View file @
25843bdb
...
...
@@ -2427,21 +2427,6 @@ targets:
-
bin/
-
.ci.yaml
-
name
:
Mac animated_complex_opacity_perf_impeller_macos__e2e_summary
bringup
:
true
presubmit
:
false
recipe
:
devicelab/devicelab_drone
timeout
:
60
properties
:
dependencies
:
>-
[
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: animated_complex_opacity_perf_impeller_macos__e2e_summary
-
name
:
Mac animated_complex_opacity_perf_macos__e2e_summary
bringup
:
true
presubmit
:
false
...
...
@@ -2610,21 +2595,6 @@ targets:
["devicelab", "hostonly", "mac"]
task_name: complex_layout_macos__start_up
-
name
:
Mac complex_layout_scroll_perf_impeller_macos__timeline_summary
bringup
:
true
recipe
:
devicelab/devicelab_drone
presubmit
:
false
timeout
:
60
properties
:
dependencies
:
>-
[
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: complex_layout_scroll_perf_impeller_macos__timeline_summary
-
name
:
Mac complex_layout_scroll_perf_macos__timeline_summary
bringup
:
true
recipe
:
devicelab/devicelab_drone
...
...
TESTOWNERS
View file @
25843bdb
...
...
@@ -206,7 +206,6 @@
/dev/devicelab/bin/tasks/tiles_scroll_perf_ios__timeline_summary.dart @zanderso @flutter/engine
## Host only DeviceLab tests
/dev/devicelab/bin/tasks/animated_complex_opacity_perf_impeller_macos__e2e_summary.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/animated_complex_opacity_perf_macos__e2e_summary.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/basic_material_app_macos__compile.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/build_aar_module_test.dart @zanderso @flutter/tool
...
...
@@ -214,7 +213,6 @@
/dev/devicelab/bin/tasks/channels_integration_test_macos.dart @gaaclarke @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_macos__compile.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_macos__start_up.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_scroll_perf_impeller_macos__timeline_summary.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_scroll_perf_macos__timeline_summary.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_win_desktop__compile.dart @yaakovschectman @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_win_desktop__start_up.dart @yaakovschectman @flutter/desktop
...
...
dev/devicelab/bin/tasks/animated_complex_opacity_perf_impeller_macos__e2e_summary.dart
deleted
100644 → 0
View file @
9837eb6f
// 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
'dart:async'
;
import
'package:flutter_devicelab/framework/devices.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
import
'package:flutter_devicelab/tasks/perf_tests.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
macos
;
await
task
(
createAnimatedComplexOpacityPerfE2ETest
(
enableImpeller:
true
));
}
dev/devicelab/bin/tasks/complex_layout_scroll_perf_impeller_macos__timeline_summary.dart
deleted
100644 → 0
View file @
9837eb6f
// 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/framework/devices.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
import
'package:flutter_devicelab/tasks/perf_tests.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
macos
;
await
task
(
createComplexLayoutScrollPerfTest
(
enableImpeller:
true
));
}
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