文件最后提交记录最后更新时间
[metrics_center] Remove Equatable dependency (#4444) Fixes https://github.com/flutter/flutter/issues/831002 年前
[web] Updates package:web dependency to ^0.5.0. (#5791) This PR updates the packages that are using package:web to version ^0.5.0. Ancilliary changes: * Bump environment to flutter: ">=3.19.0" and sdk: ^3.3.0. * Bump version to next Y * Clean-up code that was kept for compatibility with versions of web: <0.5.0. The main exception to this is package:google_sign_in_web, which depends on a version of google_identity_services_web that has a dependency on package:web that is <0.5.0, so that package needs to have a range until google_identity_services_web gets published with the new ^0.5.0 dependency. Co-Authored-By: David Iglesias<ditman@gmail.com>2 年前
Import metrics_center (#268) 5 年前
Standardize copyright author and year (#338) Standardize copyright author ("The Flutter Authors") and year (2013), as was previously done in flutter/plugins. Adds per-package AUTHORS files to ensure that published packages contain the authorship information referred to in the boilerplate (again, as in flutter/plugins). First preparatory step in enabling the automated license format check in this repository.4 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).1 年前
Standardize copyright author and year (#338) Standardize copyright author ("The Flutter Authors") and year (2013), as was previously done in flutter/plugins. Adds per-package AUTHORS files to ensure that published packages contain the authorship information referred to in the boilerplate (again, as in flutter/plugins). First preparatory step in enabling the automated license format check in this repository.4 年前
Import metrics_center (#268) 5 年前
[ci] Add a web version of Dart unit tests (#4352) Adds new LUCI targets in bringup mode to run all possible Dart unit tests in Chrome. This is a new test (see linked issue), not a port of a Cirrus test, so it involves changes to tooling and packages: - The tooling now accepts an explicit platform. The default behavior if none is provided is the previous behavior of running in VM for everything but web plugin implementations (since that's convenient locally). - The tooling now has a basic understanding of dart_test.yaml test_on directives, to know when to skip. - Packages that don't support web have opt-out files. - Packages that do support web but have a few tests that fail on web have those tests opted out. - Packages that do support web but have a lot of failures on web have temporary opt-out files with TODOs + issue links. Most of https://github.com/flutter/flutter/issues/1289792 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).1 年前
README.md

Metrics Center

Metrics center is a minimal set of code and services to support multiple perf metrics generators (e.g., Cocoon device lab, Cirrus bots, LUCI bots, Firebase Test Lab) and destinations (e.g., old Cocoon perf dashboard, Skia perf dashboard). The work and maintenance it requires is very close to that of just supporting a single generator and destination (e.g., engine bots to Skia perf), and the small amount of extra work is designed to make it easy to support more generators and destinations in the future.