flutter/dev/benchmarks/platform_channels_benchmarks
flutter-pub-roller-bot e110fdd1c9
Roll pub packages (#150267)
This PR was generated by `flutter update-packages --force-upgrade`.
2024-06-14 18:19:41 +00:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Set up Kotlin linting step in ci with ktlint (#143478) 2024-04-03 21:21:00 +00:00
ios Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
lib Implementing control flow collections (#146601) 2024-04-15 16:06:07 +00:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Roll pub packages (#150267) 2024-06-14 18:19:41 +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 .