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
79002c74
Commit
79002c74
authored
Mar 16, 2017
by
Michael Goderbauer
Committed by
GitHub
Mar 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tasks for Windows bots in device lab (#8827)
parent
e0f26b44
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
+35
-0
flutter_gallery_win__build.dart
dev/devicelab/bin/tasks/flutter_gallery_win__build.dart
+11
-0
hot_mode_dev_cycle_win__benchmark.dart
...evicelab/bin/tasks/hot_mode_dev_cycle_win__benchmark.dart
+9
-0
manifest.yaml
dev/devicelab/manifest.yaml
+15
-0
No files found.
dev/devicelab/bin/tasks/flutter_gallery_win__build.dart
0 → 100644
View file @
79002c74
// Copyright (c) 2017 The Chromium 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
'flutter_gallery__build.dart'
as
flutter_gallery_build
;
Future
<
Null
>
main
()
async
{
await
flutter_gallery_build
.
main
();
}
dev/devicelab/bin/tasks/hot_mode_dev_cycle_win__benchmark.dart
0 → 100644
View file @
79002c74
// Copyright (c) 2017 The Chromium 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
'hot_mode_dev_cycle__benchmark.dart'
as
hot_mode_dev_cycle_benchmark
;
void
main
(
)
{
hot_mode_dev_cycle_benchmark
.
main
();
}
dev/devicelab/manifest.yaml
View file @
79002c74
...
...
@@ -178,3 +178,18 @@ tasks:
Runs benchmarks from dev/benchmarks/microbenchmarks on iOS.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
has-ios-device"
]
# Tests running on Windows host
flutter_gallery_win__build
:
description
:
>
Collects various performance metrics from AOT builds of the Flutter
Gallery on Windows.
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows"
]
hot_mode_dev_cycle_win__benchmark
:
description
:
>
Measures the performance of Dart VM hot patching feature on Windows.
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows"
]
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