diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 76fe09b7a04..55bdc827939 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -72,7 +72,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