mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
refactor(structure): move benchmarks, scenarios, adapters, utils to dedicated folders; update imports/project layout
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import 'package:benchmark_cherrypick/cherrypick_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/complex_bindings_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/async_chain_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/di_adapter.dart';
|
||||
import 'package:benchmark_cherrypick/scope_override_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/benchmarks/register_and_resolve_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/benchmarks/chain_singleton_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/benchmarks/chain_factory_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/benchmarks/named_resolve_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/benchmarks/scope_override_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/benchmarks/async_chain_benchmark.dart';
|
||||
import 'package:benchmark_cherrypick/di_adapters/cherrypick_adapter.dart';
|
||||
import 'package:args/args.dart';
|
||||
import 'dart:io';
|
||||
import 'dart:math';
|
||||
|
||||
Reference in New Issue
Block a user