mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

For https://github.com/flutter/flutter/issues/24712
This test verifies that https://github.com/flutter/engine/pull/6923 will speedup the average rasterize time of this test from ~150ms to ~10ms
Please see non-auto-generated files in 37b21d9fb4
16 lines
360 B
Markdown
16 lines
360 B
Markdown
# 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`.
|