flutter/dev/benchmarks/platform_channels_benchmarks
Anna Gringauze 84c3b56877
Update dwds (and other packages) (#86832)
* Upgrade all packages

In particular, bring in dwds with latest fixes for flakes.

Closes: https://github.com/flutter/flutter/issues/85043
Related: https://github.com/flutter/flutter/issues/85575

* Re-enable fixed tests

* Disable failing test due to DDS issue
2021-07-21 21:47:10 -07:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Started using direct ByteBuffers for our performance tests (#83371) 2021-06-02 13:50:58 -07:00
ios/Runner Made the android platform channel benchmarks comparable to iOS (#83110) 2021-05-24 10:45:49 -07:00
lib migrate platform channels benchmarks (#84066) 2021-06-07 16:49:03 -07:00
.metadata
pubspec.yaml Update dwds (and other packages) (#86832) 2021-07-21 21:47:10 -07:00
README.md

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 .