flutter/dev/benchmarks/macrobenchmarks/lib
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
..
src add Impeller path stroke tessellation benchmark (#166939) 2025-04-10 21:38:08 +00:00
common.dart add Impeller path stroke tessellation benchmark (#166939) 2025-04-10 21:38:08 +00:00
main.dart add Impeller path stroke tessellation benchmark (#166939) 2025-04-10 21:38:08 +00:00
web_benchmarks_ddc.dart Adding support for macrobenchmarking with "flutter run" (#167692) 2025-04-28 23:39:40 +00:00
web_benchmarks.dart Adding support for macrobenchmarking with "flutter run" (#167692) 2025-04-28 23:39:40 +00:00