Skip to content

chore: Add a benchmark action to test various branches of quickstarts#126

Merged
triceo merged 3 commits into
mainfrom
chore/1.x-versus-2.x-versus-split
Apr 24, 2026
Merged

chore: Add a benchmark action to test various branches of quickstarts#126
triceo merged 3 commits into
mainfrom
chore/1.x-versus-2.x-versus-split

Conversation

@Christopher-Chianelli

Copy link
Copy Markdown
Contributor

No description provided.

@triceo triceo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Merging to be able to run the action.

Comment on lines +18 to +41
runs-on: self-hosted
env:
SKIP_CLONE: true
steps:
- uses: actions/checkout@v4
- name: Checkout timefold-solver
uses: actions/checkout@v4
with:
repository: Christopher-Chianelli/timefold-solver
ref: ${{ github.event.inputs.version == 'split' && 'perf/split-random' || (github.event.inputs.version == '2.x' && 'main' || '1.x') }}
path: timefold-solver
- name: Checkout timefold-solver-enterprise
uses: actions/checkout@v4
with:
repository: TimefoldAI/timefold-solver-enterprise
ref: ${{ github.event.inputs.version == 'split' && 'perf/split-random' || (github.event.inputs.version == '2.x' && 'main' || '1.x') }}
path: timefold-solver-enterprise
- name: Checkout timefold-quickstarts
uses: actions/checkout@v4
with:
repository: TimefoldAI/timefold-quickstarts
ref: ${{ github.event.inputs.version == 'split' && 'development' || (github.event.inputs.version == '2.x' && 'development' || 'development-1.x') }}
path: timefold-quickstarts
- run: bash ./benchmark.sh ${{ inputs.version }}
@triceo triceo changed the title chore: Add a benchmark action to test various branches chore: Add a benchmark action to test various branches of quickstarts Apr 24, 2026
@triceo triceo merged commit 07a8933 into main Apr 24, 2026
5 of 6 checks passed
@triceo triceo deleted the chore/1.x-versus-2.x-versus-split branch April 24, 2026 16:40
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