flutter/dev/benchmarks/platform_channels_benchmarks
2022-06-28 20:26:06 +00:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Added performance benchmark for background platform channels (#92130) 2022-02-02 14:35:15 -08:00
ios Set template and migrate apps to iOS 11 minimum (#101963) 2022-04-15 11:34:08 -07:00
lib Export public API types from services/*.dart library (#106316) 2022-06-28 20:26:06 +00:00
.metadata
pubspec.yaml Update package:archive and pin test_api (#106157) 2022-06-16 21:23:08 -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 .