Skip to content

Commit

Permalink
Slight fix for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
MelbourneDeveloper committed Aug 2, 2023
1 parent f2ad6f4 commit d9fdc10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/get_async/ioc_container_bench.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// ignore_for_file: unused_local_variable

import 'package:benchmark_harness/benchmark_harness.dart';
import 'package:ioc_container/ioc_container.dart';

// ignore: avoid_relative_lib_imports
import '../../lib/ioc_container.dart';

import '../shared.dart';

late final IocContainer instance;
Expand Down
3 changes: 3 additions & 0 deletions benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: benchmarks
description: A sample command-line application.
version: 1.0.0
publish_to: 'none'

environment:
sdk: ">=2.18.2 <3.0.0"
Expand All @@ -10,6 +11,8 @@ dependencies:
benchmark_harness: any
flutter_simple_dependency_injection: ^2.0.0
get_it: ^7.2.0
ioc_container:
path: ../
meta: ^1.8.0
riverpod: ^2.0.2

Expand Down

0 comments on commit d9fdc10

Please sign in to comment.