flutter/dev/benchmarks/platform_channels_benchmarks
Chris Bracken 3445cb86f2
Update dependency versions (#82577)
shelf 1.1.2 -> 1.1.4
flutter_template_images 1.0.2 -> 3.0.0
2021-05-14 16:51:36 -07:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Added binary platform channels test (#81874) 2021-05-07 14:21:00 -07:00
ios/Runner Added binary platform channels test (#81874) 2021-05-07 14:21:00 -07:00
lib Added binary platform channels test (#81874) 2021-05-07 14:21:00 -07:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Update dependency versions (#82577) 2021-05-14 16:51:36 -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 .