[flutter_tool] Enable globals technical debt benchmark (#48266)

This commit is contained in:
Jonah Williams 2020-01-06 16:44:12 -08:00 committed by GitHub
parent d73b3682c9
commit fa337f5922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ Future<void> main() async {
_kCostBenchmarkKey,
_kNumberOfDependenciesKey,
_kNumberOfConsumerDependenciesKey,
_kNumberOfFlutterToolGlobals,
],
);
});