Skip to content

Commit 5f950d2

Browse files
committed
Do ranges actually
1 parent 7c62a19 commit 5f950d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
echo "forks=2" > scoredirector-benchmark.properties
7777
echo "warmup_iterations=1" >> scoredirector-benchmark.properties
78-
echo "measurement_iterations=1" >> scoredirector-benchmark.properties
78+
echo "measurement_iterations=2" >> scoredirector-benchmark.properties
7979
echo "relative_score_error_threshold=0.025" >> scoredirector-benchmark.properties
8080
echo "score_director_type=cs" >> scoredirector-benchmark.properties
8181
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
@@ -155,7 +155,6 @@ jobs:
155155
with:
156156
name: results-${{ matrix.example }}-${{ github.event.inputs.baseline }}_vs_${{ github.event.inputs.branch }}
157157
path: |
158-
./timefold-solver-benchmarks/scoredirector-benchmark.properties
159158
./timefold-solver-benchmarks/results/scoredirector
160159
161160
- name: Phase 3 - Report results
@@ -187,8 +186,8 @@ jobs:
187186
188187
echo "| | **Ref** | **Min** | **Max** |" >> $GITHUB_STEP_SUMMARY
189188
echo "|:-----:|:-----------:|:-----------:|:-----------:|" >> $GITHUB_STEP_SUMMARY
190-
echo "| _Old_ | `${{ github.event.inputs.baseline }}` | ${OLD_RANGE_START%.*} | ${OLD_RANGE_END%.*} |" >> $GITHUB_STEP_SUMMARY
191-
echo "| _New_ | `${{ github.event.inputs.branch }}` | ${NEW_RANGE_START%.*} | ${NEW_RANGE_END%.*} |" >> $GITHUB_STEP_SUMMARY
189+
echo "| _Old_ | ${{ github.event.inputs.baseline }} | ${OLD_RANGE_START%.*} | ${OLD_RANGE_END%.*} |" >> $GITHUB_STEP_SUMMARY
190+
echo "| _New_ | ${{ github.event.inputs.branch }} | ${NEW_RANGE_START%.*} | ${NEW_RANGE_END%.*} |" >> $GITHUB_STEP_SUMMARY
192191
193192
if [ "$FAIL" = true ]; then
194193
exit 1

0 commit comments

Comments
 (0)