Skip to content

Commit

Permalink
Add CLI profiling support and callmap tracking
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Daseraf committed Jan 13, 2025
1 parent b4866b3 commit f85dca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
path: ${{ steps.composercache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-
if: matrix.composer-deps == 'lock'
env:
COMPOSER_AUTH: '{"http-basic":{"repo.magento.com":{"username":"${{secrets.MAGENTO_AUTH_USER}}","password":"${{secrets.MAGENTO_AUTH_PASS}}"}}}'
run: |
Expand Down

0 comments on commit f85dca7

Please sign in to comment.