diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 3cddc55..a89a756 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -9,7 +9,7 @@ on: jobs: benchmarks: name: Run benchmarks - runs-on: ubuntu-24.04 + runs-on: codspeed-macro steps: - uses: actions/checkout@v4 with: @@ -23,4 +23,5 @@ jobs: - name: Run benchmarks uses: CodSpeedHQ/action@main with: + runner-version: 3.1.0-beta.2 run: pytest tests/benchmarks/ --codspeed diff --git a/tests/benchmarks/TheAlgorithms_bench/bit_manipulation.py b/tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py similarity index 100% rename from tests/benchmarks/TheAlgorithms_bench/bit_manipulation.py rename to tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py