From 1ac22ead01ae405a69844ca972fdd6a9a1ed9355 Mon Sep 17 00:00:00 2001 From: Guillaume Egret Date: Thu, 18 Jan 2024 17:58:48 +0100 Subject: [PATCH] chore(README): update readme --- packages/platforms/ios-instruments/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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