flutter/dev/benchmarks/platform_channels_benchmarks
2021-05-24 10:45:49 -07:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Made the android platform channel benchmarks comparable to iOS (#83110) 2021-05-24 10:45:49 -07:00
ios/Runner Made the android platform channel benchmarks comparable to iOS (#83110) 2021-05-24 10:45:49 -07:00
lib Made the android platform channel benchmarks comparable to iOS (#83110) 2021-05-24 10:45:49 -07:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Run update packages, pick up file 6.1.1 (#82770) 2021-05-18 13:09:03 -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 .