Skip to content

Commit 1b15e16

Browse files
committed
Run the baseline
1 parent 32e8bda commit 1b15e16

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,14 @@ jobs:
6363
working-directory: ./timefold-solver-benchmarks
6464
shell: bash
6565
run: mvn clean install -B -Dquickly -Dversion.ai.timefold.solver=${{ github.event.inputs.baseline }} -Dversion.tools.provider="${{ github.event.inputs.async_profiler_version }}"
66+
67+
- name: Run the baseline configuration
68+
working-directory: ./timefold-solver-benchmarks
69+
shell: bash
70+
run: |
71+
echo "score_director_type=cs" > scoredirector-benchmark.properties
72+
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
73+
cat scoredirector-benchmark.properties
74+
chmod +x run-scoredirector.sh
75+
./run-scoredirector.sh
76+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
</activation>
250250
<properties>
251251
<spotless.skip>true</spotless.skip>
252-
<surefire.skipTests>true</surefire.skipTests>
252+
<skipTests>true</skipTests>
253253
</properties>
254254
</profile>
255255
<profile>

0 commit comments

Comments
 (0)