We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3166156 commit 758ce74Copy full SHA for 758ce74
1 file changed
.github/workflows/benchmark-reusable.yml
@@ -134,11 +134,7 @@ jobs:
134
COMMAND="bunx \"${PACKAGE_SPEC}\" \"${BENCHMARK_AGENT}\" --eval \"${BENCHMARK_EVAL}\" --model \"${BENCHMARK_MODEL}\" --output \"${OUTPUT_FILE}\""
135
136
echo "Executing: ${COMMAND}"
137
- if ! bunx "${PACKAGE_SPEC}" "${BENCHMARK_AGENT}" --eval "${BENCHMARK_EVAL}" --model "${BENCHMARK_MODEL}" --output "${OUTPUT_FILE}"; then
138
- echo "openreval benchmark failed, dumping OpenCode logs..." >&2
139
- find /home/runner/.local/share/opencode/log -type f -print -exec cat {} + || true
140
- exit 1
141
- fi
+ bunx "${PACKAGE_SPEC}" "${BENCHMARK_AGENT}" --eval "${BENCHMARK_EVAL}" --model "${BENCHMARK_MODEL}" --output "${OUTPUT_FILE}"
142
143
- name: Log benchmark summary
144
if: always()
0 commit comments