mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This will start to collect engine benchmarks in the flutter-cirrus Datastore for all post-submit commits. We're using this to test how https://github.com/liyuqian/metrics_center works. Once it's stablized, we should move metrics_center into flutter/packages, and migrate data to flutter-infra Datastore. Related issue: https://github.com/flutter/flutter/issues/37434
16 lines
373 B
YAML
16 lines
373 B
YAML
name: flutter_engine_benchmark
|
|
|
|
dependencies:
|
|
git: any
|
|
metrics_center:
|
|
# TODO(liyuqian): once metrics_center is properly reviewed, add it to
|
|
# flutter/packages, publish on pub.dev, and use the published package here.
|
|
git: https://github.com/liyuqian/metrics_center.git
|
|
|
|
dev_dependencies:
|
|
test: any
|
|
pedantic: ^1.8.0
|
|
|
|
environment:
|
|
sdk: ">=2.2.2 <3.0.0"
|