diff --git a/.github/workflows/codespeed.yml b/.github/workflows/codespeed.yml index 1cf386b..b5d069f 100644 --- a/.github/workflows/codespeed.yml +++ b/.github/workflows/codespeed.yml @@ -36,8 +36,8 @@ jobs: - name: Install project run: pip install bindings/. - - name: Build the benchmark target(s) - run: cd powerboxesrs && cargo codspeed build + # - name: Build the benchmark target(s) + # run: cd powerboxesrs && cargo codspeed build - name: Run benchmarks uses: CodSpeedHQ/action@v2