Unverified Commit baafa199 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Combine `flutter_tool_startup` devicelab tests (#125226)

`flutter_tool_startup__windows/linux/macos` were identical. Use the same task for all three.
parent a2c24711
...@@ -4842,7 +4842,7 @@ targets: ...@@ -4842,7 +4842,7 @@ targets:
properties: properties:
tags: > tags: >
["devicelab", "hostonly", "windows"] ["devicelab", "hostonly", "windows"]
task_name: flutter_tool_startup__windows task_name: flutter_tool_startup
- name: Linux flutter_tool_startup__linux - name: Linux flutter_tool_startup__linux
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
...@@ -4851,14 +4851,14 @@ targets: ...@@ -4851,14 +4851,14 @@ targets:
properties: properties:
tags: > tags: >
["devicelab", "hostonly", "linux"] ["devicelab", "hostonly", "linux"]
task_name: flutter_tool_startup__linux task_name: flutter_tool_startup
- name: Mac_benchmark flutter_tool_startup__macos - name: Mac_benchmark flutter_tool_startup__macos
presubmit: false presubmit: false
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
timeout: 60 timeout: 60
properties: properties:
task_name: flutter_tool_startup__macos task_name: flutter_tool_startup
- name: Linux flutter_packaging - name: Linux flutter_packaging
recipe: packaging/packaging recipe: packaging/packaging
......
// 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/framework.dart';
import 'package:flutter_devicelab/tasks/flutter_tool_startup.dart';
Future<void> main() async {
await task(flutterToolStartupBenchmarkTask);
}
// 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/framework.dart';
import 'package:flutter_devicelab/tasks/flutter_tool_startup.dart';
Future<void> main() async {
await task(flutterToolStartupBenchmarkTask);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment