File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments