flutter/dev/devicelab/lib/framework
MarkZ 2a3e27fdd9
Adding support for macrobenchmarking with "flutter run" (#167692)
Notable changes:
* Allows macrobenchmarks to run via `flutter run`.
* Splits macrobenchmarking between "orchestration logic" and "app
serving" (served on separate ports on the same machine to keep the
scheme consistent with the `flutter build` path).
* Adds an intercepted entrypoint for web benchmarks. We can't pass flags
to the app since it's not supported, so I've hard-coded the
orchestration server's port.
* Adding logic to connect to an existing Chrome debugger instance (vs
spawning one) for benchmarks.
2025-04-28 23:39:40 +00:00
..
ab.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
apk_utils.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
browser.dart Adding support for macrobenchmarking with "flutter run" (#167692) 2025-04-28 23:39:40 +00:00
dependency_smoke_test_task_definition.dart [reland] Fix regression in NDK version checking (#167011) 2025-04-14 16:38:16 +00:00
devices.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
framework.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
host_agent.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
ios.dart Update tests to use Xcode 16.2 and iOS 18.2 Simulator (#165318) 2025-03-18 14:13:26 +00:00
metrics_center.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
metrics_result_writer.dart Re-land: "Remove Cocoon from dev/devicelab, keeping Skia perf stats upload" (#165755) 2025-03-22 21:06:17 +00:00
runner.dart Re-land: "Remove Cocoon from dev/devicelab, keeping Skia perf stats upload" (#165755) 2025-03-22 21:06:17 +00:00
running_processes.dart Remove last two references to Cirrus CI. (#161530) 2025-01-13 23:44:40 +00:00
talkback.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
task_result.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
utils.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00