Skip to content

Commit 659a3c1

Browse files
committed
Add CLI profiling support and callmap tracking
Introduced CLI profiling capabilities by enhancing the profiler to handle CLI execution, added new `CliCallmap` functionality for tracking xhprof data, and implemented CLI-specific collectors. Updated multiple components, including configuration, collectors, and storage, to support this feature seamlessly.
1 parent f85dca7 commit 659a3c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
path: ${{ steps.composercache.outputs.dir }}
4444
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
4545
restore-keys: ${{ runner.os }}-composer-
46+
- name: Install dependencies (lock)
4647
env:
4748
COMPOSER_AUTH: '{"http-basic":{"repo.magento.com":{"username":"${{secrets.MAGENTO_AUTH_USER}}","password":"${{secrets.MAGENTO_AUTH_PASS}}"}}}'
4849
run: |

0 commit comments

Comments
 (0)