flutter/dev/benchmarks/platform_channels_benchmarks
Kevin Moore c08e9dff68
Manually update vector_math package (#169476)
Includes fixes and deprecations that will allow us to improve
performance.
2025-05-28 15:55:01 +00:00
..
android Update integration test and benchmark Android .gitignore files to match the current app template (#163276) 2025-02-18 19:23:04 +00:00
ios iOS: Update minimum iOS version to 13.0 (#167737) 2025-04-24 20:15:13 +00:00
lib Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Manually update vector_math package (#169476) 2025-05-28 15:55:01 +00: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 .