import 'package:benchmark_di/cli/benchmark_cli.dart'; Future main(List args) async { await BenchmarkCliRunner().run(args); }