2025-08-06 22:19:13 +03:00
|
|
|
import 'package:benchmark_cherrypick/cli/benchmark_cli.dart';
|
2025-08-06 22:02:41 +03:00
|
|
|
|
2025-08-06 13:29:23 +03:00
|
|
|
Future<void> main(List<String> args) async {
|
2025-08-06 22:19:13 +03:00
|
|
|
await BenchmarkCliRunner().run(args);
|
|
|
|
|
}
|