flutter/dev/benchmarks/platform_channels_benchmarks
Greg Spencer 5883a6628d
Differentiate between TalkBack versions for semantics tests. (#92602)
Makes the android_semantics_testing test not fail for newer versions of Talkback.

Also, since the test now depends on pub_semver, upgraded the pubspec files.

The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
2021-10-29 16:38:09 -07:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Revert "Update outdated runners in the benchmarks folder (#91126)" (#92106) 2021-10-19 10:35:15 -07:00
ios/Runner Revert "Update outdated runners in the benchmarks folder (#91126)" (#92106) 2021-10-19 10:35:15 -07: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 Differentiate between TalkBack versions for semantics tests. (#92602) 2021-10-29 16:38:09 -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 .