diff --git a/packages/platforms/ios-instruments/README.md b/packages/platforms/ios-instruments/README.md index b0d531bd..42e169c2 100644 --- a/packages/platforms/ios-instruments/README.md +++ b/packages/platforms/ios-instruments/README.md @@ -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 --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 --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` @@ -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