diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bab3b2fbe..9ad5e5bf9 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,5 +35,6 @@ jobs: - name: Run benchmarks uses: CodSpeedHQ/action@v4 with: + mode: instrumentation token: ${{ secrets.CODSPEED_TOKEN }} - run: poetry run pytest benchmarks/ --codspeed \ No newline at end of file + run: poetry run pytest benchmarks/ --codspeed