Skip to content

Commit f9d2cd4

Browse files
chore(README): update readme
1 parent d2cd978 commit f9d2cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/platforms/ios-instruments/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)