flutter/dev/benchmarks/platform_channels_benchmarks
flutter-pub-roller-bot 61b3f975a0
Roll pub packages (#145476)
This PR was generated by `flutter update-packages --force-upgrade`.
2024-03-21 00:09:24 +00:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Format all kotlin according to ktlint (#143390) 2024-02-14 17:58:18 +00:00
ios Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +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 Roll pub packages (#145476) 2024-03-21 00:09:24 +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 .