flutter/dev/benchmarks/platform_channels_benchmarks
Kenzie Davisson 61d9f55665
Update flutter packages to pick up latest vm_service (#133335)
Generated by running `flutter update-packages --force-upgrade`
2023-08-25 11:03:35 -07: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 Add Info.plist from build directory as input path to Thin Binary build phase (#118209) 2023-01-13 13:41:08 -06: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 Update flutter packages to pick up latest vm_service (#133335) 2023-08-25 11:03:35 -07: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 .