benchmarks: use simulation mode

instrumentation mode has been deprecated
This commit is contained in:
Daniel Hofstetter
2026-01-02 17:06:10 +01:00
parent 0566dfc6ef
commit 464ff21dd3
+1 -1
View File
@@ -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