Skip to content
7 changes: 4 additions & 3 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: CodSpeed
on:
push:
branches: [master]
pull_request:
# Allow CodSpeed to trigger backtest performance analysis
pull_request: # Allow CodSpeed to trigger backtest performance analysis

workflow_dispatch:


permissions:
contents: read
id-token: write
Expand All @@ -22,7 +23,7 @@ defaults:
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
runs-on: namespace-profile-benchmark;container.privileged=true;container.host-pid-namespace=true
steps:
- name: Checkout code
uses: actions/checkout@v6
Expand Down
Loading