flutter/dev/benchmarks/platform_channels_benchmarks
2024-12-16 21:41:54 +00:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Set up Kotlin linting step in ci with ktlint (#143478) 2024-04-03 21:21:00 +00:00
ios Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
lib Run all microbenchmarks (part trois) (#154446) 2024-08-30 20:55:16 +00:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Manual pub roll with flutter_tools patch (#160174) 2024-12-16 21:41:54 +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 .