flutter/dev/benchmarks/platform_channels_benchmarks
Alexander Aprelev bfdc9a6cfa
Introduce stubbed exclusive parameter to File.create-overridden method (#109646)
* Introduce stubbed `exclusive` parameter to `File.create`-overridden method.

This is to soften landing of a breaking change https://github.com/dart-lang/sdk/issues/49647
2022-08-17 13:26:08 -07: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 Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
lib Export public API types from services/*.dart library (#106316) 2022-06-28 20:26:06 +00:00
.metadata Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
pubspec.yaml Introduce stubbed exclusive parameter to File.create-overridden method (#109646) 2022-08-17 13:26:08 -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 .