diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 33588cd80..e14de6c02 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -73,7 +73,7 @@ jobs: env: CODSPEED_LOG: debug with: - mode: instrumentation + mode: simulation run: | echo "Running benchmarks for ${{ matrix.benchmark-target.package }}" cargo codspeed run -p ${{ matrix.benchmark-target.package }} > /dev/null