Unverified Commit fa337f59 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

parent d73b3682
...@@ -137,6 +137,7 @@ Future<void> main() async { ...@@ -137,6 +137,7 @@ Future<void> main() async {
_kCostBenchmarkKey, _kCostBenchmarkKey,
_kNumberOfDependenciesKey, _kNumberOfDependenciesKey,
_kNumberOfConsumerDependenciesKey, _kNumberOfConsumerDependenciesKey,
_kNumberOfFlutterToolGlobals,
], ],
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment