flutter/dev/benchmarks/platform_channels_benchmarks
2021-12-07 14:29:07 -08:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Revert "Reland: "Update outdated runners in the benchmarks folder (#91126)" (#92535)" (#93323) 2021-11-09 08:44:56 -08:00
ios/Runner Revert "Reland: "Update outdated runners in the benchmarks folder (#91126)" (#92535)" (#93323) 2021-11-09 08:44:56 -08:00
lib migrate platform channels benchmarks (#84066) 2021-06-07 16:49:03 -07:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Update dwds and other packages (#94634) 2021-12-07 14:29:07 -08: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 .