File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/platforms/ios-instruments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Requirements:
10
10
- Get a running simulator id with ` xcrun simctl list devices `
11
11
- Create template Flashlight in Xcode Instruments (with cpu-profile and memory usage)
12
12
- Add your own test in ` test.yaml `
13
- - ` flashlight- ios-poc ios- test --appId <YOUR_APP_ID> --simulatorId 9F852910-03AD-495A-8E16-7356B764284 --testCommand "maestro test test.yaml" --resultsFilePath "./result.json"`
13
+ - ` PLATFORM= ios-instruments node packages/commands/ test/dist/bin.js test --bundleId <YOUR_APP_ID> --simulatorId 9F852910-03AD-495A-8E16-7356B764284 --testCommand "maestro test test.yaml" --resultsFilePath "./result.json"`
14
14
15
15
- Check the results in the web-reporter
16
16
` yarn workspace @perf-profiler/web-reporter build `
@@ -19,5 +19,5 @@ Requirements:
19
19
## Next steps
20
20
21
21
- run several iterations
22
- - add more metrics (RAM, FPS, CPU per thread )
22
+ - add more metrics (RAM, FPS)
23
23
- Unify API with flashlight test
You can’t perform that action at this time.
0 commit comments