文件最后提交记录最后更新时间
[metrics_center] Remove Equatable dependency (#4444) Fixes https://github.com/flutter/flutter/issues/831002 年前
metrics_center: bump outdated deps, prepare for release (#9421) 11 个月前
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 年前
metrics_center: bump outdated deps, prepare for release (#9421) 11 个月前
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 年前
metrics_center: bump outdated deps, prepare for release (#9421) 11 个月前
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.