test: bench inserts

This commit is contained in:
shenlong-tanwen
2025-02-26 12:56:25 +05:30
parent 0e8b19e269
commit 65f5daa32c
11 changed files with 804 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ version: 1.102.0+132
environment:
sdk: '>=3.3.3 <4.0.0'
isar_version: &isar_version 3.1.8 # define the version to be used
dependencies:
flutter:
sdk: flutter
@@ -36,7 +38,7 @@ dependencies:
logging: ^1.3.0
# Collection Utils
collection: ^1.18.0
async: ^2.12.0
async: ^2.11.0
# service_locator
get_it: ^8.0.0
# Photo Manager
@@ -56,6 +58,12 @@ dependencies:
cached_network_image: ^3.4.1
flutter_cache_manager: ^3.4.1
skeletonizer: ^1.4.2
isar:
version: *isar_version
hosted: https://pub.isar-community.dev/
isar_flutter_libs: # contains Isar Core
version: *isar_version
hosted: https://pub.isar-community.dev/
openapi:
path: openapi
@@ -82,6 +90,11 @@ dev_dependencies:
custom_lint: ^0.6.4
immich_mobile_lint:
path: './immich_lint'
benchmarking: ^0.6.1
faker: ^2.2.0
isar_generator:
version: *isar_version
hosted: https://pub.isar-community.dev/
flutter:
uses-material-design: true