Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
uses: CodSpeedHQ/action@63f3e98b61959fe67f146a3ff022e4136fe9bb9c # v4.17.6
timeout-minutes: 15
with:
simulation: true
mode: simulation

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove duplicate mode input that overrides simulation

When this workflow runs, the with map now contains two mode keys; common YAML parsing keeps the later value, so the pinned CodSpeed action receives mode: instrumentation instead of the new mode: simulation. That leaves this migration ineffective and keeps using the deprecated legacy name despite the commit’s intent; remove the later mode: instrumentation entry.

Useful? React with 👍 / 👎.

run: cargo codspeed run
mode: instrumentation