File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/benchmarks/macrobenchmarks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Performance benchmarks use either flutter drive or the web benchmark harness.
9
9
To run the cull opacity benchmark on a device:
10
10
11
11
```
12
- flutter drive --profile test_driver/cull_opacity_perf .dart
12
+ flutter drive --profile -t test_driver/run_app.dart --driver test_driver/cull_opacity_perf_test .dart
13
13
```
14
14
15
15
Results should be in the file ` build/cull_opacity_perf.timeline_summary.json ` .
@@ -21,7 +21,7 @@ More detailed logs should be in `build/cull_opacity_perf.timeline.json`.
21
21
To run the cubic-bezier benchmark on a device:
22
22
23
23
```
24
- flutter drive --profile test_driver/cubic_bezier_perf .dart
24
+ flutter drive --profile -t test_driver/run_app.dart --driver test_driver/cubic_bezier_perf_test .dart
25
25
```
26
26
27
27
Results should be in the file ` build/cubic_bezier_perf.timeline_summary.json ` .
You can’t perform that action at this time.
0 commit comments