Skip to content

Commit c96b96e

Browse files
authored
Merge pull request #9986 from cakebaker/benchmarks_use_simulation_mode
benchmarks: use `simulation` mode
2 parents 361ddec + 464ff21 commit c96b96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
CODSPEED_LOG: debug
7575
with:
76-
mode: instrumentation
76+
mode: simulation
7777
run: |
7878
echo "Running benchmarks for ${{ matrix.benchmark-target.package }}"
7979
cargo codspeed run -p ${{ matrix.benchmark-target.package }} > /dev/null

0 commit comments

Comments
 (0)