flutter/dev/benchmarks/platform_channels_benchmarks
2022-03-30 14:05:05 -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 Added performance benchmarks to background platform channels for iOS. (#97991) 2022-02-16 10:03:47 -08:00
lib Prepare more of dev for use_super_parameters (#101073) 2022-03-30 14:05:05 -07:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Prepare dev (minus flutter_gallery) for use_super_parameters (#100516) 2022-03-29 12:52:42 -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 .