flutter/dev/benchmarks/platform_channels_benchmarks
Kenzie Schmoll 766b4509c6
Add 'v' hotkey to open DevTools in the browser (#82227)
* Add 'v' hotkey to open DevTools in the browser
2021-05-13 09:54:10 -07:00
..
android/app/src/main/kotlin/com/example/platform_channels_benchmarks Added binary platform channels test (#81874) 2021-05-07 14:21:00 -07:00
ios/Runner Added binary platform channels test (#81874) 2021-05-07 14:21:00 -07:00
lib Added binary platform channels test (#81874) 2021-05-07 14:21:00 -07:00
.metadata
pubspec.yaml Add 'v' hotkey to open DevTools in the browser (#82227) 2021-05-13 09:54: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 .