mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
5 lines
149 B
Dart
5 lines
149 B
Dart
import 'package:benchmark_cherrypick/cli/benchmark_cli.dart';
|
|
|
|
Future<void> main(List<String> args) async {
|
|
await BenchmarkCliRunner().run(args);
|
|
} |