flutter/dev/benchmarks/platform_channels_benchmarks
Jenn Magder 46787ee49c
Set template and migrate apps to iOS 12 minimum (#140921)
Cherry-pick https://github.com/flutter/flutter/pull/140823

Issue https://github.com/flutter/flutter/issues/140923

This looks like a lot of files, but most of them are updating the version on our integration/examples apps.
2024-01-09 22:36:07 +00:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Added performance benchmark for background platform channels (#92130) 2022-02-02 14:35:15 -08:00
ios Set template and migrate apps to iOS 12 minimum (#140921) 2024-01-09 22:36:07 +00:00
lib Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Cherry-pick package:web update to version 0.3.0 from 0.2.1-beta (#137195) 2023-10-25 00:15:07 +00:00
README.md Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00

platform_channels_benchmarks

The harness for running performance benchmark tests for Platform Channels.

If you want to run these benchmarks outside of devicelab you need to first run: flutter create --platforms="ios,android" --no-overwrite .