Skip to content

feat: add cycle-estimation and exclude-allocations inputs - #229

Open
not-matthias wants to merge 1 commit into
mainfrom
cod-3302-add-option-in-the-action-to-exclude-allocators
Open

feat: add cycle-estimation and exclude-allocations inputs#229
not-matthias wants to merge 1 commit into
mainfrom
cod-3302-add-option-in-the-action-to-exclude-allocators

Conversation

@not-matthias

Copy link
Copy Markdown
Member

Both map to the runner's --cycle-estimation/--exclude-allocations flags and
are only forwarded when set, so unset runs keep the runner defaults and
pinned runners without the flags keep working.

Both map to the runner's --cycle-estimation/--exclude-allocations flags and
are only forwarded when set, so unset runs keep the runner defaults and
pinned runners without the flags keep working.
Comment thread .github/workflows/ci.yml
Comment on lines +167 to +179
runs-on: ubuntu-latest
env:
CODSPEED_SKIP_UPLOAD: true
steps:
- uses: actions/checkout@v4
- name: Check action with cycle-estimation and exclude-allocations
uses: ./
with:
allow-empty: true
mode: simulation
cycle-estimation: "false"
exclude-allocations: "true"
run: echo "Testing simulation tuning inputs!" No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants