Skip to content

Commit

Permalink
chore(README): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeEgret authored and Almouro committed Jan 25, 2024
1 parent edf95b3 commit 1ac22ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/platforms/ios-instruments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Requirements:
- Get a running simulator id with `xcrun simctl list devices`
- Create template Flashlight in Xcode Instruments (with cpu-profile and memory usage)
- Add your own test in `test.yaml`
- `flashlight-ios-poc ios-test --appId <YOUR_APP_ID> --simulatorId 9F852910-03AD-495A-8E16-7356B764284 --testCommand "maestro test test.yaml" --resultsFilePath "./result.json"`
- `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"`

- Check the results in the web-reporter
`yarn workspace @perf-profiler/web-reporter build`
Expand All @@ -19,5 +19,5 @@ Requirements:
## Next steps

- run several iterations
- add more metrics (RAM, FPS, CPU per thread)
- add more metrics (RAM, FPS)
- Unify API with flashlight test

0 comments on commit 1ac22ea

Please sign in to comment.