Remove complex_layout_*__compile
benchmarks (#126023)
Fixes https://github.com/flutter/flutter/issues/126020.
This commit is contained in:
parent
d6ef15edc1
commit
4f3c989bd3
60
.ci.yaml
60
.ci.yaml
@ -1627,19 +1627,6 @@ targets:
|
||||
["devicelab", "android", "linux"]
|
||||
task_name: shader_mask_cache_perf__e2e_summary
|
||||
|
||||
- name: Linux_android complex_layout_android__compile
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab", "android", "linux"]
|
||||
task_name: complex_layout_android__compile
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "open_jdk", "version": "version:11"}
|
||||
]
|
||||
|
||||
- name: Linux_android complex_layout_android__scroll_smoothness
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
@ -2650,18 +2637,6 @@ targets:
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "mac"]
|
||||
|
||||
- name: Mac_benchmark complex_layout_macos__compile
|
||||
presubmit: false
|
||||
recipe: devicelab/devicelab_drone
|
||||
timeout: 60
|
||||
properties:
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "xcode", "version": "14e222b"},
|
||||
{"dependency": "gems", "version": "v3.3.14"}
|
||||
]
|
||||
task_name: complex_layout_macos__compile
|
||||
|
||||
- name: Mac_benchmark complex_layout_macos__start_up
|
||||
presubmit: false
|
||||
recipe: devicelab/devicelab_drone
|
||||
@ -3502,15 +3477,6 @@ targets:
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: channels_integration_test_ios
|
||||
|
||||
- name: Mac_ios complex_layout_ios__compile
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: complex_layout_ios__compile
|
||||
|
||||
- name: Mac_ios complex_layout_ios__start_up
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
@ -4698,19 +4664,6 @@ targets:
|
||||
]
|
||||
task_name: flutter_gallery_win_desktop__start_up
|
||||
|
||||
- name: Windows complex_layout_win_desktop__compile
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab", "hostonly", "windows"]
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
task_name: complex_layout_win_desktop__compile
|
||||
|
||||
- name: Windows complex_layout_win_desktop__start_up
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
@ -4768,19 +4721,6 @@ targets:
|
||||
["devicelab", "android", "windows"]
|
||||
task_name: channels_integration_test_win
|
||||
|
||||
- name: Windows_android complex_layout_win__compile
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab", "android", "windows"]
|
||||
task_name: complex_layout_win__compile
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "open_jdk", "version": "version:11"}
|
||||
]
|
||||
|
||||
- name: Windows_android flavors_test_win
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
|
@ -1,12 +0,0 @@
|
||||
// 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.android;
|
||||
await task(createComplexLayoutCompileTest());
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
// 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.ios;
|
||||
await task(createComplexLayoutCompileTest());
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
// 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(createComplexLayoutCompileTest());
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
// 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.android;
|
||||
await task(createComplexLayoutCompileTest());
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
// 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.windows;
|
||||
await task(createComplexLayoutCompileTest());
|
||||
}
|
@ -255,10 +255,6 @@ TaskFunction createWebCompileTest() {
|
||||
return const WebCompileTest().run;
|
||||
}
|
||||
|
||||
TaskFunction createComplexLayoutCompileTest() {
|
||||
return CompileTest('${flutterDirectory.path}/dev/benchmarks/complex_layout').run;
|
||||
}
|
||||
|
||||
TaskFunction createFlutterViewStartupTest() {
|
||||
return StartupTest(
|
||||
'${flutterDirectory.path}/examples/flutter_view',
|
||||
|
Loading…
x
Reference in New Issue
Block a user