Skip to content

Performance Profiler #4

Performance Profiler

Performance Profiler #4

name: Performance Profiler
on:
schedule:
- cron: "0 14 * * 1-5"
workflow_dispatch:
permissions:
actions: read
contents: read
issues: write
pull-requests: read
jobs:
run:
uses: elastic/ai-github-actions/.github/workflows/gh-aw-performance-profiler.lock.yml@v0
with:
setup-commands: |
sudo apt-get update && sudo apt-get install -y libpcap-dev librpm-dev python3-venv
export GOTOOLCHAIN=auto
make mage
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}