Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions testing/benchmark/bin/parse_and_send.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import 'dart:convert';
import 'dart:io';

import 'package:git/git.dart';
import 'package:metrics_center/flutter.dart';
import 'package:metrics_center/google_benchmark.dart';
import 'package:metrics_center/metrics_center.dart';

Future<String> _getGitRevision() async {
final GitDir gitDir = await GitDir.fromExisting('../../');
Expand Down
6 changes: 2 additions & 4 deletions testing/benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ 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

metrics_center: 0.0.4

dev_dependencies:
test: any
Expand Down