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:
1010- Get a running simulator id with ` xcrun simctl list devices `
1111- Create template Flashlight in Xcode Instruments (with cpu-profile and memory usage)
1212- 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"`
1414
1515- Check the results in the web-reporter
1616 ` yarn workspace @perf-profiler/web-reporter build `
@@ -19,5 +19,5 @@ Requirements:
1919## Next steps
2020
2121- run several iterations
22- - add more metrics (RAM, FPS, CPU per thread )
22+ - add more metrics (RAM, FPS)
2323- Unify API with flashlight test
You can’t perform that action at this time.
0 commit comments