flutter/dev/benchmarks/macrobenchmarks
2019-12-13 13:27:53 -08:00
..
android License update (#45373) 2019-11-27 15:04:02 -08:00
assets Memory test on scrolling large images quickly (#46184) 2019-12-05 19:28:00 -08:00
ios License update (#45373) 2019-11-27 15:04:02 -08:00
lib New benchmark to measure performance of animations after removing a BackdropFilter. (#46924) 2019-12-13 13:27:53 -08:00
test_driver New benchmark to measure performance of animations after removing a BackdropFilter. (#46924) 2019-12-13 13:27:53 -08:00
test_memory Remove unused observer and raise the waiting time (#46626) 2019-12-09 15:18:02 -08:00
pubspec.yaml Memory test on scrolling large images quickly (#46184) 2019-12-05 19:28:00 -08:00
README.md New benchmark to measure performance of animations after removing a BackdropFilter. (#46924) 2019-12-13 13:27:53 -08:00

Macrobenchmarks

Performance benchmarks using flutter drive.

Cull opacity benchmark

To run the cull opacity benchmark on a device:

flutter drive --profile test_driver/cull_opacity_perf.dart

Results should be in the file build/cull_opacity_perf.timeline_summary.json.

More detailed logs should be in build/cull_opacity_perf.timeline.json.

Cubic bezier benchmark

To run the cubic bezier benchmark on a device:

flutter drive --profile test_driver/cubic_bezier_perf.dart

Results should be in the file build/cubic_bezier_perf.timeline_summary.json.

More detailed logs should be in build/cubic_bezier_perf.timeline.json.

Backdrop filter benchmark

To run the backdrop filter benchmark on a device:

flutter drive --profile test_driver/backdrop_filter_perf.dart

Results should be in the file build/backdrop_filter_perf.timeline_summary.json.

More detailed logs should be in build/backdrop_filter_perf.timeline.json.

Post Backdrop filter benchmark

To run the post-backdrop filter benchmark on a device:

flutter drive --profile test_driver/post_backdrop_filter_perf.dart

Results should be in the file build/post_backdrop_filter_perf.timeline_summary.json.

More detailed logs should be in build/post_backdrop_filter_perf.timeline.json.